Shades of De York #81BF88
Tints of De York #81BF88
RGB
CMYK
RGB Variations
Color information
#81BF88 (or 0x81BF88) is known color: De York. HEX triplet: 81, BF and 88. RGB value is (129,191,136). Sum of RGB (Red+Green+Blue) = 129+191+136=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BF88 is #7E4077. Grayscale: #A6A6A6. Windows color (decimal): -8274040 or 8961921. OLE color: 8961921.
HSL color Cylindrical-coordinate representation of color #81BF88: hue angle of 126.77º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BF88 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 191 | 136 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.25 |
| HSL | 126.77º | 0.33% | 0.63% | - |
| HSV(B) | 126.77º | 0.32% | 0.75% | - |
| XYZ | 32.13 | 43.71 | 30.04 | - |
| YUV | 166.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 136 | 0.32 | 0 | 0.29 | 0.25 | 126.77 | 0.33 | 0.63 |
| Hex | 81 | BF | 88 | 20 | 0 | 1D | 19 | 7F | 21 | 3F |
| Octal | 201 | 277 | 210 | 40 | 0 | 35 | 31 | 177 | 41 | 77 |
| Binary | 10000001 | 10111111 | 10001000 | 100000 | 0 | 11101 | 11001 | 1111111 | 100001 | 111111 |
Color Harmonies of #81BF88
Complementary color
Monochromatic Colors of #81BF88
Black with #81BF88
Text Example
Text Example
White with #81BF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BF88; }
p { color: rgb(129,191,136); }
H1.HeaderClassName
{
color: #81BF88;
}
.AnyTagClassName
{
color: #81BF88;
}
</style>
background-color css
<style>
a { background-color: #81BF88; }
a { background-color: rgb(129,191,136); }
div.DivClassName
{
background-color: #81BF88;
}
.BgClassName
{
background-color: #81BF88;
}
</style>
border-color css
<style>
span { border-color: #81BF88; }
span { border-color: rgb(129,191,136); }
td.TdClassName
{
border-color: #81BF88;
}
.TagClassName
{
border-color: #81BF88;
}
</style>