Shades of Fruit Salad #4AB959
Tints of Fruit Salad #4AB959
RGB
CMYK
RGB Variations
Color information
#4AB959 (or 0x4AB959) is known color: Fruit Salad. HEX triplet: 4A, B9 and 59. RGB value is (74,185,89). Sum of RGB (Red+Green+Blue) = 74+185+89=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB959 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB959 is #B546A6. Grayscale: #8D8D8D. Windows color (decimal): -11880103 or 5880138. OLE color: 5880138.
HSL color Cylindrical-coordinate representation of color #4AB959: hue angle of 128.11º 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 #4AB959 is Cyan = 0.6, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 185 | 89 | - |
| CMYK | 0.6 | 0 | 0.52 | 0.27 |
| HSL | 128.11º | 0.44% | 0.51% | - |
| HSV(B) | 128.11º | 0.6% | 0.73% | - |
| XYZ | 21.98 | 36.88 | 15.41 | - |
| YUV | 140.87 | 98.73 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 185 | 89 | 0.6 | 0 | 0.52 | 0.27 | 128.11 | 0.44 | 0.51 |
| Hex | 4A | B9 | 59 | 3C | 0 | 34 | 1B | 80 | 2C | 33 |
| Octal | 112 | 271 | 131 | 74 | 0 | 64 | 33 | 200 | 54 | 63 |
| Binary | 1001010 | 10111001 | 1011001 | 111100 | 0 | 110100 | 11011 | 10000000 | 101100 | 110011 |
Color Harmonies of #4AB959
Complementary color
Monochromatic Colors of #4AB959
Black with #4AB959
Text Example
Text Example
White with #4AB959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB959; }
p { color: rgb(74,185,89); }
H1.HeaderClassName
{
color: #4AB959;
}
.AnyTagClassName
{
color: #4AB959;
}
</style>
background-color css
<style>
a { background-color: #4AB959; }
a { background-color: rgb(74,185,89); }
div.DivClassName
{
background-color: #4AB959;
}
.BgClassName
{
background-color: #4AB959;
}
</style>
border-color css
<style>
span { border-color: #4AB959; }
span { border-color: rgb(74,185,89); }
td.TdClassName
{
border-color: #4AB959;
}
.TagClassName
{
border-color: #4AB959;
}
</style>