Shades of De York #84C182
Tints of De York #84C182
RGB
CMYK
RGB Variations
Color information
#84C182 (or 0x84C182) is known color: De York. HEX triplet: 84, C1 and 82. RGB value is (132,193,130). Sum of RGB (Red+Green+Blue) = 132+193+130=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #84C182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C182 is #7B3E7D. Grayscale: #A7A7A7. Windows color (decimal): -8076926 or 8569220. OLE color: 8569220.
HSL color Cylindrical-coordinate representation of color #84C182: hue angle of 118.1º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C182 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 130 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.24 |
| HSL | 118.1º | 0.34% | 0.63% | - |
| HSV(B) | 118.1º | 0.33% | 0.76% | - |
| XYZ | 32.61 | 44.66 | 28.02 | - |
| YUV | 167.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 130 | 0.32 | 0 | 0.33 | 0.24 | 118.1 | 0.34 | 0.63 |
| Hex | 84 | C1 | 82 | 20 | 0 | 21 | 18 | 76 | 22 | 3F |
| Octal | 204 | 301 | 202 | 40 | 0 | 41 | 30 | 166 | 42 | 77 |
| Binary | 10000100 | 11000001 | 10000010 | 100000 | 0 | 100001 | 11000 | 1110110 | 100010 | 111111 |
Color Harmonies of #84C182
Complementary color
Monochromatic Colors of #84C182
Black with #84C182
Text Example
Text Example
White with #84C182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C182; }
p { color: rgb(132,193,130); }
H1.HeaderClassName
{
color: #84C182;
}
.AnyTagClassName
{
color: #84C182;
}
</style>
background-color css
<style>
a { background-color: #84C182; }
a { background-color: rgb(132,193,130); }
div.DivClassName
{
background-color: #84C182;
}
.BgClassName
{
background-color: #84C182;
}
</style>
border-color css
<style>
span { border-color: #84C182; }
span { border-color: rgb(132,193,130); }
td.TdClassName
{
border-color: #84C182;
}
.TagClassName
{
border-color: #84C182;
}
</style>