Shades of De York #87CA92
Tints of De York #87CA92
RGB
CMYK
RGB Variations
Color information
#87CA92 (or 0x87CA92) is known color: De York. HEX triplet: 87, CA and 92. RGB value is (135,202,146). Sum of RGB (Red+Green+Blue) = 135+202+146=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #87CA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CA92 is #78356D. Grayscale: #AFAFAF. Windows color (decimal): -7877998 or 9620103. OLE color: 9620103.
HSL color Cylindrical-coordinate representation of color #87CA92: hue angle of 129.85º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87CA92 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 202 | 146 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.21 |
| HSL | 129.85º | 0.39% | 0.66% | - |
| HSV(B) | 129.85º | 0.33% | 0.79% | - |
| XYZ | 36.3 | 49.47 | 34.83 | - |
| YUV | 175.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 202 | 146 | 0.33 | 0 | 0.28 | 0.21 | 129.85 | 0.39 | 0.66 |
| Hex | 87 | CA | 92 | 21 | 0 | 1C | 15 | 82 | 27 | 42 |
| Octal | 207 | 312 | 222 | 41 | 0 | 34 | 25 | 202 | 47 | 102 |
| Binary | 10000111 | 11001010 | 10010010 | 100001 | 0 | 11100 | 10101 | 10000010 | 100111 | 1000010 |
Color Harmonies of #87CA92
Complementary color
Monochromatic Colors of #87CA92
Black with #87CA92
Text Example
Text Example
White with #87CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CA92; }
p { color: rgb(135,202,146); }
H1.HeaderClassName
{
color: #87CA92;
}
.AnyTagClassName
{
color: #87CA92;
}
</style>
background-color css
<style>
a { background-color: #87CA92; }
a { background-color: rgb(135,202,146); }
div.DivClassName
{
background-color: #87CA92;
}
.BgClassName
{
background-color: #87CA92;
}
</style>
border-color css
<style>
span { border-color: #87CA92; }
span { border-color: rgb(135,202,146); }
td.TdClassName
{
border-color: #87CA92;
}
.TagClassName
{
border-color: #87CA92;
}
</style>