Shades of Fruit Salad #4AB449
Tints of Fruit Salad #4AB449
RGB
CMYK
RGB Variations
Color information
#4AB449 (or 0x4AB449) is known color: Fruit Salad. HEX triplet: 4A, B4 and 49. RGB value is (74,180,73). Sum of RGB (Red+Green+Blue) = 74+180+73=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB449 is #B54BB6. Grayscale: #888888. Windows color (decimal): -11881399 or 4830282. OLE color: 4830282.
HSL color Cylindrical-coordinate representation of color #4AB449: hue angle of 119.44º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB449 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 180 | 73 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.29 |
| HSL | 119.44º | 0.42% | 0.5% | - |
| HSV(B) | 119.44º | 0.59% | 0.71% | - |
| XYZ | 20.35 | 34.58 | 11.91 | - |
| YUV | 136.11 | 92.38 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 73 | 0.59 | 0 | 0.59 | 0.29 | 119.44 | 0.42 | 0.5 |
| Hex | 4A | B4 | 49 | 3B | 0 | 3B | 1D | 77 | 2A | 32 |
| Octal | 112 | 264 | 111 | 73 | 0 | 73 | 35 | 167 | 52 | 62 |
| Binary | 1001010 | 10110100 | 1001001 | 111011 | 0 | 111011 | 11101 | 1110111 | 101010 | 110010 |
Color Harmonies of #4AB449
Complementary color
Monochromatic Colors of #4AB449
Black with #4AB449
Text Example
Text Example
White with #4AB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB449; }
p { color: rgb(74,180,73); }
H1.HeaderClassName
{
color: #4AB449;
}
.AnyTagClassName
{
color: #4AB449;
}
</style>
background-color css
<style>
a { background-color: #4AB449; }
a { background-color: rgb(74,180,73); }
div.DivClassName
{
background-color: #4AB449;
}
.BgClassName
{
background-color: #4AB449;
}
</style>
border-color css
<style>
span { border-color: #4AB449; }
span { border-color: rgb(74,180,73); }
td.TdClassName
{
border-color: #4AB449;
}
.TagClassName
{
border-color: #4AB449;
}
</style>