Shades of De York #87BD81
Tints of De York #87BD81
RGB
CMYK
RGB Variations
Color information
#87BD81 (or 0x87BD81) is known color: De York. HEX triplet: 87, BD and 81. RGB value is (135,189,129). Sum of RGB (Red+Green+Blue) = 135+189+129=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BD81 is #78427E. Grayscale: #A6A6A6. Windows color (decimal): -7881343 or 8502663. OLE color: 8502663.
HSL color Cylindrical-coordinate representation of color #87BD81: hue angle of 114º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87BD81 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 129 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.26 |
| HSL | 114º | 0.31% | 0.62% | - |
| HSV(B) | 114º | 0.32% | 0.74% | - |
| XYZ | 32.15 | 43.13 | 27.4 | - |
| YUV | 166.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 129 | 0.29 | 0 | 0.32 | 0.26 | 114 | 0.31 | 0.62 |
| Hex | 87 | BD | 81 | 1D | 0 | 20 | 1A | 72 | 1F | 3E |
| Octal | 207 | 275 | 201 | 35 | 0 | 40 | 32 | 162 | 37 | 76 |
| Binary | 10000111 | 10111101 | 10000001 | 11101 | 0 | 100000 | 11010 | 1110010 | 11111 | 111110 |
Color Harmonies of #87BD81
Complementary color
Monochromatic Colors of #87BD81
Black with #87BD81
Text Example
Text Example
White with #87BD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD81; }
p { color: rgb(135,189,129); }
H1.HeaderClassName
{
color: #87BD81;
}
.AnyTagClassName
{
color: #87BD81;
}
</style>
background-color css
<style>
a { background-color: #87BD81; }
a { background-color: rgb(135,189,129); }
div.DivClassName
{
background-color: #87BD81;
}
.BgClassName
{
background-color: #87BD81;
}
</style>
border-color css
<style>
span { border-color: #87BD81; }
span { border-color: rgb(135,189,129); }
td.TdClassName
{
border-color: #87BD81;
}
.TagClassName
{
border-color: #87BD81;
}
</style>