Shades of De York #84C782
Tints of De York #84C782
RGB
CMYK
RGB Variations
Color information
#84C782 (or 0x84C782) is known color: De York. HEX triplet: 84, C7 and 82. RGB value is (132,199,130). Sum of RGB (Red+Green+Blue) = 132+199+130=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 199 - color contains mainly: green. Hex color #84C782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84C782 is #7B387D. Grayscale: #ABABAB. Windows color (decimal): -8075390 or 8570756. OLE color: 8570756.
HSL color Cylindrical-coordinate representation of color #84C782: hue angle of 118.26º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84C782 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 199 | 130 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.22 |
| HSL | 118.26º | 0.38% | 0.65% | - |
| HSV(B) | 118.26º | 0.35% | 0.78% | - |
| XYZ | 33.97 | 47.36 | 28.47 | - |
| YUV | 171.1 | 104.8 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 199 | 130 | 0.34 | 0 | 0.35 | 0.22 | 118.26 | 0.38 | 0.65 |
| Hex | 84 | C7 | 82 | 22 | 0 | 23 | 16 | 76 | 26 | 41 |
| Octal | 204 | 307 | 202 | 42 | 0 | 43 | 26 | 166 | 46 | 101 |
| Binary | 10000100 | 11000111 | 10000010 | 100010 | 0 | 100011 | 10110 | 1110110 | 100110 | 1000001 |
Color Harmonies of #84C782
Complementary color
Monochromatic Colors of #84C782
Black with #84C782
Text Example
Text Example
White with #84C782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C782; }
p { color: rgb(132,199,130); }
H1.HeaderClassName
{
color: #84C782;
}
.AnyTagClassName
{
color: #84C782;
}
</style>
background-color css
<style>
a { background-color: #84C782; }
a { background-color: rgb(132,199,130); }
div.DivClassName
{
background-color: #84C782;
}
.BgClassName
{
background-color: #84C782;
}
</style>
border-color css
<style>
span { border-color: #84C782; }
span { border-color: rgb(132,199,130); }
td.TdClassName
{
border-color: #84C782;
}
.TagClassName
{
border-color: #84C782;
}
</style>