Shades of De York #84C47F
Tints of De York #84C47F
RGB
CMYK
RGB Variations
Color information
#84C47F (or 0x84C47F) is known color: De York. HEX triplet: 84, C4 and 7F. RGB value is (132,196,127). Sum of RGB (Red+Green+Blue) = 132+196+127=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 196 - color contains mainly: green. Hex color #84C47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C47F is #7B3B80. Grayscale: #A9A9A9. Windows color (decimal): -8076161 or 8373380. OLE color: 8373380.
HSL color Cylindrical-coordinate representation of color #84C47F: hue angle of 115.65º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84C47F is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 196 | 127 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.23 |
| HSL | 115.65º | 0.37% | 0.63% | - |
| HSV(B) | 115.65º | 0.35% | 0.77% | - |
| XYZ | 33.09 | 45.92 | 27.2 | - |
| YUV | 169 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 196 | 127 | 0.33 | 0 | 0.35 | 0.23 | 115.65 | 0.37 | 0.63 |
| Hex | 84 | C4 | 7F | 21 | 0 | 23 | 17 | 74 | 25 | 3F |
| Octal | 204 | 304 | 177 | 41 | 0 | 43 | 27 | 164 | 45 | 77 |
| Binary | 10000100 | 11000100 | 1111111 | 100001 | 0 | 100011 | 10111 | 1110100 | 100101 | 111111 |
Color Harmonies of #84C47F
Complementary color
Monochromatic Colors of #84C47F
Black with #84C47F
Text Example
Text Example
White with #84C47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C47F; }
p { color: rgb(132,196,127); }
H1.HeaderClassName
{
color: #84C47F;
}
.AnyTagClassName
{
color: #84C47F;
}
</style>
background-color css
<style>
a { background-color: #84C47F; }
a { background-color: rgb(132,196,127); }
div.DivClassName
{
background-color: #84C47F;
}
.BgClassName
{
background-color: #84C47F;
}
</style>
border-color css
<style>
span { border-color: #84C47F; }
span { border-color: rgb(132,196,127); }
td.TdClassName
{
border-color: #84C47F;
}
.TagClassName
{
border-color: #84C47F;
}
</style>