Shades of De York #84C577
Tints of De York #84C577
RGB
CMYK
RGB Variations
Color information
#84C577 (or 0x84C577) is known color: De York. HEX triplet: 84, C5 and 77. RGB value is (132,197,119). Sum of RGB (Red+Green+Blue) = 132+197+119=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #84C577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C577 is #7B3A88. Grayscale: #A8A8A8. Windows color (decimal): -8075913 or 7849348. OLE color: 7849348.
HSL color Cylindrical-coordinate representation of color #84C577: hue angle of 110º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84C577 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 119 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.23 |
| HSL | 110º | 0.4% | 0.62% | - |
| HSV(B) | 110º | 0.4% | 0.77% | - |
| XYZ | 32.81 | 46.17 | 24.64 | - |
| YUV | 168.67 | 99.97 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 119 | 0.33 | 0 | 0.40 | 0.23 | 110 | 0.4 | 0.62 |
| Hex | 84 | C5 | 77 | 21 | 0 | 28 | 17 | 6E | 28 | 3E |
| Octal | 204 | 305 | 167 | 41 | 0 | 50 | 27 | 156 | 50 | 76 |
| Binary | 10000100 | 11000101 | 1110111 | 100001 | 0 | 101000 | 10111 | 1101110 | 101000 | 111110 |
Color Harmonies of #84C577
Complementary color
Monochromatic Colors of #84C577
Black with #84C577
Text Example
Text Example
White with #84C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C577; }
p { color: rgb(132,197,119); }
H1.HeaderClassName
{
color: #84C577;
}
.AnyTagClassName
{
color: #84C577;
}
</style>
background-color css
<style>
a { background-color: #84C577; }
a { background-color: rgb(132,197,119); }
div.DivClassName
{
background-color: #84C577;
}
.BgClassName
{
background-color: #84C577;
}
</style>
border-color css
<style>
span { border-color: #84C577; }
span { border-color: rgb(132,197,119); }
td.TdClassName
{
border-color: #84C577;
}
.TagClassName
{
border-color: #84C577;
}
</style>