Shades of De York #87C390
Tints of De York #87C390
RGB
CMYK
RGB Variations
Color information
#87C390 (or 0x87C390) is known color: De York. HEX triplet: 87, C3 and 90. RGB value is (135,195,144). Sum of RGB (Red+Green+Blue) = 135+195+144=474 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.48% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #87C390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C390 is #783C6F. Grayscale: #ABABAB. Windows color (decimal): -7879792 or 9487239. OLE color: 9487239.
HSL color Cylindrical-coordinate representation of color #87C390: hue angle of 129º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87C390 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 195 | 144 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.24 |
| HSL | 129º | 0.33% | 0.65% | - |
| HSV(B) | 129º | 0.31% | 0.76% | - |
| XYZ | 34.54 | 46.19 | 33.48 | - |
| YUV | 171.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 195 | 144 | 0.31 | 0 | 0.26 | 0.24 | 129 | 0.33 | 0.65 |
| Hex | 87 | C3 | 90 | 1F | 0 | 1A | 18 | 81 | 21 | 41 |
| Octal | 207 | 303 | 220 | 37 | 0 | 32 | 30 | 201 | 41 | 101 |
| Binary | 10000111 | 11000011 | 10010000 | 11111 | 0 | 11010 | 11000 | 10000001 | 100001 | 1000001 |
Color Harmonies of #87C390
Complementary color
Monochromatic Colors of #87C390
Black with #87C390
Text Example
Text Example
White with #87C390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C390; }
p { color: rgb(135,195,144); }
H1.HeaderClassName
{
color: #87C390;
}
.AnyTagClassName
{
color: #87C390;
}
</style>
background-color css
<style>
a { background-color: #87C390; }
a { background-color: rgb(135,195,144); }
div.DivClassName
{
background-color: #87C390;
}
.BgClassName
{
background-color: #87C390;
}
</style>
border-color css
<style>
span { border-color: #87C390; }
span { border-color: rgb(135,195,144); }
td.TdClassName
{
border-color: #87C390;
}
.TagClassName
{
border-color: #87C390;
}
</style>