Shades of De York #87C58F
Tints of De York #87C58F
RGB
CMYK
RGB Variations
Color information
#87C58F (or 0x87C58F) is known color: De York. HEX triplet: 87, C5 and 8F. RGB value is (135,197,143). Sum of RGB (Red+Green+Blue) = 135+197+143=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #87C58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C58F is #783A70. Grayscale: #ACACAC. Windows color (decimal): -7879281 or 9422215. OLE color: 9422215.
HSL color Cylindrical-coordinate representation of color #87C58F: hue angle of 127.74º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87C58F is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 197 | 143 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.23 |
| HSL | 127.74º | 0.35% | 0.65% | - |
| HSV(B) | 127.74º | 0.31% | 0.77% | - |
| XYZ | 34.92 | 47.07 | 33.23 | - |
| YUV | 172.31 | 111.46 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 197 | 143 | 0.31 | 0 | 0.27 | 0.23 | 127.74 | 0.35 | 0.65 |
| Hex | 87 | C5 | 8F | 1F | 0 | 1B | 17 | 80 | 23 | 41 |
| Octal | 207 | 305 | 217 | 37 | 0 | 33 | 27 | 200 | 43 | 101 |
| Binary | 10000111 | 11000101 | 10001111 | 11111 | 0 | 11011 | 10111 | 10000000 | 100011 | 1000001 |
Color Harmonies of #87C58F
Complementary color
Monochromatic Colors of #87C58F
Black with #87C58F
Text Example
Text Example
White with #87C58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C58F; }
p { color: rgb(135,197,143); }
H1.HeaderClassName
{
color: #87C58F;
}
.AnyTagClassName
{
color: #87C58F;
}
</style>
background-color css
<style>
a { background-color: #87C58F; }
a { background-color: rgb(135,197,143); }
div.DivClassName
{
background-color: #87C58F;
}
.BgClassName
{
background-color: #87C58F;
}
</style>
border-color css
<style>
span { border-color: #87C58F; }
span { border-color: rgb(135,197,143); }
td.TdClassName
{
border-color: #87C58F;
}
.TagClassName
{
border-color: #87C58F;
}
</style>