Shades of De York #84C179
Tints of De York #84C179
RGB
CMYK
RGB Variations
Color information
#84C179 (or 0x84C179) is known color: De York. HEX triplet: 84, C1 and 79. RGB value is (132,193,121). Sum of RGB (Red+Green+Blue) = 132+193+121=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #84C179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C179 is #7B3E86. Grayscale: #A6A6A6. Windows color (decimal): -8076935 or 7979396. OLE color: 7979396.
HSL color Cylindrical-coordinate representation of color #84C179: hue angle of 110.83º degrees, saturation: 0.37, 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 #84C179 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 193 | 121 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.24 |
| HSL | 110.83º | 0.37% | 0.62% | - |
| HSV(B) | 110.83º | 0.37% | 0.76% | - |
| XYZ | 32.04 | 44.43 | 24.98 | - |
| YUV | 166.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 193 | 121 | 0.32 | 0 | 0.37 | 0.24 | 110.83 | 0.37 | 0.62 |
| Hex | 84 | C1 | 79 | 20 | 0 | 25 | 18 | 6F | 25 | 3E |
| Octal | 204 | 301 | 171 | 40 | 0 | 45 | 30 | 157 | 45 | 76 |
| Binary | 10000100 | 11000001 | 1111001 | 100000 | 0 | 100101 | 11000 | 1101111 | 100101 | 111110 |
Color Harmonies of #84C179
Complementary color
Monochromatic Colors of #84C179
Black with #84C179
Text Example
Text Example
White with #84C179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C179; }
p { color: rgb(132,193,121); }
H1.HeaderClassName
{
color: #84C179;
}
.AnyTagClassName
{
color: #84C179;
}
</style>
background-color css
<style>
a { background-color: #84C179; }
a { background-color: rgb(132,193,121); }
div.DivClassName
{
background-color: #84C179;
}
.BgClassName
{
background-color: #84C179;
}
</style>
border-color css
<style>
span { border-color: #84C179; }
span { border-color: rgb(132,193,121); }
td.TdClassName
{
border-color: #84C179;
}
.TagClassName
{
border-color: #84C179;
}
</style>