Shades of De York #87D57F
Tints of De York #87D57F
RGB
CMYK
RGB Variations
Color information
#87D57F (or 0x87D57F) is known color: De York. HEX triplet: 87, D5 and 7F. RGB value is (135,213,127). Sum of RGB (Red+Green+Blue) = 135+213+127=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #87D57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87D57F is #782A80. Grayscale: #B4B4B4. Windows color (decimal): -7875201 or 8377735. OLE color: 8377735.
HSL color Cylindrical-coordinate representation of color #87D57F: hue angle of 114.42º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87D57F is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 213 | 127 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.16 |
| HSL | 114.42º | 0.51% | 0.67% | - |
| HSV(B) | 114.42º | 0.4% | 0.84% | - |
| XYZ | 37.62 | 54.27 | 28.57 | - |
| YUV | 179.87 | 98.16 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 213 | 127 | 0.37 | 0 | 0.40 | 0.16 | 114.42 | 0.51 | 0.67 |
| Hex | 87 | D5 | 7F | 25 | 0 | 28 | 10 | 72 | 33 | 43 |
| Octal | 207 | 325 | 177 | 45 | 0 | 50 | 20 | 162 | 63 | 103 |
| Binary | 10000111 | 11010101 | 1111111 | 100101 | 0 | 101000 | 10000 | 1110010 | 110011 | 1000011 |
Color Harmonies of #87D57F
Complementary color
Monochromatic Colors of #87D57F
Black with #87D57F
Text Example
Text Example
White with #87D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D57F; }
p { color: rgb(135,213,127); }
H1.HeaderClassName
{
color: #87D57F;
}
.AnyTagClassName
{
color: #87D57F;
}
</style>
background-color css
<style>
a { background-color: #87D57F; }
a { background-color: rgb(135,213,127); }
div.DivClassName
{
background-color: #87D57F;
}
.BgClassName
{
background-color: #87D57F;
}
</style>
border-color css
<style>
span { border-color: #87D57F; }
span { border-color: rgb(135,213,127); }
td.TdClassName
{
border-color: #87D57F;
}
.TagClassName
{
border-color: #87D57F;
}
</style>