Shades of De York #87C28B
Tints of De York #87C28B
RGB
CMYK
RGB Variations
Color information
#87C28B (or 0x87C28B) is known color: De York. HEX triplet: 87, C2 and 8B. RGB value is (135,194,139). Sum of RGB (Red+Green+Blue) = 135+194+139=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #87C28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C28B is #783D74. Grayscale: #AAAAAA. Windows color (decimal): -7880053 or 9159303. OLE color: 9159303.
HSL color Cylindrical-coordinate representation of color #87C28B: hue angle of 124.07º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87C28B is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 194 | 139 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.24 |
| HSL | 124.07º | 0.33% | 0.65% | - |
| HSV(B) | 124.07º | 0.3% | 0.76% | - |
| XYZ | 33.94 | 45.6 | 31.44 | - |
| YUV | 170.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 194 | 139 | 0.30 | 0 | 0.28 | 0.24 | 124.07 | 0.33 | 0.65 |
| Hex | 87 | C2 | 8B | 1E | 0 | 1C | 18 | 7C | 21 | 41 |
| Octal | 207 | 302 | 213 | 36 | 0 | 34 | 30 | 174 | 41 | 101 |
| Binary | 10000111 | 11000010 | 10001011 | 11110 | 0 | 11100 | 11000 | 1111100 | 100001 | 1000001 |
Color Harmonies of #87C28B
Complementary color
Monochromatic Colors of #87C28B
Black with #87C28B
Text Example
Text Example
White with #87C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C28B; }
p { color: rgb(135,194,139); }
H1.HeaderClassName
{
color: #87C28B;
}
.AnyTagClassName
{
color: #87C28B;
}
</style>
background-color css
<style>
a { background-color: #87C28B; }
a { background-color: rgb(135,194,139); }
div.DivClassName
{
background-color: #87C28B;
}
.BgClassName
{
background-color: #87C28B;
}
</style>
border-color css
<style>
span { border-color: #87C28B; }
span { border-color: rgb(135,194,139); }
td.TdClassName
{
border-color: #87C28B;
}
.TagClassName
{
border-color: #87C28B;
}
</style>