#76DD76

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

Shades of Pastel Green #76DD76

Tints of Pastel Green #76DD76

Color information

#76DD76 (or 0x76DD76) is unknown color: approx Pastel Green. HEX triplet: 76, DD and 76. RGB value is (118,221,118). Sum of RGB (Red+Green+Blue) = 118+221+118=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DD76 is #892289. Grayscale: #B2B2B2. Windows color (decimal): -8987274 or 7789942. OLE color: 7789942.

HSL color Cylindrical-coordinate representation of color #76DD76: hue angle of 120º 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 #76DD76 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB118221118-
CMYK0.4700.470.13
HSL120º60.23%66.47%-
HSV(B)120º46.61%86.67%-
XYZ36.656.8726.19-
YUV178.4693.8884.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.82%
GREEN value IS 221 (86.72% from 255) = 48.36%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=25.82%
G=48.36%
B=25.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182211180.4700.470.1312060.2366.47
Hex76DD762F02FD783c42
Octal166335166570571517074102
Binary11101101101110111101101011110101111110111110001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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