Shades of De York #76C982
Tints of De York #76C982
RGB
CMYK
RGB Variations
Color information
#76C982 (or 0x76C982) is known color: De York. HEX triplet: 76, C9 and 82. RGB value is (118,201,130). Sum of RGB (Red+Green+Blue) = 118+201+130=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #76C982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C982 is #89367D. Grayscale: #A8A8A8. Windows color (decimal): -8992382 or 8571254. OLE color: 8571254.
HSL color Cylindrical-coordinate representation of color #76C982: hue angle of 128.67º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C982 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 130 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.21 |
| HSL | 128.67º | 0.43% | 0.63% | - |
| HSV(B) | 128.67º | 0.41% | 0.79% | - |
| XYZ | 32.39 | 47.24 | 28.53 | - |
| YUV | 168.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 130 | 0.41 | 0 | 0.35 | 0.21 | 128.67 | 0.43 | 0.63 |
| Hex | 76 | C9 | 82 | 29 | 0 | 23 | 15 | 81 | 2B | 3F |
| Octal | 166 | 311 | 202 | 51 | 0 | 43 | 25 | 201 | 53 | 77 |
| Binary | 1110110 | 11001001 | 10000010 | 101001 | 0 | 100011 | 10101 | 10000001 | 101011 | 111111 |
Color Harmonies of #76C982
Complementary color
Monochromatic Colors of #76C982
Black with #76C982
Text Example
Text Example
White with #76C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C982; }
p { color: rgb(118,201,130); }
H1.HeaderClassName
{
color: #76C982;
}
.AnyTagClassName
{
color: #76C982;
}
</style>
background-color css
<style>
a { background-color: #76C982; }
a { background-color: rgb(118,201,130); }
div.DivClassName
{
background-color: #76C982;
}
.BgClassName
{
background-color: #76C982;
}
</style>
border-color css
<style>
span { border-color: #76C982; }
span { border-color: rgb(118,201,130); }
td.TdClassName
{
border-color: #76C982;
}
.TagClassName
{
border-color: #76C982;
}
</style>