Shades of De York #81C089
Tints of De York #81C089
RGB
CMYK
RGB Variations
Color information
#81C089 (or 0x81C089) is known color: De York. HEX triplet: 81, C0 and 89. RGB value is (129,192,137). Sum of RGB (Red+Green+Blue) = 129+192+137=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #81C089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C089 is #7E3F76. Grayscale: #A7A7A7. Windows color (decimal): -8273783 or 9027713. OLE color: 9027713.
HSL color Cylindrical-coordinate representation of color #81C089: hue angle of 127.62º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C089 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 137 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.25 |
| HSL | 127.62º | 0.33% | 0.63% | - |
| HSV(B) | 127.62º | 0.33% | 0.75% | - |
| XYZ | 32.42 | 44.17 | 30.48 | - |
| YUV | 166.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 137 | 0.33 | 0 | 0.29 | 0.25 | 127.62 | 0.33 | 0.63 |
| Hex | 81 | C0 | 89 | 21 | 0 | 1D | 19 | 80 | 21 | 3F |
| Octal | 201 | 300 | 211 | 41 | 0 | 35 | 31 | 200 | 41 | 77 |
| Binary | 10000001 | 11000000 | 10001001 | 100001 | 0 | 11101 | 11001 | 10000000 | 100001 | 111111 |
Color Harmonies of #81C089
Complementary color
Monochromatic Colors of #81C089
Black with #81C089
Text Example
Text Example
White with #81C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C089; }
p { color: rgb(129,192,137); }
H1.HeaderClassName
{
color: #81C089;
}
.AnyTagClassName
{
color: #81C089;
}
</style>
background-color css
<style>
a { background-color: #81C089; }
a { background-color: rgb(129,192,137); }
div.DivClassName
{
background-color: #81C089;
}
.BgClassName
{
background-color: #81C089;
}
</style>
border-color css
<style>
span { border-color: #81C089; }
span { border-color: rgb(129,192,137); }
td.TdClassName
{
border-color: #81C089;
}
.TagClassName
{
border-color: #81C089;
}
</style>