Shades of De York #81C189
Tints of De York #81C189
RGB
CMYK
RGB Variations
Color information
#81C189 (or 0x81C189) is known color: De York. HEX triplet: 81, C1 and 89. RGB value is (129,193,137). Sum of RGB (Red+Green+Blue) = 129+193+137=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #81C189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C189 is #7E3E76. Grayscale: #A7A7A7. Windows color (decimal): -8273527 or 9027969. OLE color: 9027969.
HSL color Cylindrical-coordinate representation of color #81C189: hue angle of 127.5º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C189 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 137 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.24 |
| HSL | 127.5º | 0.34% | 0.63% | - |
| HSV(B) | 127.5º | 0.33% | 0.76% | - |
| XYZ | 32.64 | 44.61 | 30.56 | - |
| YUV | 167.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 137 | 0.33 | 0 | 0.29 | 0.24 | 127.5 | 0.34 | 0.63 |
| Hex | 81 | C1 | 89 | 21 | 0 | 1D | 18 | 80 | 22 | 3F |
| Octal | 201 | 301 | 211 | 41 | 0 | 35 | 30 | 200 | 42 | 77 |
| Binary | 10000001 | 11000001 | 10001001 | 100001 | 0 | 11101 | 11000 | 10000000 | 100010 | 111111 |
Color Harmonies of #81C189
Complementary color
Monochromatic Colors of #81C189
Black with #81C189
Text Example
Text Example
White with #81C189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C189; }
p { color: rgb(129,193,137); }
H1.HeaderClassName
{
color: #81C189;
}
.AnyTagClassName
{
color: #81C189;
}
</style>
background-color css
<style>
a { background-color: #81C189; }
a { background-color: rgb(129,193,137); }
div.DivClassName
{
background-color: #81C189;
}
.BgClassName
{
background-color: #81C189;
}
</style>
border-color css
<style>
span { border-color: #81C189; }
span { border-color: rgb(129,193,137); }
td.TdClassName
{
border-color: #81C189;
}
.TagClassName
{
border-color: #81C189;
}
</style>