#76DA70

Color #76DA70 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #76DA70

Tints of Pastel Green #76DA70

Color information

#76DA70 (or 0x76DA70) is unknown color: approx Pastel Green. HEX triplet: 76, DA and 70. RGB value is (118,218,112). Sum of RGB (Red+Green+Blue) = 118+218+112=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #76DA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DA70 is #89258F. Grayscale: #B0B0B0. Windows color (decimal): -8988048 or 7395958. OLE color: 7395958.

HSL color Cylindrical-coordinate representation of color #76DA70: hue angle of 116.6º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76DA70 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB118218112-
CMYK0.4600.490.15
HSL116.6º58.89%64.71%-
HSV(B)116.6º48.62%85.49%-
XYZ35.4755.1624.11-
YUV176.0291.8786.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 26.34%
GREEN value IS 218 (85.55% from 255) = 48.66%
BLUE value IS 112 (44.14% from 255) = 25%
R=26.34%
G=48.66%
B=25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182181120.4600.490.15116.658.8964.71
Hex76DA702E031F753b41
Octal166332160560611716573101
Binary11101101101101011100001011100110001111111101011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76DA70; }

 p { color: rgb(118,218,112); }

 H1.HeaderClassName
 {
   color: #76DA70;
 }
 .AnyTagClassName
 {
   color: #76DA70;
 }
</style>
background-color css

<style>
 a { background-color: #76DA70; }

 a { background-color: rgb(118,218,112); }

 div.DivClassName
 {
   background-color: #76DA70;
 }
 .BgClassName
 {
   background-color: #76DA70;
 }
</style>
border-color css

<style>
 span { border-color: #76DA70; }

 span { border-color: rgb(118,218,112); }

 td.TdClassName
 {
   border-color: #76DA70;
 }
 .TagClassName
 {
   border-color: #76DA70;
 }
</style>