Shades of Chateau Green #4EA85F
Tints of Chateau Green #4EA85F
RGB
CMYK
RGB Variations
Color information
#4EA85F (or 0x4EA85F) is known color: Chateau Green. HEX triplet: 4E, A8 and 5F. RGB value is (78,168,95). Sum of RGB (Red+Green+Blue) = 78+168+95=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 168 - color contains mainly: green. Hex color #4EA85F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA85F is #B157A0. Grayscale: #848484. Windows color (decimal): -11622305 or 6269006. OLE color: 6269006.
HSL color Cylindrical-coordinate representation of color #4EA85F: hue angle of 131.33º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EA85F is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 168 | 95 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.34 |
| HSL | 131.33º | 0.37% | 0.48% | - |
| HSV(B) | 131.33º | 0.54% | 0.66% | - |
| XYZ | 19.21 | 30.45 | 15.69 | - |
| YUV | 132.77 | 106.68 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 168 | 95 | 0.54 | 0 | 0.43 | 0.34 | 131.33 | 0.37 | 0.48 |
| Hex | 4E | A8 | 5F | 36 | 0 | 2B | 22 | 83 | 25 | 30 |
| Octal | 116 | 250 | 137 | 66 | 0 | 53 | 42 | 203 | 45 | 60 |
| Binary | 1001110 | 10101000 | 1011111 | 110110 | 0 | 101011 | 100010 | 10000011 | 100101 | 110000 |
Color Harmonies of #4EA85F
Complementary color
Monochromatic Colors of #4EA85F
Black with #4EA85F
Text Example
Text Example
White with #4EA85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA85F; }
p { color: rgb(78,168,95); }
H1.HeaderClassName
{
color: #4EA85F;
}
.AnyTagClassName
{
color: #4EA85F;
}
</style>
background-color css
<style>
a { background-color: #4EA85F; }
a { background-color: rgb(78,168,95); }
div.DivClassName
{
background-color: #4EA85F;
}
.BgClassName
{
background-color: #4EA85F;
}
</style>
border-color css
<style>
span { border-color: #4EA85F; }
span { border-color: rgb(78,168,95); }
td.TdClassName
{
border-color: #4EA85F;
}
.TagClassName
{
border-color: #4EA85F;
}
</style>