Shades of De York #87CB76
Tints of De York #87CB76
RGB
CMYK
RGB Variations
Color information
#87CB76 (or 0x87CB76) is known color: De York. HEX triplet: 87, CB and 76. RGB value is (135,203,118). Sum of RGB (Red+Green+Blue) = 135+203+118=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #87CB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87CB76 is #783489. Grayscale: #ADADAD. Windows color (decimal): -7877770 or 7785351. OLE color: 7785351.
HSL color Cylindrical-coordinate representation of color #87CB76: hue angle of 108º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87CB76 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 203 | 118 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.20 |
| HSL | 108º | 0.45% | 0.63% | - |
| HSV(B) | 108º | 0.42% | 0.8% | - |
| XYZ | 34.62 | 49.17 | 24.81 | - |
| YUV | 172.98 | 96.97 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 203 | 118 | 0.33 | 0 | 0.42 | 0.20 | 108 | 0.45 | 0.63 |
| Hex | 87 | CB | 76 | 21 | 0 | 2A | 14 | 6C | 2D | 3F |
| Octal | 207 | 313 | 166 | 41 | 0 | 52 | 24 | 154 | 55 | 77 |
| Binary | 10000111 | 11001011 | 1110110 | 100001 | 0 | 101010 | 10100 | 1101100 | 101101 | 111111 |
Color Harmonies of #87CB76
Complementary color
Monochromatic Colors of #87CB76
Black with #87CB76
Text Example
Text Example
White with #87CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CB76; }
p { color: rgb(135,203,118); }
H1.HeaderClassName
{
color: #87CB76;
}
.AnyTagClassName
{
color: #87CB76;
}
</style>
background-color css
<style>
a { background-color: #87CB76; }
a { background-color: rgb(135,203,118); }
div.DivClassName
{
background-color: #87CB76;
}
.BgClassName
{
background-color: #87CB76;
}
</style>
border-color css
<style>
span { border-color: #87CB76; }
span { border-color: rgb(135,203,118); }
td.TdClassName
{
border-color: #87CB76;
}
.TagClassName
{
border-color: #87CB76;
}
</style>