Shades of De York #84C580
Tints of De York #84C580
RGB
CMYK
RGB Variations
Color information
#84C580 (or 0x84C580) is known color: De York. HEX triplet: 84, C5 and 80. RGB value is (132,197,128). Sum of RGB (Red+Green+Blue) = 132+197+128=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #84C580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C580 is #7B3A7F. Grayscale: #A9A9A9. Windows color (decimal): -8075904 or 8439172. OLE color: 8439172.
HSL color Cylindrical-coordinate representation of color #84C580: hue angle of 116.52º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84C580 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 197 | 128 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.23 |
| HSL | 116.52º | 0.37% | 0.64% | - |
| HSV(B) | 116.52º | 0.35% | 0.77% | - |
| XYZ | 33.38 | 46.4 | 27.62 | - |
| YUV | 169.7 | 104.47 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 197 | 128 | 0.33 | 0 | 0.35 | 0.23 | 116.52 | 0.37 | 0.64 |
| Hex | 84 | C5 | 80 | 21 | 0 | 23 | 17 | 75 | 25 | 40 |
| Octal | 204 | 305 | 200 | 41 | 0 | 43 | 27 | 165 | 45 | 100 |
| Binary | 10000100 | 11000101 | 10000000 | 100001 | 0 | 100011 | 10111 | 1110101 | 100101 | 1000000 |
Color Harmonies of #84C580
Complementary color
Monochromatic Colors of #84C580
Black with #84C580
Text Example
Text Example
White with #84C580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C580; }
p { color: rgb(132,197,128); }
H1.HeaderClassName
{
color: #84C580;
}
.AnyTagClassName
{
color: #84C580;
}
</style>
background-color css
<style>
a { background-color: #84C580; }
a { background-color: rgb(132,197,128); }
div.DivClassName
{
background-color: #84C580;
}
.BgClassName
{
background-color: #84C580;
}
</style>
border-color css
<style>
span { border-color: #84C580; }
span { border-color: rgb(132,197,128); }
td.TdClassName
{
border-color: #84C580;
}
.TagClassName
{
border-color: #84C580;
}
</style>