Shades of De York #87C48E
Tints of De York #87C48E
RGB
CMYK
RGB Variations
Color information
#87C48E (or 0x87C48E) is known color: De York. HEX triplet: 87, C4 and 8E. RGB value is (135,196,142). Sum of RGB (Red+Green+Blue) = 135+196+142=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #87C48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C48E is #783B71. Grayscale: #ABABAB. Windows color (decimal): -7879538 or 9356423. OLE color: 9356423.
HSL color Cylindrical-coordinate representation of color #87C48E: hue angle of 126.89º degrees, saturation: 0.34, 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 #87C48E is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 196 | 142 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.23 |
| HSL | 126.89º | 0.34% | 0.65% | - |
| HSV(B) | 126.89º | 0.31% | 0.77% | - |
| XYZ | 34.61 | 46.58 | 32.76 | - |
| YUV | 171.61 | 111.29 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 196 | 142 | 0.31 | 0 | 0.28 | 0.23 | 126.89 | 0.34 | 0.65 |
| Hex | 87 | C4 | 8E | 1F | 0 | 1C | 17 | 7F | 22 | 41 |
| Octal | 207 | 304 | 216 | 37 | 0 | 34 | 27 | 177 | 42 | 101 |
| Binary | 10000111 | 11000100 | 10001110 | 11111 | 0 | 11100 | 10111 | 1111111 | 100010 | 1000001 |
Color Harmonies of #87C48E
Complementary color
Monochromatic Colors of #87C48E
Black with #87C48E
Text Example
Text Example
White with #87C48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C48E; }
p { color: rgb(135,196,142); }
H1.HeaderClassName
{
color: #87C48E;
}
.AnyTagClassName
{
color: #87C48E;
}
</style>
background-color css
<style>
a { background-color: #87C48E; }
a { background-color: rgb(135,196,142); }
div.DivClassName
{
background-color: #87C48E;
}
.BgClassName
{
background-color: #87C48E;
}
</style>
border-color css
<style>
span { border-color: #87C48E; }
span { border-color: rgb(135,196,142); }
td.TdClassName
{
border-color: #87C48E;
}
.TagClassName
{
border-color: #87C48E;
}
</style>