Shades of De York #81D297
Tints of De York #81D297
RGB
CMYK
RGB Variations
Color information
#81D297 (or 0x81D297) is known color: De York. HEX triplet: 81, D2 and 97. RGB value is (129,210,151). Sum of RGB (Red+Green+Blue) = 129+210+151=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #81D297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D297 is #7E2D68. Grayscale: #B3B3B3. Windows color (decimal): -8269161 or 9949825. OLE color: 9949825.
HSL color Cylindrical-coordinate representation of color #81D297: hue angle of 136.3º 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 #81D297 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 210 | 151 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.18 |
| HSL | 136.3º | 0.47% | 0.66% | - |
| HSV(B) | 136.3º | 0.39% | 0.82% | - |
| XYZ | 37.69 | 52.99 | 37.52 | - |
| YUV | 179.06 | 112.16 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 151 | 0.39 | 0 | 0.28 | 0.18 | 136.3 | 0.47 | 0.66 |
| Hex | 81 | D2 | 97 | 27 | 0 | 1C | 12 | 88 | 2F | 42 |
| Octal | 201 | 322 | 227 | 47 | 0 | 34 | 22 | 210 | 57 | 102 |
| Binary | 10000001 | 11010010 | 10010111 | 100111 | 0 | 11100 | 10010 | 10001000 | 101111 | 1000010 |
Color Harmonies of #81D297
Complementary color
Monochromatic Colors of #81D297
Black with #81D297
Text Example
Text Example
White with #81D297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D297; }
p { color: rgb(129,210,151); }
H1.HeaderClassName
{
color: #81D297;
}
.AnyTagClassName
{
color: #81D297;
}
</style>
background-color css
<style>
a { background-color: #81D297; }
a { background-color: rgb(129,210,151); }
div.DivClassName
{
background-color: #81D297;
}
.BgClassName
{
background-color: #81D297;
}
</style>
border-color css
<style>
span { border-color: #81D297; }
span { border-color: rgb(129,210,151); }
td.TdClassName
{
border-color: #81D297;
}
.TagClassName
{
border-color: #81D297;
}
</style>