Shades of De York #84D47C
Tints of De York #84D47C
RGB
CMYK
RGB Variations
Color information
#84D47C (or 0x84D47C) is known color: De York. HEX triplet: 84, D4 and 7C. RGB value is (132,212,124). Sum of RGB (Red+Green+Blue) = 132+212+124=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #84D47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D47C is #7B2B83. Grayscale: #B2B2B2. Windows color (decimal): -8072068 or 8180868. OLE color: 8180868.
HSL color Cylindrical-coordinate representation of color #84D47C: hue angle of 114.55º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84D47C is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 212 | 124 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.17 |
| HSL | 114.55º | 0.51% | 0.66% | - |
| HSV(B) | 114.55º | 0.42% | 0.83% | - |
| XYZ | 36.7 | 53.45 | 27.45 | - |
| YUV | 178.05 | 97.5 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 212 | 124 | 0.38 | 0 | 0.42 | 0.17 | 114.55 | 0.51 | 0.66 |
| Hex | 84 | D4 | 7C | 26 | 0 | 2A | 11 | 73 | 33 | 42 |
| Octal | 204 | 324 | 174 | 46 | 0 | 52 | 21 | 163 | 63 | 102 |
| Binary | 10000100 | 11010100 | 1111100 | 100110 | 0 | 101010 | 10001 | 1110011 | 110011 | 1000010 |
Color Harmonies of #84D47C
Complementary color
Monochromatic Colors of #84D47C
Black with #84D47C
Text Example
Text Example
White with #84D47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D47C; }
p { color: rgb(132,212,124); }
H1.HeaderClassName
{
color: #84D47C;
}
.AnyTagClassName
{
color: #84D47C;
}
</style>
background-color css
<style>
a { background-color: #84D47C; }
a { background-color: rgb(132,212,124); }
div.DivClassName
{
background-color: #84D47C;
}
.BgClassName
{
background-color: #84D47C;
}
</style>
border-color css
<style>
span { border-color: #84D47C; }
span { border-color: rgb(132,212,124); }
td.TdClassName
{
border-color: #84D47C;
}
.TagClassName
{
border-color: #84D47C;
}
</style>