Shades of De York #84C378
Tints of De York #84C378
RGB
CMYK
RGB Variations
Color information
#84C378 (or 0x84C378) is known color: De York. HEX triplet: 84, C3 and 78. RGB value is (132,195,120). Sum of RGB (Red+Green+Blue) = 132+195+120=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #84C378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C378 is #7B3C87. Grayscale: #A7A7A7. Windows color (decimal): -8076424 or 7914372. OLE color: 7914372.
HSL color Cylindrical-coordinate representation of color #84C378: hue angle of 110.4º 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 #84C378 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 195 | 120 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.24 |
| HSL | 110.4º | 0.38% | 0.62% | - |
| HSV(B) | 110.4º | 0.38% | 0.76% | - |
| XYZ | 32.42 | 45.29 | 24.8 | - |
| YUV | 167.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 195 | 120 | 0.32 | 0 | 0.38 | 0.24 | 110.4 | 0.38 | 0.62 |
| Hex | 84 | C3 | 78 | 20 | 0 | 26 | 18 | 6E | 26 | 3E |
| Octal | 204 | 303 | 170 | 40 | 0 | 46 | 30 | 156 | 46 | 76 |
| Binary | 10000100 | 11000011 | 1111000 | 100000 | 0 | 100110 | 11000 | 1101110 | 100110 | 111110 |
Color Harmonies of #84C378
Complementary color
Monochromatic Colors of #84C378
Black with #84C378
Text Example
Text Example
White with #84C378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C378; }
p { color: rgb(132,195,120); }
H1.HeaderClassName
{
color: #84C378;
}
.AnyTagClassName
{
color: #84C378;
}
</style>
background-color css
<style>
a { background-color: #84C378; }
a { background-color: rgb(132,195,120); }
div.DivClassName
{
background-color: #84C378;
}
.BgClassName
{
background-color: #84C378;
}
</style>
border-color css
<style>
span { border-color: #84C378; }
span { border-color: rgb(132,195,120); }
td.TdClassName
{
border-color: #84C378;
}
.TagClassName
{
border-color: #84C378;
}
</style>