Shades of Fruit Salad #4AB956
Tints of Fruit Salad #4AB956
RGB
CMYK
RGB Variations
Color information
#4AB956 (or 0x4AB956) is known color: Fruit Salad. HEX triplet: 4A, B9 and 56. RGB value is (74,185,86). Sum of RGB (Red+Green+Blue) = 74+185+86=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB956 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB956 is #B546A9. Grayscale: #8C8C8C. Windows color (decimal): -11880106 or 5683530. OLE color: 5683530.
HSL color Cylindrical-coordinate representation of color #4AB956: hue angle of 126.49º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB956 is Cyan = 0.6, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 185 | 86 | - |
| CMYK | 0.6 | 0 | 0.54 | 0.27 |
| HSL | 126.49º | 0.44% | 0.51% | - |
| HSV(B) | 126.49º | 0.6% | 0.73% | - |
| XYZ | 21.85 | 36.83 | 14.76 | - |
| YUV | 140.53 | 97.23 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 185 | 86 | 0.6 | 0 | 0.54 | 0.27 | 126.49 | 0.44 | 0.51 |
| Hex | 4A | B9 | 56 | 3C | 0 | 36 | 1B | 7E | 2C | 33 |
| Octal | 112 | 271 | 126 | 74 | 0 | 66 | 33 | 176 | 54 | 63 |
| Binary | 1001010 | 10111001 | 1010110 | 111100 | 0 | 110110 | 11011 | 1111110 | 101100 | 110011 |
Color Harmonies of #4AB956
Complementary color
Monochromatic Colors of #4AB956
Black with #4AB956
Text Example
Text Example
White with #4AB956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB956; }
p { color: rgb(74,185,86); }
H1.HeaderClassName
{
color: #4AB956;
}
.AnyTagClassName
{
color: #4AB956;
}
</style>
background-color css
<style>
a { background-color: #4AB956; }
a { background-color: rgb(74,185,86); }
div.DivClassName
{
background-color: #4AB956;
}
.BgClassName
{
background-color: #4AB956;
}
</style>
border-color css
<style>
span { border-color: #4AB956; }
span { border-color: rgb(74,185,86); }
td.TdClassName
{
border-color: #4AB956;
}
.TagClassName
{
border-color: #4AB956;
}
</style>