Shades of De York #81C894
Tints of De York #81C894
RGB
CMYK
RGB Variations
Color information
#81C894 (or 0x81C894) is known color: De York. HEX triplet: 81, C8 and 94. RGB value is (129,200,148). Sum of RGB (Red+Green+Blue) = 129+200+148=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #81C894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C894 is #7E376B. Grayscale: #ACACAC. Windows color (decimal): -8271724 or 9750657. OLE color: 9750657.
HSL color Cylindrical-coordinate representation of color #81C894: hue angle of 136.06º 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 #81C894 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 200 | 148 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.22 |
| HSL | 136.06º | 0.39% | 0.65% | - |
| HSV(B) | 136.06º | 0.36% | 0.78% | - |
| XYZ | 35.05 | 48.11 | 35.46 | - |
| YUV | 172.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 200 | 148 | 0.36 | 0 | 0.26 | 0.22 | 136.06 | 0.39 | 0.65 |
| Hex | 81 | C8 | 94 | 24 | 0 | 1A | 16 | 88 | 27 | 41 |
| Octal | 201 | 310 | 224 | 44 | 0 | 32 | 26 | 210 | 47 | 101 |
| Binary | 10000001 | 11001000 | 10010100 | 100100 | 0 | 11010 | 10110 | 10001000 | 100111 | 1000001 |
Color Harmonies of #81C894
Complementary color
Monochromatic Colors of #81C894
Black with #81C894
Text Example
Text Example
White with #81C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C894; }
p { color: rgb(129,200,148); }
H1.HeaderClassName
{
color: #81C894;
}
.AnyTagClassName
{
color: #81C894;
}
</style>
background-color css
<style>
a { background-color: #81C894; }
a { background-color: rgb(129,200,148); }
div.DivClassName
{
background-color: #81C894;
}
.BgClassName
{
background-color: #81C894;
}
</style>
border-color css
<style>
span { border-color: #81C894; }
span { border-color: rgb(129,200,148); }
td.TdClassName
{
border-color: #81C894;
}
.TagClassName
{
border-color: #81C894;
}
</style>