Shades of De York #84BA7D
Tints of De York #84BA7D
RGB
CMYK
RGB Variations
Color information
#84BA7D (or 0x84BA7D) is known color: De York. HEX triplet: 84, BA and 7D. RGB value is (132,186,125). Sum of RGB (Red+Green+Blue) = 132+186+125=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BA7D is #7B4582. Grayscale: #A3A3A3. Windows color (decimal): -8078723 or 8239748. OLE color: 8239748.
HSL color Cylindrical-coordinate representation of color #84BA7D: hue angle of 113.11º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84BA7D is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 125 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.27 |
| HSL | 113.11º | 0.31% | 0.61% | - |
| HSV(B) | 113.11º | 0.33% | 0.73% | - |
| XYZ | 30.78 | 41.5 | 25.79 | - |
| YUV | 162.9 | 106.61 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 125 | 0.29 | 0 | 0.33 | 0.27 | 113.11 | 0.31 | 0.61 |
| Hex | 84 | BA | 7D | 1D | 0 | 21 | 1B | 71 | 1F | 3D |
| Octal | 204 | 272 | 175 | 35 | 0 | 41 | 33 | 161 | 37 | 75 |
| Binary | 10000100 | 10111010 | 1111101 | 11101 | 0 | 100001 | 11011 | 1110001 | 11111 | 111101 |
Color Harmonies of #84BA7D
Complementary color
Monochromatic Colors of #84BA7D
Black with #84BA7D
Text Example
Text Example
White with #84BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA7D; }
p { color: rgb(132,186,125); }
H1.HeaderClassName
{
color: #84BA7D;
}
.AnyTagClassName
{
color: #84BA7D;
}
</style>
background-color css
<style>
a { background-color: #84BA7D; }
a { background-color: rgb(132,186,125); }
div.DivClassName
{
background-color: #84BA7D;
}
.BgClassName
{
background-color: #84BA7D;
}
</style>
border-color css
<style>
span { border-color: #84BA7D; }
span { border-color: rgb(132,186,125); }
td.TdClassName
{
border-color: #84BA7D;
}
.TagClassName
{
border-color: #84BA7D;
}
</style>