Shades of De York #81C088
Tints of De York #81C088
RGB
CMYK
RGB Variations
Color information
#81C088 (or 0x81C088) is known color: De York. HEX triplet: 81, C0 and 88. RGB value is (129,192,136). Sum of RGB (Red+Green+Blue) = 129+192+136=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #81C088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C088 is #7E3F77. Grayscale: #A6A6A6. Windows color (decimal): -8273784 or 8962177. OLE color: 8962177.
HSL color Cylindrical-coordinate representation of color #81C088: hue angle of 126.67º 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 #81C088 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 136 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.25 |
| HSL | 126.67º | 0.33% | 0.63% | - |
| HSV(B) | 126.67º | 0.33% | 0.75% | - |
| XYZ | 32.35 | 44.14 | 30.11 | - |
| YUV | 166.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 136 | 0.33 | 0 | 0.29 | 0.25 | 126.67 | 0.33 | 0.63 |
| Hex | 81 | C0 | 88 | 21 | 0 | 1D | 19 | 7F | 21 | 3F |
| Octal | 201 | 300 | 210 | 41 | 0 | 35 | 31 | 177 | 41 | 77 |
| Binary | 10000001 | 11000000 | 10001000 | 100001 | 0 | 11101 | 11001 | 1111111 | 100001 | 111111 |
Color Harmonies of #81C088
Complementary color
Monochromatic Colors of #81C088
Black with #81C088
Text Example
Text Example
White with #81C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C088; }
p { color: rgb(129,192,136); }
H1.HeaderClassName
{
color: #81C088;
}
.AnyTagClassName
{
color: #81C088;
}
</style>
background-color css
<style>
a { background-color: #81C088; }
a { background-color: rgb(129,192,136); }
div.DivClassName
{
background-color: #81C088;
}
.BgClassName
{
background-color: #81C088;
}
</style>
border-color css
<style>
span { border-color: #81C088; }
span { border-color: rgb(129,192,136); }
td.TdClassName
{
border-color: #81C088;
}
.TagClassName
{
border-color: #81C088;
}
</style>