Shades of Fruit Salad #4E9853
Tints of Fruit Salad #4E9853
RGB
CMYK
RGB Variations
Color information
#4E9853 (or 0x4E9853) is known color: Fruit Salad. HEX triplet: 4E, 98 and 53. RGB value is (78,152,83). Sum of RGB (Red+Green+Blue) = 78+152+83=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #4E9853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9853 is #B167AC. Grayscale: #7A7A7A. Windows color (decimal): -11626413 or 5478478. OLE color: 5478478.
HSL color Cylindrical-coordinate representation of color #4E9853: hue angle of 124.05º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E9853 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 152 | 83 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.40 |
| HSL | 124.05º | 0.32% | 0.45% | - |
| HSV(B) | 124.05º | 0.49% | 0.6% | - |
| XYZ | 15.93 | 24.7 | 12.11 | - |
| YUV | 122.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 152 | 83 | 0.49 | 0 | 0.45 | 0.40 | 124.05 | 0.32 | 0.45 |
| Hex | 4E | 98 | 53 | 31 | 0 | 2D | 28 | 7C | 20 | 2D |
| Octal | 116 | 230 | 123 | 61 | 0 | 55 | 50 | 174 | 40 | 55 |
| Binary | 1001110 | 10011000 | 1010011 | 110001 | 0 | 101101 | 101000 | 1111100 | 100000 | 101101 |
Color Harmonies of #4E9853
Complementary color
Monochromatic Colors of #4E9853
Black with #4E9853
Text Example
Text Example
White with #4E9853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9853; }
p { color: rgb(78,152,83); }
H1.HeaderClassName
{
color: #4E9853;
}
.AnyTagClassName
{
color: #4E9853;
}
</style>
background-color css
<style>
a { background-color: #4E9853; }
a { background-color: rgb(78,152,83); }
div.DivClassName
{
background-color: #4E9853;
}
.BgClassName
{
background-color: #4E9853;
}
</style>
border-color css
<style>
span { border-color: #4E9853; }
span { border-color: rgb(78,152,83); }
td.TdClassName
{
border-color: #4E9853;
}
.TagClassName
{
border-color: #4E9853;
}
</style>