Shades of De York #81C885
Tints of De York #81C885
RGB
CMYK
RGB Variations
Color information
#81C885 (or 0x81C885) is known color: De York. HEX triplet: 81, C8 and 85. RGB value is (129,200,133). Sum of RGB (Red+Green+Blue) = 129+200+133=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 200 (78.52% from 255 or 43.29% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 200 - color contains mainly: green. Hex color #81C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C885 is #7E377A. Grayscale: #ABABAB. Windows color (decimal): -8271739 or 8767617. OLE color: 8767617.
HSL color Cylindrical-coordinate representation of color #81C885: hue angle of 123.38º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81C885 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 200 | 133 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.22 |
| HSL | 123.38º | 0.39% | 0.65% | - |
| HSV(B) | 123.38º | 0.36% | 0.78% | - |
| XYZ | 33.94 | 47.67 | 29.6 | - |
| YUV | 171.13 | 106.48 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 200 | 133 | 0.36 | 0 | 0.34 | 0.22 | 123.38 | 0.39 | 0.65 |
| Hex | 81 | C8 | 85 | 24 | 0 | 22 | 16 | 7B | 27 | 41 |
| Octal | 201 | 310 | 205 | 44 | 0 | 42 | 26 | 173 | 47 | 101 |
| Binary | 10000001 | 11001000 | 10000101 | 100100 | 0 | 100010 | 10110 | 1111011 | 100111 | 1000001 |
Color Harmonies of #81C885
Complementary color
Monochromatic Colors of #81C885
Black with #81C885
Text Example
Text Example
White with #81C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C885; }
p { color: rgb(129,200,133); }
H1.HeaderClassName
{
color: #81C885;
}
.AnyTagClassName
{
color: #81C885;
}
</style>
background-color css
<style>
a { background-color: #81C885; }
a { background-color: rgb(129,200,133); }
div.DivClassName
{
background-color: #81C885;
}
.BgClassName
{
background-color: #81C885;
}
</style>
border-color css
<style>
span { border-color: #81C885; }
span { border-color: rgb(129,200,133); }
td.TdClassName
{
border-color: #81C885;
}
.TagClassName
{
border-color: #81C885;
}
</style>