Shades of De York #84D082
Tints of De York #84D082
RGB
CMYK
RGB Variations
Color information
#84D082 (or 0x84D082) is known color: De York. HEX triplet: 84, D0 and 82. RGB value is (132,208,130). Sum of RGB (Red+Green+Blue) = 132+208+130=470 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.09% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #84D082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D082 is #7B2F7D. Grayscale: #B0B0B0. Windows color (decimal): -8073086 or 8573060. OLE color: 8573060.
HSL color Cylindrical-coordinate representation of color #84D082: hue angle of 118.46º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D082 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 208 | 130 | - |
| CMYK | 0.37 | 0 | 0.38 | 0.18 |
| HSL | 118.46º | 0.45% | 0.66% | - |
| HSV(B) | 118.46º | 0.38% | 0.82% | - |
| XYZ | 36.1 | 51.63 | 29.18 | - |
| YUV | 176.38 | 101.82 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 208 | 130 | 0.37 | 0 | 0.38 | 0.18 | 118.46 | 0.45 | 0.66 |
| Hex | 84 | D0 | 82 | 25 | 0 | 26 | 12 | 76 | 2D | 42 |
| Octal | 204 | 320 | 202 | 45 | 0 | 46 | 22 | 166 | 55 | 102 |
| Binary | 10000100 | 11010000 | 10000010 | 100101 | 0 | 100110 | 10010 | 1110110 | 101101 | 1000010 |
Color Harmonies of #84D082
Complementary color
Monochromatic Colors of #84D082
Black with #84D082
Text Example
Text Example
White with #84D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D082; }
p { color: rgb(132,208,130); }
H1.HeaderClassName
{
color: #84D082;
}
.AnyTagClassName
{
color: #84D082;
}
</style>
background-color css
<style>
a { background-color: #84D082; }
a { background-color: rgb(132,208,130); }
div.DivClassName
{
background-color: #84D082;
}
.BgClassName
{
background-color: #84D082;
}
</style>
border-color css
<style>
span { border-color: #84D082; }
span { border-color: rgb(132,208,130); }
td.TdClassName
{
border-color: #84D082;
}
.TagClassName
{
border-color: #84D082;
}
</style>