Shades of De York #87D297
Tints of De York #87D297
RGB
CMYK
RGB Variations
Color information
#87D297 (or 0x87D297) is known color: De York. HEX triplet: 87, D2 and 97. RGB value is (135,210,151). Sum of RGB (Red+Green+Blue) = 135+210+151=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #87D297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87D297 is #782D68. Grayscale: #B5B5B5. Windows color (decimal): -7875945 or 9949831. OLE color: 9949831.
HSL color Cylindrical-coordinate representation of color #87D297: hue angle of 132.8º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87D297 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 210 | 151 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.18 |
| HSL | 132.8º | 0.45% | 0.68% | - |
| HSV(B) | 132.8º | 0.36% | 0.82% | - |
| XYZ | 38.62 | 53.48 | 37.56 | - |
| YUV | 180.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 210 | 151 | 0.36 | 0 | 0.28 | 0.18 | 132.8 | 0.45 | 0.68 |
| Hex | 87 | D2 | 97 | 24 | 0 | 1C | 12 | 85 | 2D | 44 |
| Octal | 207 | 322 | 227 | 44 | 0 | 34 | 22 | 205 | 55 | 104 |
| Binary | 10000111 | 11010010 | 10010111 | 100100 | 0 | 11100 | 10010 | 10000101 | 101101 | 1000100 |
Color Harmonies of #87D297
Complementary color
Monochromatic Colors of #87D297
Black with #87D297
Text Example
Text Example
White with #87D297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D297; }
p { color: rgb(135,210,151); }
H1.HeaderClassName
{
color: #87D297;
}
.AnyTagClassName
{
color: #87D297;
}
</style>
background-color css
<style>
a { background-color: #87D297; }
a { background-color: rgb(135,210,151); }
div.DivClassName
{
background-color: #87D297;
}
.BgClassName
{
background-color: #87D297;
}
</style>
border-color css
<style>
span { border-color: #87D297; }
span { border-color: rgb(135,210,151); }
td.TdClassName
{
border-color: #87D297;
}
.TagClassName
{
border-color: #87D297;
}
</style>