Shades of De York #76CF82
Tints of De York #76CF82
RGB
CMYK
RGB Variations
Color information
#76CF82 (or 0x76CF82) is known color: De York. HEX triplet: 76, CF and 82. RGB value is (118,207,130). Sum of RGB (Red+Green+Blue) = 118+207+130=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CF82 is #89307D. Grayscale: #ABABAB. Windows color (decimal): -8990846 or 8572790. OLE color: 8572790.
HSL color Cylindrical-coordinate representation of color #76CF82: hue angle of 128.09º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CF82 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 207 | 130 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.19 |
| HSL | 128.09º | 0.48% | 0.64% | - |
| HSV(B) | 128.09º | 0.43% | 0.81% | - |
| XYZ | 33.81 | 50.09 | 29.01 | - |
| YUV | 171.61 | 104.51 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 130 | 0.43 | 0 | 0.37 | 0.19 | 128.09 | 0.48 | 0.64 |
| Hex | 76 | CF | 82 | 2B | 0 | 25 | 13 | 80 | 30 | 40 |
| Octal | 166 | 317 | 202 | 53 | 0 | 45 | 23 | 200 | 60 | 100 |
| Binary | 1110110 | 11001111 | 10000010 | 101011 | 0 | 100101 | 10011 | 10000000 | 110000 | 1000000 |
Color Harmonies of #76CF82
Complementary color
Monochromatic Colors of #76CF82
Black with #76CF82
Text Example
Text Example
White with #76CF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CF82; }
p { color: rgb(118,207,130); }
H1.HeaderClassName
{
color: #76CF82;
}
.AnyTagClassName
{
color: #76CF82;
}
</style>
background-color css
<style>
a { background-color: #76CF82; }
a { background-color: rgb(118,207,130); }
div.DivClassName
{
background-color: #76CF82;
}
.BgClassName
{
background-color: #76CF82;
}
</style>
border-color css
<style>
span { border-color: #76CF82; }
span { border-color: rgb(118,207,130); }
td.TdClassName
{
border-color: #76CF82;
}
.TagClassName
{
border-color: #76CF82;
}
</style>