Shades of De York #87C08A
Tints of De York #87C08A
RGB
CMYK
RGB Variations
Color information
#87C08A (or 0x87C08A) is known color: De York. HEX triplet: 87, C0 and 8A. RGB value is (135,192,138). Sum of RGB (Red+Green+Blue) = 135+192+138=465 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.03% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #87C08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C08A is #783F75. Grayscale: #A8A8A8. Windows color (decimal): -7880566 or 9093255. OLE color: 9093255.
HSL color Cylindrical-coordinate representation of color #87C08A: hue angle of 123.16º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87C08A is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 138 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.25 |
| HSL | 123.16º | 0.31% | 0.64% | - |
| HSV(B) | 123.16º | 0.3% | 0.75% | - |
| XYZ | 33.43 | 44.69 | 30.91 | - |
| YUV | 168.8 | 110.62 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 138 | 0.30 | 0 | 0.28 | 0.25 | 123.16 | 0.31 | 0.64 |
| Hex | 87 | C0 | 8A | 1E | 0 | 1C | 19 | 7B | 1F | 40 |
| Octal | 207 | 300 | 212 | 36 | 0 | 34 | 31 | 173 | 37 | 100 |
| Binary | 10000111 | 11000000 | 10001010 | 11110 | 0 | 11100 | 11001 | 1111011 | 11111 | 1000000 |
Color Harmonies of #87C08A
Complementary color
Monochromatic Colors of #87C08A
Black with #87C08A
Text Example
Text Example
White with #87C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C08A; }
p { color: rgb(135,192,138); }
H1.HeaderClassName
{
color: #87C08A;
}
.AnyTagClassName
{
color: #87C08A;
}
</style>
background-color css
<style>
a { background-color: #87C08A; }
a { background-color: rgb(135,192,138); }
div.DivClassName
{
background-color: #87C08A;
}
.BgClassName
{
background-color: #87C08A;
}
</style>
border-color css
<style>
span { border-color: #87C08A; }
span { border-color: rgb(135,192,138); }
td.TdClassName
{
border-color: #87C08A;
}
.TagClassName
{
border-color: #87C08A;
}
</style>