Shades of Fruit Salad #4AB856
Tints of Fruit Salad #4AB856
RGB
CMYK
RGB Variations
Color information
#4AB856 (or 0x4AB856) is known color: Fruit Salad. HEX triplet: 4A, B8 and 56. RGB value is (74,184,86). Sum of RGB (Red+Green+Blue) = 74+184+86=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB856 is #B547A9. Grayscale: #8C8C8C. Windows color (decimal): -11880362 or 5683274. OLE color: 5683274.
HSL color Cylindrical-coordinate representation of color #4AB856: hue angle of 126.55º 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 #4AB856 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 86 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.28 |
| HSL | 126.55º | 0.44% | 0.51% | - |
| HSV(B) | 126.55º | 0.6% | 0.72% | - |
| XYZ | 21.64 | 36.41 | 14.69 | - |
| YUV | 139.94 | 97.56 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 86 | 0.60 | 0 | 0.53 | 0.28 | 126.55 | 0.44 | 0.51 |
| Hex | 4A | B8 | 56 | 3C | 0 | 35 | 1C | 7F | 2C | 33 |
| Octal | 112 | 270 | 126 | 74 | 0 | 65 | 34 | 177 | 54 | 63 |
| Binary | 1001010 | 10111000 | 1010110 | 111100 | 0 | 110101 | 11100 | 1111111 | 101100 | 110011 |
Color Harmonies of #4AB856
Complementary color
Monochromatic Colors of #4AB856
Black with #4AB856
Text Example
Text Example
White with #4AB856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB856; }
p { color: rgb(74,184,86); }
H1.HeaderClassName
{
color: #4AB856;
}
.AnyTagClassName
{
color: #4AB856;
}
</style>
background-color css
<style>
a { background-color: #4AB856; }
a { background-color: rgb(74,184,86); }
div.DivClassName
{
background-color: #4AB856;
}
.BgClassName
{
background-color: #4AB856;
}
</style>
border-color css
<style>
span { border-color: #4AB856; }
span { border-color: rgb(74,184,86); }
td.TdClassName
{
border-color: #4AB856;
}
.TagClassName
{
border-color: #4AB856;
}
</style>