Shades of Pastel Green #76DD76
Tints of Pastel Green #76DD76
RGB
CMYK
RGB Variations
Color information
#76DD76 (or 0x76DD76) is known color: 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
| RGB | 118 | 221 | 118 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.13 |
| HSL | 120º | 0.6% | 0.66% | - |
| HSV(B) | 120º | 0.47% | 0.87% | - |
| XYZ | 36.6 | 56.87 | 26.19 | - |
| YUV | 178.46 | 93.88 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 118 | 0.47 | 0 | 0.47 | 0.13 | 120 | 0.6 | 0.66 |
| Hex | 76 | DD | 76 | 2F | 0 | 2F | D | 78 | 3C | 42 |
| Octal | 166 | 335 | 166 | 57 | 0 | 57 | 15 | 170 | 74 | 102 |
| Binary | 1110110 | 11011101 | 1110110 | 101111 | 0 | 101111 | 1101 | 1111000 | 111100 | 1000010 |
Color Harmonies of #76DD76
Complementary color
Monochromatic Colors of #76DD76
Black with #76DD76
Text Example
Text Example
White with #76DD76
Text Example
Text Example
HTML Codes & Css Web 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>