Shades of Fruit Salad #4AB544
Tints of Fruit Salad #4AB544
RGB
CMYK
RGB Variations
Color information
#4AB544 (or 0x4AB544) is known color: Fruit Salad. HEX triplet: 4A, B5 and 44. RGB value is (74,181,68). Sum of RGB (Red+Green+Blue) = 74+181+68=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB544 is #B54ABB. Grayscale: #888888. Windows color (decimal): -11881148 or 4502858. OLE color: 4502858.
HSL color Cylindrical-coordinate representation of color #4AB544: hue angle of 116.81º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AB544 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 181 | 68 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.29 |
| HSL | 116.81º | 0.45% | 0.49% | - |
| HSV(B) | 116.81º | 0.62% | 0.71% | - |
| XYZ | 20.39 | 34.92 | 11.13 | - |
| YUV | 136.13 | 89.55 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 68 | 0.59 | 0 | 0.62 | 0.29 | 116.81 | 0.45 | 0.49 |
| Hex | 4A | B5 | 44 | 3B | 0 | 3E | 1D | 75 | 2D | 31 |
| Octal | 112 | 265 | 104 | 73 | 0 | 76 | 35 | 165 | 55 | 61 |
| Binary | 1001010 | 10110101 | 1000100 | 111011 | 0 | 111110 | 11101 | 1110101 | 101101 | 110001 |
Color Harmonies of #4AB544
Complementary color
Monochromatic Colors of #4AB544
Black with #4AB544
Text Example
Text Example
White with #4AB544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB544; }
p { color: rgb(74,181,68); }
H1.HeaderClassName
{
color: #4AB544;
}
.AnyTagClassName
{
color: #4AB544;
}
</style>
background-color css
<style>
a { background-color: #4AB544; }
a { background-color: rgb(74,181,68); }
div.DivClassName
{
background-color: #4AB544;
}
.BgClassName
{
background-color: #4AB544;
}
</style>
border-color css
<style>
span { border-color: #4AB544; }
span { border-color: rgb(74,181,68); }
td.TdClassName
{
border-color: #4AB544;
}
.TagClassName
{
border-color: #4AB544;
}
</style>