Shades of De York #84C07A
Tints of De York #84C07A
RGB
CMYK
RGB Variations
Color information
#84C07A (or 0x84C07A) is known color: De York. HEX triplet: 84, C0 and 7A. RGB value is (132,192,122). Sum of RGB (Red+Green+Blue) = 132+192+122=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #84C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C07A is #7B3F85. Grayscale: #A6A6A6. Windows color (decimal): -8077190 or 8044676. OLE color: 8044676.
HSL color Cylindrical-coordinate representation of color #84C07A: hue angle of 111.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84C07A is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 122 | - |
| CMYK | 0.31 | 0 | 0.36 | 0.25 |
| HSL | 111.43º | 0.36% | 0.62% | - |
| HSV(B) | 111.43º | 0.36% | 0.75% | - |
| XYZ | 31.88 | 44.01 | 25.23 | - |
| YUV | 166.08 | 103.12 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 122 | 0.31 | 0 | 0.36 | 0.25 | 111.43 | 0.36 | 0.62 |
| Hex | 84 | C0 | 7A | 1F | 0 | 24 | 19 | 6F | 24 | 3E |
| Octal | 204 | 300 | 172 | 37 | 0 | 44 | 31 | 157 | 44 | 76 |
| Binary | 10000100 | 11000000 | 1111010 | 11111 | 0 | 100100 | 11001 | 1101111 | 100100 | 111110 |
Color Harmonies of #84C07A
Complementary color
Monochromatic Colors of #84C07A
Black with #84C07A
Text Example
Text Example
White with #84C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C07A; }
p { color: rgb(132,192,122); }
H1.HeaderClassName
{
color: #84C07A;
}
.AnyTagClassName
{
color: #84C07A;
}
</style>
background-color css
<style>
a { background-color: #84C07A; }
a { background-color: rgb(132,192,122); }
div.DivClassName
{
background-color: #84C07A;
}
.BgClassName
{
background-color: #84C07A;
}
</style>
border-color css
<style>
span { border-color: #84C07A; }
span { border-color: rgb(132,192,122); }
td.TdClassName
{
border-color: #84C07A;
}
.TagClassName
{
border-color: #84C07A;
}
</style>