Shades of De York #84C682
Tints of De York #84C682
RGB
CMYK
RGB Variations
Color information
#84C682 (or 0x84C682) is known color: De York. HEX triplet: 84, C6 and 82. RGB value is (132,198,130). Sum of RGB (Red+Green+Blue) = 132+198+130=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #84C682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C682 is #7B397D. Grayscale: #AAAAAA. Windows color (decimal): -8075646 or 8570500. OLE color: 8570500.
HSL color Cylindrical-coordinate representation of color #84C682: hue angle of 118.24º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84C682 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 198 | 130 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.22 |
| HSL | 118.24º | 0.37% | 0.64% | - |
| HSV(B) | 118.24º | 0.34% | 0.78% | - |
| XYZ | 33.74 | 46.91 | 28.39 | - |
| YUV | 170.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 198 | 130 | 0.33 | 0 | 0.34 | 0.22 | 118.24 | 0.37 | 0.64 |
| Hex | 84 | C6 | 82 | 21 | 0 | 22 | 16 | 76 | 25 | 40 |
| Octal | 204 | 306 | 202 | 41 | 0 | 42 | 26 | 166 | 45 | 100 |
| Binary | 10000100 | 11000110 | 10000010 | 100001 | 0 | 100010 | 10110 | 1110110 | 100101 | 1000000 |
Color Harmonies of #84C682
Complementary color
Monochromatic Colors of #84C682
Black with #84C682
Text Example
Text Example
White with #84C682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C682; }
p { color: rgb(132,198,130); }
H1.HeaderClassName
{
color: #84C682;
}
.AnyTagClassName
{
color: #84C682;
}
</style>
background-color css
<style>
a { background-color: #84C682; }
a { background-color: rgb(132,198,130); }
div.DivClassName
{
background-color: #84C682;
}
.BgClassName
{
background-color: #84C682;
}
</style>
border-color css
<style>
span { border-color: #84C682; }
span { border-color: rgb(132,198,130); }
td.TdClassName
{
border-color: #84C682;
}
.TagClassName
{
border-color: #84C682;
}
</style>