Shades of Fruit Salad #4AB85E
Tints of Fruit Salad #4AB85E
RGB
CMYK
RGB Variations
Color information
#4AB85E (or 0x4AB85E) is known color: Fruit Salad. HEX triplet: 4A, B8 and 5E. RGB value is (74,184,94). Sum of RGB (Red+Green+Blue) = 74+184+94=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB85E is #B547A1. Grayscale: #8D8D8D. Windows color (decimal): -11880354 or 6207562. OLE color: 6207562.
HSL color Cylindrical-coordinate representation of color #4AB85E: hue angle of 130.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB85E is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 94 | - |
| CMYK | 0.60 | 0 | 0.49 | 0.28 |
| HSL | 130.91º | 0.44% | 0.51% | - |
| HSV(B) | 130.91º | 0.6% | 0.72% | - |
| XYZ | 21.98 | 36.54 | 16.48 | - |
| YUV | 140.85 | 101.56 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 94 | 0.60 | 0 | 0.49 | 0.28 | 130.91 | 0.44 | 0.51 |
| Hex | 4A | B8 | 5E | 3C | 0 | 31 | 1C | 83 | 2C | 33 |
| Octal | 112 | 270 | 136 | 74 | 0 | 61 | 34 | 203 | 54 | 63 |
| Binary | 1001010 | 10111000 | 1011110 | 111100 | 0 | 110001 | 11100 | 10000011 | 101100 | 110011 |
Color Harmonies of #4AB85E
Complementary color
Monochromatic Colors of #4AB85E
Black with #4AB85E
Text Example
Text Example
White with #4AB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB85E; }
p { color: rgb(74,184,94); }
H1.HeaderClassName
{
color: #4AB85E;
}
.AnyTagClassName
{
color: #4AB85E;
}
</style>
background-color css
<style>
a { background-color: #4AB85E; }
a { background-color: rgb(74,184,94); }
div.DivClassName
{
background-color: #4AB85E;
}
.BgClassName
{
background-color: #4AB85E;
}
</style>
border-color css
<style>
span { border-color: #4AB85E; }
span { border-color: rgb(74,184,94); }
td.TdClassName
{
border-color: #4AB85E;
}
.TagClassName
{
border-color: #4AB85E;
}
</style>