Shades of De York #81D287
Tints of De York #81D287
RGB
CMYK
RGB Variations
Color information
#81D287 (or 0x81D287) is known color: De York. HEX triplet: 81, D2 and 87. RGB value is (129,210,135). Sum of RGB (Red+Green+Blue) = 129+210+135=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #81D287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D287 is #7E2D78. Grayscale: #B1B1B1. Windows color (decimal): -8269177 or 8901249. OLE color: 8901249.
HSL color Cylindrical-coordinate representation of color #81D287: hue angle of 124.44º degrees, saturation: 0.47, 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 #81D287 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 210 | 135 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.18 |
| HSL | 124.44º | 0.47% | 0.66% | - |
| HSV(B) | 124.44º | 0.39% | 0.82% | - |
| XYZ | 36.47 | 52.51 | 31.13 | - |
| YUV | 177.23 | 104.16 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 135 | 0.39 | 0 | 0.36 | 0.18 | 124.44 | 0.47 | 0.66 |
| Hex | 81 | D2 | 87 | 27 | 0 | 24 | 12 | 7C | 2F | 42 |
| Octal | 201 | 322 | 207 | 47 | 0 | 44 | 22 | 174 | 57 | 102 |
| Binary | 10000001 | 11010010 | 10000111 | 100111 | 0 | 100100 | 10010 | 1111100 | 101111 | 1000010 |
Color Harmonies of #81D287
Complementary color
Monochromatic Colors of #81D287
Black with #81D287
Text Example
Text Example
White with #81D287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D287; }
p { color: rgb(129,210,135); }
H1.HeaderClassName
{
color: #81D287;
}
.AnyTagClassName
{
color: #81D287;
}
</style>
background-color css
<style>
a { background-color: #81D287; }
a { background-color: rgb(129,210,135); }
div.DivClassName
{
background-color: #81D287;
}
.BgClassName
{
background-color: #81D287;
}
</style>
border-color css
<style>
span { border-color: #81D287; }
span { border-color: rgb(129,210,135); }
td.TdClassName
{
border-color: #81D287;
}
.TagClassName
{
border-color: #81D287;
}
</style>