Shades of De York #80D287
Tints of De York #80D287
RGB
CMYK
RGB Variations
Color information
#80D287 (or 0x80D287) is known color: De York. HEX triplet: 80, D2 and 87. RGB value is (128,210,135). Sum of RGB (Red+Green+Blue) = 128+210+135=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #80D287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D287 is #7F2D78. Grayscale: #B1B1B1. Windows color (decimal): -8334713 or 8901248. OLE color: 8901248.
HSL color Cylindrical-coordinate representation of color #80D287: hue angle of 125.12º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D287 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 135 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.18 |
| HSL | 125.12º | 0.48% | 0.66% | - |
| HSV(B) | 125.12º | 0.39% | 0.82% | - |
| XYZ | 36.32 | 52.43 | 31.13 | - |
| YUV | 176.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 135 | 0.39 | 0 | 0.36 | 0.18 | 125.12 | 0.48 | 0.66 |
| Hex | 80 | D2 | 87 | 27 | 0 | 24 | 12 | 7D | 30 | 42 |
| Octal | 200 | 322 | 207 | 47 | 0 | 44 | 22 | 175 | 60 | 102 |
| Binary | 10000000 | 11010010 | 10000111 | 100111 | 0 | 100100 | 10010 | 1111101 | 110000 | 1000010 |
Color Harmonies of #80D287
Complementary color
Monochromatic Colors of #80D287
Black with #80D287
Text Example
Text Example
White with #80D287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D287; }
p { color: rgb(128,210,135); }
H1.HeaderClassName
{
color: #80D287;
}
.AnyTagClassName
{
color: #80D287;
}
</style>
background-color css
<style>
a { background-color: #80D287; }
a { background-color: rgb(128,210,135); }
div.DivClassName
{
background-color: #80D287;
}
.BgClassName
{
background-color: #80D287;
}
</style>
border-color css
<style>
span { border-color: #80D287; }
span { border-color: rgb(128,210,135); }
td.TdClassName
{
border-color: #80D287;
}
.TagClassName
{
border-color: #80D287;
}
</style>