Shades of De York #84C17A
Tints of De York #84C17A
RGB
CMYK
RGB Variations
Color information
#84C17A (or 0x84C17A) is known color: De York. HEX triplet: 84, C1 and 7A. RGB value is (132,193,122). Sum of RGB (Red+Green+Blue) = 132+193+122=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #84C17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C17A is #7B3E85. Grayscale: #A6A6A6. Windows color (decimal): -8076934 or 8044932. OLE color: 8044932.
HSL color Cylindrical-coordinate representation of color #84C17A: hue angle of 111.55º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84C17A is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 122 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.24 |
| HSL | 111.55º | 0.36% | 0.62% | - |
| HSV(B) | 111.55º | 0.37% | 0.76% | - |
| XYZ | 32.1 | 44.45 | 25.3 | - |
| YUV | 166.67 | 102.79 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 122 | 0.32 | 0 | 0.37 | 0.24 | 111.55 | 0.36 | 0.62 |
| Hex | 84 | C1 | 7A | 20 | 0 | 25 | 18 | 70 | 24 | 3E |
| Octal | 204 | 301 | 172 | 40 | 0 | 45 | 30 | 160 | 44 | 76 |
| Binary | 10000100 | 11000001 | 1111010 | 100000 | 0 | 100101 | 11000 | 1110000 | 100100 | 111110 |
Color Harmonies of #84C17A
Complementary color
Monochromatic Colors of #84C17A
Black with #84C17A
Text Example
Text Example
White with #84C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C17A; }
p { color: rgb(132,193,122); }
H1.HeaderClassName
{
color: #84C17A;
}
.AnyTagClassName
{
color: #84C17A;
}
</style>
background-color css
<style>
a { background-color: #84C17A; }
a { background-color: rgb(132,193,122); }
div.DivClassName
{
background-color: #84C17A;
}
.BgClassName
{
background-color: #84C17A;
}
</style>
border-color css
<style>
span { border-color: #84C17A; }
span { border-color: rgb(132,193,122); }
td.TdClassName
{
border-color: #84C17A;
}
.TagClassName
{
border-color: #84C17A;
}
</style>