Shades of Pastel Green #76DD89
Tints of Pastel Green #76DD89
RGB
CMYK
RGB Variations
Color information
#76DD89 (or 0x76DD89) is known color: Pastel Green. HEX triplet: 76, DD and 89. RGB value is (118,221,137). Sum of RGB (Red+Green+Blue) = 118+221+137=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD89 is #892276. Grayscale: #B4B4B4. Windows color (decimal): -8987255 or 9035126. OLE color: 9035126.
HSL color Cylindrical-coordinate representation of color #76DD89: hue angle of 131.07º 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 #76DD89 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 137 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.13 |
| HSL | 131.07º | 0.6% | 0.66% | - |
| HSV(B) | 131.07º | 0.47% | 0.87% | - |
| XYZ | 37.84 | 57.37 | 32.75 | - |
| YUV | 180.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 137 | 0.47 | 0 | 0.38 | 0.13 | 131.07 | 0.6 | 0.66 |
| Hex | 76 | DD | 89 | 2F | 0 | 26 | D | 83 | 3C | 42 |
| Octal | 166 | 335 | 211 | 57 | 0 | 46 | 15 | 203 | 74 | 102 |
| Binary | 1110110 | 11011101 | 10001001 | 101111 | 0 | 100110 | 1101 | 10000011 | 111100 | 1000010 |
Color Harmonies of #76DD89
Complementary color
Monochromatic Colors of #76DD89
Black with #76DD89
Text Example
Text Example
White with #76DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DD89; }
p { color: rgb(118,221,137); }
H1.HeaderClassName
{
color: #76DD89;
}
.AnyTagClassName
{
color: #76DD89;
}
</style>
background-color css
<style>
a { background-color: #76DD89; }
a { background-color: rgb(118,221,137); }
div.DivClassName
{
background-color: #76DD89;
}
.BgClassName
{
background-color: #76DD89;
}
</style>
border-color css
<style>
span { border-color: #76DD89; }
span { border-color: rgb(118,221,137); }
td.TdClassName
{
border-color: #76DD89;
}
.TagClassName
{
border-color: #76DD89;
}
</style>