Shades of De York #76DD91
Tints of De York #76DD91
RGB
CMYK
RGB Variations
Color information
#76DD91 (or 0x76DD91) is known color: De York. HEX triplet: 76, DD and 91. RGB value is (118,221,145). Sum of RGB (Red+Green+Blue) = 118+221+145=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD91 is #89226E. Grayscale: #B5B5B5. Windows color (decimal): -8987247 or 9559414. OLE color: 9559414.
HSL color Cylindrical-coordinate representation of color #76DD91: hue angle of 135.73º 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 #76DD91 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 145 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.13 |
| HSL | 135.73º | 0.6% | 0.66% | - |
| HSV(B) | 135.73º | 0.47% | 0.87% | - |
| XYZ | 38.44 | 57.61 | 35.88 | - |
| YUV | 181.54 | 107.38 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 145 | 0.47 | 0 | 0.34 | 0.13 | 135.73 | 0.6 | 0.66 |
| Hex | 76 | DD | 91 | 2F | 0 | 22 | D | 88 | 3C | 42 |
| Octal | 166 | 335 | 221 | 57 | 0 | 42 | 15 | 210 | 74 | 102 |
| Binary | 1110110 | 11011101 | 10010001 | 101111 | 0 | 100010 | 1101 | 10001000 | 111100 | 1000010 |
Color Harmonies of #76DD91
Complementary color
Monochromatic Colors of #76DD91
Black with #76DD91
Text Example
Text Example
White with #76DD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DD91; }
p { color: rgb(118,221,145); }
H1.HeaderClassName
{
color: #76DD91;
}
.AnyTagClassName
{
color: #76DD91;
}
</style>
background-color css
<style>
a { background-color: #76DD91; }
a { background-color: rgb(118,221,145); }
div.DivClassName
{
background-color: #76DD91;
}
.BgClassName
{
background-color: #76DD91;
}
</style>
border-color css
<style>
span { border-color: #76DD91; }
span { border-color: rgb(118,221,145); }
td.TdClassName
{
border-color: #76DD91;
}
.TagClassName
{
border-color: #76DD91;
}
</style>