Shades of Fruit Salad #4EA15B
Tints of Fruit Salad #4EA15B
RGB
CMYK
RGB Variations
Color information
#4EA15B (or 0x4EA15B) is known color: Fruit Salad. HEX triplet: 4E, A1 and 5B. RGB value is (78,161,91). Sum of RGB (Red+Green+Blue) = 78+161+91=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA15B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA15B is #B15EA4. Grayscale: #808080. Windows color (decimal): -11624101 or 6005070. OLE color: 6005070.
HSL color Cylindrical-coordinate representation of color #4EA15B: hue angle of 129.4º 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 #4EA15B is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 161 | 91 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.37 |
| HSL | 129.4º | 0.35% | 0.47% | - |
| HSV(B) | 129.4º | 0.52% | 0.63% | - |
| XYZ | 17.78 | 27.86 | 14.34 | - |
| YUV | 128.2 | 107 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 161 | 91 | 0.52 | 0 | 0.43 | 0.37 | 129.4 | 0.35 | 0.47 |
| Hex | 4E | A1 | 5B | 34 | 0 | 2B | 25 | 81 | 23 | 2F |
| Octal | 116 | 241 | 133 | 64 | 0 | 53 | 45 | 201 | 43 | 57 |
| Binary | 1001110 | 10100001 | 1011011 | 110100 | 0 | 101011 | 100101 | 10000001 | 100011 | 101111 |
Color Harmonies of #4EA15B
Complementary color
Monochromatic Colors of #4EA15B
Black with #4EA15B
Text Example
Text Example
White with #4EA15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA15B; }
p { color: rgb(78,161,91); }
H1.HeaderClassName
{
color: #4EA15B;
}
.AnyTagClassName
{
color: #4EA15B;
}
</style>
background-color css
<style>
a { background-color: #4EA15B; }
a { background-color: rgb(78,161,91); }
div.DivClassName
{
background-color: #4EA15B;
}
.BgClassName
{
background-color: #4EA15B;
}
</style>
border-color css
<style>
span { border-color: #4EA15B; }
span { border-color: rgb(78,161,91); }
td.TdClassName
{
border-color: #4EA15B;
}
.TagClassName
{
border-color: #4EA15B;
}
</style>