#76DD82

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

Shades of Pastel Green #76DD82

Tints of Pastel Green #76DD82

Color information

#76DD82 (or 0x76DD82) is unknown color: approx Pastel Green. HEX triplet: 76, DD and 82. RGB value is (118,221,130). Sum of RGB (Red+Green+Blue) = 118+221+130=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD82 is #89227D. Grayscale: #B4B4B4. Windows color (decimal): -8987262 or 8576374. OLE color: 8576374.

HSL color Cylindrical-coordinate representation of color #76DD82: hue angle of 126.99º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DD82 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB118221130-
CMYK0.4700.410.13
HSL126.99º60.23%66.47%-
HSV(B)126.99º46.61%86.67%-
XYZ37.3657.1830.19-
YUV179.8399.8883.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.16%
GREEN value IS 221 (86.72% from 255) = 47.12%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=25.16%
G=47.12%
B=27.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182211300.4700.410.13126.9960.2366.47
Hex76DD822F029D7f3c42
Octal166335202570511517774102
Binary111011011011101100000101011110101001110111111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,221,130); }

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

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

 a { background-color: rgb(118,221,130); }

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

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

 span { border-color: rgb(118,221,130); }

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