Shades of Fruit Salad #4EA15A
Tints of Fruit Salad #4EA15A
RGB
CMYK
RGB Variations
Color information
#4EA15A (or 0x4EA15A) is known color: Fruit Salad. HEX triplet: 4E, A1 and 5A. RGB value is (78,161,90). Sum of RGB (Red+Green+Blue) = 78+161+90=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA15A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA15A is #B15EA5. Grayscale: #808080. Windows color (decimal): -11624102 or 5939534. OLE color: 5939534.
HSL color Cylindrical-coordinate representation of color #4EA15A: hue angle of 128.67º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA15A is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 161 | 90 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.37 |
| HSL | 128.67º | 0.35% | 0.47% | - |
| HSV(B) | 128.67º | 0.52% | 0.63% | - |
| XYZ | 17.73 | 27.85 | 14.11 | - |
| YUV | 128.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 161 | 90 | 0.52 | 0 | 0.44 | 0.37 | 128.67 | 0.35 | 0.47 |
| Hex | 4E | A1 | 5A | 34 | 0 | 2C | 25 | 81 | 23 | 2F |
| Octal | 116 | 241 | 132 | 64 | 0 | 54 | 45 | 201 | 43 | 57 |
| Binary | 1001110 | 10100001 | 1011010 | 110100 | 0 | 101100 | 100101 | 10000001 | 100011 | 101111 |
Color Harmonies of #4EA15A
Complementary color
Monochromatic Colors of #4EA15A
Black with #4EA15A
Text Example
Text Example
White with #4EA15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA15A; }
p { color: rgb(78,161,90); }
H1.HeaderClassName
{
color: #4EA15A;
}
.AnyTagClassName
{
color: #4EA15A;
}
</style>
background-color css
<style>
a { background-color: #4EA15A; }
a { background-color: rgb(78,161,90); }
div.DivClassName
{
background-color: #4EA15A;
}
.BgClassName
{
background-color: #4EA15A;
}
</style>
border-color css
<style>
span { border-color: #4EA15A; }
span { border-color: rgb(78,161,90); }
td.TdClassName
{
border-color: #4EA15A;
}
.TagClassName
{
border-color: #4EA15A;
}
</style>