Shades of De York #84C082
Tints of De York #84C082
RGB
CMYK
RGB Variations
Color information
#84C082 (or 0x84C082) is known color: De York. HEX triplet: 84, C0 and 82. RGB value is (132,192,130). Sum of RGB (Red+Green+Blue) = 132+192+130=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #84C082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C082 is #7B3F7D. Grayscale: #A7A7A7. Windows color (decimal): -8077182 or 8568964. OLE color: 8568964.
HSL color Cylindrical-coordinate representation of color #84C082: hue angle of 118.06º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84C082 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 130 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.25 |
| HSL | 118.06º | 0.33% | 0.63% | - |
| HSV(B) | 118.06º | 0.32% | 0.75% | - |
| XYZ | 32.39 | 44.22 | 27.95 | - |
| YUV | 166.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 130 | 0.31 | 0 | 0.32 | 0.25 | 118.06 | 0.33 | 0.63 |
| Hex | 84 | C0 | 82 | 1F | 0 | 20 | 19 | 76 | 21 | 3F |
| Octal | 204 | 300 | 202 | 37 | 0 | 40 | 31 | 166 | 41 | 77 |
| Binary | 10000100 | 11000000 | 10000010 | 11111 | 0 | 100000 | 11001 | 1110110 | 100001 | 111111 |
Color Harmonies of #84C082
Complementary color
Monochromatic Colors of #84C082
Black with #84C082
Text Example
Text Example
White with #84C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C082; }
p { color: rgb(132,192,130); }
H1.HeaderClassName
{
color: #84C082;
}
.AnyTagClassName
{
color: #84C082;
}
</style>
background-color css
<style>
a { background-color: #84C082; }
a { background-color: rgb(132,192,130); }
div.DivClassName
{
background-color: #84C082;
}
.BgClassName
{
background-color: #84C082;
}
</style>
border-color css
<style>
span { border-color: #84C082; }
span { border-color: rgb(132,192,130); }
td.TdClassName
{
border-color: #84C082;
}
.TagClassName
{
border-color: #84C082;
}
</style>