Shades of De York #84C587
Tints of De York #84C587
RGB
CMYK
RGB Variations
Color information
#84C587 (or 0x84C587) is known color: De York. HEX triplet: 84, C5 and 87. RGB value is (132,197,135). Sum of RGB (Red+Green+Blue) = 132+197+135=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #84C587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C587 is #7B3A78. Grayscale: #AAAAAA. Windows color (decimal): -8075897 or 8897924. OLE color: 8897924.
HSL color Cylindrical-coordinate representation of color #84C587: hue angle of 122.77º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C587 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 135 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.23 |
| HSL | 122.77º | 0.36% | 0.65% | - |
| HSV(B) | 122.77º | 0.33% | 0.77% | - |
| XYZ | 33.86 | 46.59 | 30.13 | - |
| YUV | 170.5 | 107.97 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 135 | 0.33 | 0 | 0.31 | 0.23 | 122.77 | 0.36 | 0.65 |
| Hex | 84 | C5 | 87 | 21 | 0 | 1F | 17 | 7B | 24 | 41 |
| Octal | 204 | 305 | 207 | 41 | 0 | 37 | 27 | 173 | 44 | 101 |
| Binary | 10000100 | 11000101 | 10000111 | 100001 | 0 | 11111 | 10111 | 1111011 | 100100 | 1000001 |
Color Harmonies of #84C587
Complementary color
Monochromatic Colors of #84C587
Black with #84C587
Text Example
Text Example
White with #84C587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C587; }
p { color: rgb(132,197,135); }
H1.HeaderClassName
{
color: #84C587;
}
.AnyTagClassName
{
color: #84C587;
}
</style>
background-color css
<style>
a { background-color: #84C587; }
a { background-color: rgb(132,197,135); }
div.DivClassName
{
background-color: #84C587;
}
.BgClassName
{
background-color: #84C587;
}
</style>
border-color css
<style>
span { border-color: #84C587; }
span { border-color: rgb(132,197,135); }
td.TdClassName
{
border-color: #84C587;
}
.TagClassName
{
border-color: #84C587;
}
</style>