Shades of De York #84C379
Tints of De York #84C379
RGB
CMYK
RGB Variations
Color information
#84C379 (or 0x84C379) is known color: De York. HEX triplet: 84, C3 and 79. RGB value is (132,195,121). Sum of RGB (Red+Green+Blue) = 132+195+121=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #84C379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C379 is #7B3C86. Grayscale: #A7A7A7. Windows color (decimal): -8076423 or 7979908. OLE color: 7979908.
HSL color Cylindrical-coordinate representation of color #84C379: hue angle of 111.08º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84C379 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 121 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.24 |
| HSL | 111.08º | 0.38% | 0.62% | - |
| HSV(B) | 111.08º | 0.38% | 0.76% | - |
| XYZ | 32.48 | 45.32 | 25.12 | - |
| YUV | 167.73 | 101.63 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 121 | 0.32 | 0 | 0.38 | 0.24 | 111.08 | 0.38 | 0.62 |
| Hex | 84 | C3 | 79 | 20 | 0 | 26 | 18 | 6F | 26 | 3E |
| Octal | 204 | 303 | 171 | 40 | 0 | 46 | 30 | 157 | 46 | 76 |
| Binary | 10000100 | 11000011 | 1111001 | 100000 | 0 | 100110 | 11000 | 1101111 | 100110 | 111110 |
Color Harmonies of #84C379
Complementary color
Monochromatic Colors of #84C379
Black with #84C379
Text Example
Text Example
White with #84C379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C379; }
p { color: rgb(132,195,121); }
H1.HeaderClassName
{
color: #84C379;
}
.AnyTagClassName
{
color: #84C379;
}
</style>
background-color css
<style>
a { background-color: #84C379; }
a { background-color: rgb(132,195,121); }
div.DivClassName
{
background-color: #84C379;
}
.BgClassName
{
background-color: #84C379;
}
</style>
border-color css
<style>
span { border-color: #84C379; }
span { border-color: rgb(132,195,121); }
td.TdClassName
{
border-color: #84C379;
}
.TagClassName
{
border-color: #84C379;
}
</style>