Shades of De York #87CA84
Tints of De York #87CA84
RGB
CMYK
RGB Variations
Color information
#87CA84 (or 0x87CA84) is known color: De York. HEX triplet: 87, CA and 84. RGB value is (135,202,132). Sum of RGB (Red+Green+Blue) = 135+202+132=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #87CA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CA84 is #78357B. Grayscale: #AEAEAE. Windows color (decimal): -7878012 or 8702599. OLE color: 8702599.
HSL color Cylindrical-coordinate representation of color #87CA84: hue angle of 117.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87CA84 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 202 | 132 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.21 |
| HSL | 117.43º | 0.4% | 0.65% | - |
| HSV(B) | 117.43º | 0.35% | 0.79% | - |
| XYZ | 35.28 | 49.06 | 29.44 | - |
| YUV | 173.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 202 | 132 | 0.33 | 0 | 0.35 | 0.21 | 117.43 | 0.4 | 0.65 |
| Hex | 87 | CA | 84 | 21 | 0 | 23 | 15 | 75 | 28 | 41 |
| Octal | 207 | 312 | 204 | 41 | 0 | 43 | 25 | 165 | 50 | 101 |
| Binary | 10000111 | 11001010 | 10000100 | 100001 | 0 | 100011 | 10101 | 1110101 | 101000 | 1000001 |
Color Harmonies of #87CA84
Complementary color
Monochromatic Colors of #87CA84
Black with #87CA84
Text Example
Text Example
White with #87CA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CA84; }
p { color: rgb(135,202,132); }
H1.HeaderClassName
{
color: #87CA84;
}
.AnyTagClassName
{
color: #87CA84;
}
</style>
background-color css
<style>
a { background-color: #87CA84; }
a { background-color: rgb(135,202,132); }
div.DivClassName
{
background-color: #87CA84;
}
.BgClassName
{
background-color: #87CA84;
}
</style>
border-color css
<style>
span { border-color: #87CA84; }
span { border-color: rgb(135,202,132); }
td.TdClassName
{
border-color: #87CA84;
}
.TagClassName
{
border-color: #87CA84;
}
</style>