Shades of De York #87CA82
Tints of De York #87CA82
RGB
CMYK
RGB Variations
Color information
#87CA82 (or 0x87CA82) is known color: De York. HEX triplet: 87, CA and 82. RGB value is (135,202,130). Sum of RGB (Red+Green+Blue) = 135+202+130=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #87CA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87CA82 is #78357D. Grayscale: #ADADAD. Windows color (decimal): -7878014 or 8571527. OLE color: 8571527.
HSL color Cylindrical-coordinate representation of color #87CA82: hue angle of 115.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87CA82 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 202 | 130 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.21 |
| HSL | 115.83º | 0.4% | 0.65% | - |
| HSV(B) | 115.83º | 0.36% | 0.79% | - |
| XYZ | 35.14 | 49 | 28.73 | - |
| YUV | 173.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 202 | 130 | 0.33 | 0 | 0.36 | 0.21 | 115.83 | 0.4 | 0.65 |
| Hex | 87 | CA | 82 | 21 | 0 | 24 | 15 | 74 | 28 | 41 |
| Octal | 207 | 312 | 202 | 41 | 0 | 44 | 25 | 164 | 50 | 101 |
| Binary | 10000111 | 11001010 | 10000010 | 100001 | 0 | 100100 | 10101 | 1110100 | 101000 | 1000001 |
Color Harmonies of #87CA82
Complementary color
Monochromatic Colors of #87CA82
Black with #87CA82
Text Example
Text Example
White with #87CA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CA82; }
p { color: rgb(135,202,130); }
H1.HeaderClassName
{
color: #87CA82;
}
.AnyTagClassName
{
color: #87CA82;
}
</style>
background-color css
<style>
a { background-color: #87CA82; }
a { background-color: rgb(135,202,130); }
div.DivClassName
{
background-color: #87CA82;
}
.BgClassName
{
background-color: #87CA82;
}
</style>
border-color css
<style>
span { border-color: #87CA82; }
span { border-color: rgb(135,202,130); }
td.TdClassName
{
border-color: #87CA82;
}
.TagClassName
{
border-color: #87CA82;
}
</style>