Shades of De York #84C080
Tints of De York #84C080
RGB
CMYK
RGB Variations
Color information
#84C080 (or 0x84C080) is known color: De York. HEX triplet: 84, C0 and 80. RGB value is (132,192,128). Sum of RGB (Red+Green+Blue) = 132+192+128=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #84C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C080 is #7B3F7F. Grayscale: #A6A6A6. Windows color (decimal): -8077184 or 8437892. OLE color: 8437892.
HSL color Cylindrical-coordinate representation of color #84C080: hue angle of 116.25º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C080 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 128 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.25 |
| HSL | 116.25º | 0.34% | 0.63% | - |
| HSV(B) | 116.25º | 0.33% | 0.75% | - |
| XYZ | 32.26 | 44.16 | 27.25 | - |
| YUV | 166.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 128 | 0.31 | 0 | 0.33 | 0.25 | 116.25 | 0.34 | 0.63 |
| Hex | 84 | C0 | 80 | 1F | 0 | 21 | 19 | 74 | 22 | 3F |
| Octal | 204 | 300 | 200 | 37 | 0 | 41 | 31 | 164 | 42 | 77 |
| Binary | 10000100 | 11000000 | 10000000 | 11111 | 0 | 100001 | 11001 | 1110100 | 100010 | 111111 |
Color Harmonies of #84C080
Complementary color
Monochromatic Colors of #84C080
Black with #84C080
Text Example
Text Example
White with #84C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C080; }
p { color: rgb(132,192,128); }
H1.HeaderClassName
{
color: #84C080;
}
.AnyTagClassName
{
color: #84C080;
}
</style>
background-color css
<style>
a { background-color: #84C080; }
a { background-color: rgb(132,192,128); }
div.DivClassName
{
background-color: #84C080;
}
.BgClassName
{
background-color: #84C080;
}
</style>
border-color css
<style>
span { border-color: #84C080; }
span { border-color: rgb(132,192,128); }
td.TdClassName
{
border-color: #84C080;
}
.TagClassName
{
border-color: #84C080;
}
</style>