Shades of De York #87CA83
Tints of De York #87CA83
RGB
CMYK
RGB Variations
Color information
#87CA83 (or 0x87CA83) is known color: De York. HEX triplet: 87, CA and 83. RGB value is (135,202,131). Sum of RGB (Red+Green+Blue) = 135+202+131=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #87CA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CA83 is #78357C. Grayscale: #AEAEAE. Windows color (decimal): -7878013 or 8637063. OLE color: 8637063.
HSL color Cylindrical-coordinate representation of color #87CA83: hue angle of 116.62º 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 #87CA83 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 202 | 131 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.21 |
| HSL | 116.62º | 0.4% | 0.65% | - |
| HSV(B) | 116.62º | 0.35% | 0.79% | - |
| XYZ | 35.21 | 49.03 | 29.08 | - |
| YUV | 173.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 202 | 131 | 0.33 | 0 | 0.35 | 0.21 | 116.62 | 0.4 | 0.65 |
| Hex | 87 | CA | 83 | 21 | 0 | 23 | 15 | 75 | 28 | 41 |
| Octal | 207 | 312 | 203 | 41 | 0 | 43 | 25 | 165 | 50 | 101 |
| Binary | 10000111 | 11001010 | 10000011 | 100001 | 0 | 100011 | 10101 | 1110101 | 101000 | 1000001 |
Color Harmonies of #87CA83
Complementary color
Monochromatic Colors of #87CA83
Black with #87CA83
Text Example
Text Example
White with #87CA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CA83; }
p { color: rgb(135,202,131); }
H1.HeaderClassName
{
color: #87CA83;
}
.AnyTagClassName
{
color: #87CA83;
}
</style>
background-color css
<style>
a { background-color: #87CA83; }
a { background-color: rgb(135,202,131); }
div.DivClassName
{
background-color: #87CA83;
}
.BgClassName
{
background-color: #87CA83;
}
</style>
border-color css
<style>
span { border-color: #87CA83; }
span { border-color: rgb(135,202,131); }
td.TdClassName
{
border-color: #87CA83;
}
.TagClassName
{
border-color: #87CA83;
}
</style>