Shades of De York #80CA84
Tints of De York #80CA84
RGB
CMYK
RGB Variations
Color information
#80CA84 (or 0x80CA84) is known color: De York. HEX triplet: 80, CA and 84. RGB value is (128,202,132). Sum of RGB (Red+Green+Blue) = 128+202+132=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CA84 is #7F357B. Grayscale: #ACACAC. Windows color (decimal): -8336764 or 8702592. OLE color: 8702592.
HSL color Cylindrical-coordinate representation of color #80CA84: hue angle of 123.24º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CA84 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 132 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.21 |
| HSL | 123.24º | 0.41% | 0.65% | - |
| HSV(B) | 123.24º | 0.37% | 0.79% | - |
| XYZ | 34.19 | 48.5 | 29.39 | - |
| YUV | 171.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 132 | 0.37 | 0 | 0.35 | 0.21 | 123.24 | 0.41 | 0.65 |
| Hex | 80 | CA | 84 | 25 | 0 | 23 | 15 | 7B | 29 | 41 |
| Octal | 200 | 312 | 204 | 45 | 0 | 43 | 25 | 173 | 51 | 101 |
| Binary | 10000000 | 11001010 | 10000100 | 100101 | 0 | 100011 | 10101 | 1111011 | 101001 | 1000001 |
Color Harmonies of #80CA84
Complementary color
Monochromatic Colors of #80CA84
Black with #80CA84
Text Example
Text Example
White with #80CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA84; }
p { color: rgb(128,202,132); }
H1.HeaderClassName
{
color: #80CA84;
}
.AnyTagClassName
{
color: #80CA84;
}
</style>
background-color css
<style>
a { background-color: #80CA84; }
a { background-color: rgb(128,202,132); }
div.DivClassName
{
background-color: #80CA84;
}
.BgClassName
{
background-color: #80CA84;
}
</style>
border-color css
<style>
span { border-color: #80CA84; }
span { border-color: rgb(128,202,132); }
td.TdClassName
{
border-color: #80CA84;
}
.TagClassName
{
border-color: #80CA84;
}
</style>