Shades of De York #80CA76
Tints of De York #80CA76
RGB
CMYK
RGB Variations
Color information
#80CA76 (or 0x80CA76) is known color: De York. HEX triplet: 80, CA and 76. RGB value is (128,202,118). Sum of RGB (Red+Green+Blue) = 128+202+118=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA76 is #7F3589. Grayscale: #AAAAAA. Windows color (decimal): -8336778 or 7785088. OLE color: 7785088.
HSL color Cylindrical-coordinate representation of color #80CA76: hue angle of 112.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CA76 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 118 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.21 |
| HSL | 112.86º | 0.44% | 0.63% | - |
| HSV(B) | 112.86º | 0.42% | 0.79% | - |
| XYZ | 33.29 | 48.14 | 24.68 | - |
| YUV | 170.3 | 98.48 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 118 | 0.37 | 0 | 0.42 | 0.21 | 112.86 | 0.44 | 0.63 |
| Hex | 80 | CA | 76 | 25 | 0 | 2A | 15 | 71 | 2C | 3F |
| Octal | 200 | 312 | 166 | 45 | 0 | 52 | 25 | 161 | 54 | 77 |
| Binary | 10000000 | 11001010 | 1110110 | 100101 | 0 | 101010 | 10101 | 1110001 | 101100 | 111111 |
Color Harmonies of #80CA76
Complementary color
Monochromatic Colors of #80CA76
Black with #80CA76
Text Example
Text Example
White with #80CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA76; }
p { color: rgb(128,202,118); }
H1.HeaderClassName
{
color: #80CA76;
}
.AnyTagClassName
{
color: #80CA76;
}
</style>
background-color css
<style>
a { background-color: #80CA76; }
a { background-color: rgb(128,202,118); }
div.DivClassName
{
background-color: #80CA76;
}
.BgClassName
{
background-color: #80CA76;
}
</style>
border-color css
<style>
span { border-color: #80CA76; }
span { border-color: rgb(128,202,118); }
td.TdClassName
{
border-color: #80CA76;
}
.TagClassName
{
border-color: #80CA76;
}
</style>