Shades of De York #84C07F
Tints of De York #84C07F
RGB
CMYK
RGB Variations
Color information
#84C07F (or 0x84C07F) is known color: De York. HEX triplet: 84, C0 and 7F. RGB value is (132,192,127). Sum of RGB (Red+Green+Blue) = 132+192+127=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #84C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C07F is #7B3F80. Grayscale: #A6A6A6. Windows color (decimal): -8077185 or 8372356. OLE color: 8372356.
HSL color Cylindrical-coordinate representation of color #84C07F: hue angle of 115.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84C07F is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 127 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.25 |
| HSL | 115.38º | 0.34% | 0.63% | - |
| HSV(B) | 115.38º | 0.34% | 0.75% | - |
| XYZ | 32.2 | 44.14 | 26.9 | - |
| YUV | 166.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 127 | 0.31 | 0 | 0.34 | 0.25 | 115.38 | 0.34 | 0.63 |
| Hex | 84 | C0 | 7F | 1F | 0 | 22 | 19 | 73 | 22 | 3F |
| Octal | 204 | 300 | 177 | 37 | 0 | 42 | 31 | 163 | 42 | 77 |
| Binary | 10000100 | 11000000 | 1111111 | 11111 | 0 | 100010 | 11001 | 1110011 | 100010 | 111111 |
Color Harmonies of #84C07F
Complementary color
Monochromatic Colors of #84C07F
Black with #84C07F
Text Example
Text Example
White with #84C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C07F; }
p { color: rgb(132,192,127); }
H1.HeaderClassName
{
color: #84C07F;
}
.AnyTagClassName
{
color: #84C07F;
}
</style>
background-color css
<style>
a { background-color: #84C07F; }
a { background-color: rgb(132,192,127); }
div.DivClassName
{
background-color: #84C07F;
}
.BgClassName
{
background-color: #84C07F;
}
</style>
border-color css
<style>
span { border-color: #84C07F; }
span { border-color: rgb(132,192,127); }
td.TdClassName
{
border-color: #84C07F;
}
.TagClassName
{
border-color: #84C07F;
}
</style>