Shades of De York #87C290
Tints of De York #87C290
RGB
CMYK
RGB Variations
Color information
#87C290 (or 0x87C290) is known color: De York. HEX triplet: 87, C2 and 90. RGB value is (135,194,144). Sum of RGB (Red+Green+Blue) = 135+194+144=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #87C290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87C290 is #783D6F. Grayscale: #AAAAAA. Windows color (decimal): -7880048 or 9486983. OLE color: 9486983.
HSL color Cylindrical-coordinate representation of color #87C290: hue angle of 129.15º 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 #87C290 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 194 | 144 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.24 |
| HSL | 129.15º | 0.33% | 0.65% | - |
| HSV(B) | 129.15º | 0.3% | 0.76% | - |
| XYZ | 34.32 | 45.75 | 33.41 | - |
| YUV | 170.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 194 | 144 | 0.30 | 0 | 0.26 | 0.24 | 129.15 | 0.33 | 0.65 |
| Hex | 87 | C2 | 90 | 1E | 0 | 1A | 18 | 81 | 21 | 41 |
| Octal | 207 | 302 | 220 | 36 | 0 | 32 | 30 | 201 | 41 | 101 |
| Binary | 10000111 | 11000010 | 10010000 | 11110 | 0 | 11010 | 11000 | 10000001 | 100001 | 1000001 |
Color Harmonies of #87C290
Complementary color
Monochromatic Colors of #87C290
Black with #87C290
Text Example
Text Example
White with #87C290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C290; }
p { color: rgb(135,194,144); }
H1.HeaderClassName
{
color: #87C290;
}
.AnyTagClassName
{
color: #87C290;
}
</style>
background-color css
<style>
a { background-color: #87C290; }
a { background-color: rgb(135,194,144); }
div.DivClassName
{
background-color: #87C290;
}
.BgClassName
{
background-color: #87C290;
}
</style>
border-color css
<style>
span { border-color: #87C290; }
span { border-color: rgb(135,194,144); }
td.TdClassName
{
border-color: #87C290;
}
.TagClassName
{
border-color: #87C290;
}
</style>