Shades of De York #87C97C
Tints of De York #87C97C
RGB
CMYK
RGB Variations
Color information
#87C97C (or 0x87C97C) is known color: De York. HEX triplet: 87, C9 and 7C. RGB value is (135,201,124). Sum of RGB (Red+Green+Blue) = 135+201+124=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #87C97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #87C97C is #783683. Grayscale: #ACACAC. Windows color (decimal): -7878276 or 8178055. OLE color: 8178055.
HSL color Cylindrical-coordinate representation of color #87C97C: hue angle of 111.43º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87C97C is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 201 | 124 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.21 |
| HSL | 111.43º | 0.42% | 0.64% | - |
| HSV(B) | 111.43º | 0.38% | 0.79% | - |
| XYZ | 34.52 | 48.38 | 26.59 | - |
| YUV | 172.49 | 100.63 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 201 | 124 | 0.33 | 0 | 0.38 | 0.21 | 111.43 | 0.42 | 0.64 |
| Hex | 87 | C9 | 7C | 21 | 0 | 26 | 15 | 6F | 2A | 40 |
| Octal | 207 | 311 | 174 | 41 | 0 | 46 | 25 | 157 | 52 | 100 |
| Binary | 10000111 | 11001001 | 1111100 | 100001 | 0 | 100110 | 10101 | 1101111 | 101010 | 1000000 |
Color Harmonies of #87C97C
Complementary color
Monochromatic Colors of #87C97C
Black with #87C97C
Text Example
Text Example
White with #87C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C97C; }
p { color: rgb(135,201,124); }
H1.HeaderClassName
{
color: #87C97C;
}
.AnyTagClassName
{
color: #87C97C;
}
</style>
background-color css
<style>
a { background-color: #87C97C; }
a { background-color: rgb(135,201,124); }
div.DivClassName
{
background-color: #87C97C;
}
.BgClassName
{
background-color: #87C97C;
}
</style>
border-color css
<style>
span { border-color: #87C97C; }
span { border-color: rgb(135,201,124); }
td.TdClassName
{
border-color: #87C97C;
}
.TagClassName
{
border-color: #87C97C;
}
</style>