Shades of De York #87C07D
Tints of De York #87C07D
RGB
CMYK
RGB Variations
Color information
#87C07D (or 0x87C07D) is known color: De York. HEX triplet: 87, C0 and 7D. RGB value is (135,192,125). Sum of RGB (Red+Green+Blue) = 135+192+125=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #87C07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87C07D is #783F82. Grayscale: #A7A7A7. Windows color (decimal): -7880579 or 8241287. OLE color: 8241287.
HSL color Cylindrical-coordinate representation of color #87C07D: hue angle of 111.04º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #87C07D is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 125 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.25 |
| HSL | 111.04º | 0.35% | 0.62% | - |
| HSV(B) | 111.04º | 0.35% | 0.75% | - |
| XYZ | 32.54 | 44.33 | 26.24 | - |
| YUV | 167.32 | 104.12 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 125 | 0.30 | 0 | 0.35 | 0.25 | 111.04 | 0.35 | 0.62 |
| Hex | 87 | C0 | 7D | 1E | 0 | 23 | 19 | 6F | 23 | 3E |
| Octal | 207 | 300 | 175 | 36 | 0 | 43 | 31 | 157 | 43 | 76 |
| Binary | 10000111 | 11000000 | 1111101 | 11110 | 0 | 100011 | 11001 | 1101111 | 100011 | 111110 |
Color Harmonies of #87C07D
Complementary color
Monochromatic Colors of #87C07D
Black with #87C07D
Text Example
Text Example
White with #87C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C07D; }
p { color: rgb(135,192,125); }
H1.HeaderClassName
{
color: #87C07D;
}
.AnyTagClassName
{
color: #87C07D;
}
</style>
background-color css
<style>
a { background-color: #87C07D; }
a { background-color: rgb(135,192,125); }
div.DivClassName
{
background-color: #87C07D;
}
.BgClassName
{
background-color: #87C07D;
}
</style>
border-color css
<style>
span { border-color: #87C07D; }
span { border-color: rgb(135,192,125); }
td.TdClassName
{
border-color: #87C07D;
}
.TagClassName
{
border-color: #87C07D;
}
</style>