Shades of De York #84C578
Tints of De York #84C578
RGB
CMYK
RGB Variations
Color information
#84C578 (or 0x84C578) is known color: De York. HEX triplet: 84, C5 and 78. RGB value is (132,197,120). Sum of RGB (Red+Green+Blue) = 132+197+120=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #84C578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C578 is #7B3A87. Grayscale: #A9A9A9. Windows color (decimal): -8075912 or 7914884. OLE color: 7914884.
HSL color Cylindrical-coordinate representation of color #84C578: hue angle of 110.65º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84C578 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 120 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.23 |
| HSL | 110.65º | 0.4% | 0.62% | - |
| HSV(B) | 110.65º | 0.39% | 0.77% | - |
| XYZ | 32.87 | 46.19 | 24.95 | - |
| YUV | 168.79 | 100.47 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 120 | 0.33 | 0 | 0.39 | 0.23 | 110.65 | 0.4 | 0.62 |
| Hex | 84 | C5 | 78 | 21 | 0 | 27 | 17 | 6F | 28 | 3E |
| Octal | 204 | 305 | 170 | 41 | 0 | 47 | 27 | 157 | 50 | 76 |
| Binary | 10000100 | 11000101 | 1111000 | 100001 | 0 | 100111 | 10111 | 1101111 | 101000 | 111110 |
Color Harmonies of #84C578
Complementary color
Monochromatic Colors of #84C578
Black with #84C578
Text Example
Text Example
White with #84C578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C578; }
p { color: rgb(132,197,120); }
H1.HeaderClassName
{
color: #84C578;
}
.AnyTagClassName
{
color: #84C578;
}
</style>
background-color css
<style>
a { background-color: #84C578; }
a { background-color: rgb(132,197,120); }
div.DivClassName
{
background-color: #84C578;
}
.BgClassName
{
background-color: #84C578;
}
</style>
border-color css
<style>
span { border-color: #84C578; }
span { border-color: rgb(132,197,120); }
td.TdClassName
{
border-color: #84C578;
}
.TagClassName
{
border-color: #84C578;
}
</style>