Shades of De York #84D386
Tints of De York #84D386
RGB
CMYK
RGB Variations
Color information
#84D386 (or 0x84D386) is known color: De York. HEX triplet: 84, D3 and 86. RGB value is (132,211,134). Sum of RGB (Red+Green+Blue) = 132+211+134=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #84D386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D386 is #7B2C79. Grayscale: #B2B2B2. Windows color (decimal): -8072314 or 8835972. OLE color: 8835972.
HSL color Cylindrical-coordinate representation of color #84D386: hue angle of 121.52º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D386 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 211 | 134 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.17 |
| HSL | 121.52º | 0.47% | 0.67% | - |
| HSV(B) | 121.52º | 0.37% | 0.83% | - |
| XYZ | 37.11 | 53.22 | 30.87 | - |
| YUV | 178.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 211 | 134 | 0.37 | 0 | 0.36 | 0.17 | 121.52 | 0.47 | 0.67 |
| Hex | 84 | D3 | 86 | 25 | 0 | 24 | 11 | 7A | 2F | 43 |
| Octal | 204 | 323 | 206 | 45 | 0 | 44 | 21 | 172 | 57 | 103 |
| Binary | 10000100 | 11010011 | 10000110 | 100101 | 0 | 100100 | 10001 | 1111010 | 101111 | 1000011 |
Color Harmonies of #84D386
Complementary color
Monochromatic Colors of #84D386
Black with #84D386
Text Example
Text Example
White with #84D386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D386; }
p { color: rgb(132,211,134); }
H1.HeaderClassName
{
color: #84D386;
}
.AnyTagClassName
{
color: #84D386;
}
</style>
background-color css
<style>
a { background-color: #84D386; }
a { background-color: rgb(132,211,134); }
div.DivClassName
{
background-color: #84D386;
}
.BgClassName
{
background-color: #84D386;
}
</style>
border-color css
<style>
span { border-color: #84D386; }
span { border-color: rgb(132,211,134); }
td.TdClassName
{
border-color: #84D386;
}
.TagClassName
{
border-color: #84D386;
}
</style>