Shades of De York #84C382
Tints of De York #84C382
RGB
CMYK
RGB Variations
Color information
#84C382 (or 0x84C382) is known color: De York. HEX triplet: 84, C3 and 82. RGB value is (132,195,130). Sum of RGB (Red+Green+Blue) = 132+195+130=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #84C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C382 is #7B3C7D. Grayscale: #A8A8A8. Windows color (decimal): -8076414 or 8569732. OLE color: 8569732.
HSL color Cylindrical-coordinate representation of color #84C382: hue angle of 118.15º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84C382 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 130 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.24 |
| HSL | 118.15º | 0.35% | 0.64% | - |
| HSV(B) | 118.15º | 0.33% | 0.76% | - |
| XYZ | 33.06 | 45.55 | 28.17 | - |
| YUV | 168.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 130 | 0.32 | 0 | 0.33 | 0.24 | 118.15 | 0.35 | 0.64 |
| Hex | 84 | C3 | 82 | 20 | 0 | 21 | 18 | 76 | 23 | 40 |
| Octal | 204 | 303 | 202 | 40 | 0 | 41 | 30 | 166 | 43 | 100 |
| Binary | 10000100 | 11000011 | 10000010 | 100000 | 0 | 100001 | 11000 | 1110110 | 100011 | 1000000 |
Color Harmonies of #84C382
Complementary color
Monochromatic Colors of #84C382
Black with #84C382
Text Example
Text Example
White with #84C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C382; }
p { color: rgb(132,195,130); }
H1.HeaderClassName
{
color: #84C382;
}
.AnyTagClassName
{
color: #84C382;
}
</style>
background-color css
<style>
a { background-color: #84C382; }
a { background-color: rgb(132,195,130); }
div.DivClassName
{
background-color: #84C382;
}
.BgClassName
{
background-color: #84C382;
}
</style>
border-color css
<style>
span { border-color: #84C382; }
span { border-color: rgb(132,195,130); }
td.TdClassName
{
border-color: #84C382;
}
.TagClassName
{
border-color: #84C382;
}
</style>