Shades of De York #81BF87
Tints of De York #81BF87
RGB
CMYK
RGB Variations
Color information
#81BF87 (or 0x81BF87) is known color: De York. HEX triplet: 81, BF and 87. RGB value is (129,191,135). Sum of RGB (Red+Green+Blue) = 129+191+135=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BF87 is #7E4078. Grayscale: #A6A6A6. Windows color (decimal): -8274041 or 8896385. OLE color: 8896385.
HSL color Cylindrical-coordinate representation of color #81BF87: hue angle of 125.81º 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 #81BF87 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 191 | 135 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.25 |
| HSL | 125.81º | 0.33% | 0.63% | - |
| HSV(B) | 125.81º | 0.32% | 0.75% | - |
| XYZ | 32.06 | 43.68 | 29.66 | - |
| YUV | 166.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 135 | 0.32 | 0 | 0.29 | 0.25 | 125.81 | 0.33 | 0.63 |
| Hex | 81 | BF | 87 | 20 | 0 | 1D | 19 | 7E | 21 | 3F |
| Octal | 201 | 277 | 207 | 40 | 0 | 35 | 31 | 176 | 41 | 77 |
| Binary | 10000001 | 10111111 | 10000111 | 100000 | 0 | 11101 | 11001 | 1111110 | 100001 | 111111 |
Color Harmonies of #81BF87
Complementary color
Monochromatic Colors of #81BF87
Black with #81BF87
Text Example
Text Example
White with #81BF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BF87; }
p { color: rgb(129,191,135); }
H1.HeaderClassName
{
color: #81BF87;
}
.AnyTagClassName
{
color: #81BF87;
}
</style>
background-color css
<style>
a { background-color: #81BF87; }
a { background-color: rgb(129,191,135); }
div.DivClassName
{
background-color: #81BF87;
}
.BgClassName
{
background-color: #81BF87;
}
</style>
border-color css
<style>
span { border-color: #81BF87; }
span { border-color: rgb(129,191,135); }
td.TdClassName
{
border-color: #81BF87;
}
.TagClassName
{
border-color: #81BF87;
}
</style>