Shades of Fruit Salad #4AB458
Tints of Fruit Salad #4AB458
RGB
CMYK
RGB Variations
Color information
#4AB458 (or 0x4AB458) is known color: Fruit Salad. HEX triplet: 4A, B4 and 58. RGB value is (74,180,88). Sum of RGB (Red+Green+Blue) = 74+180+88=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 180 (70.70% from 255 or 52.63% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB458 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB458 is #B54BA7. Grayscale: #8A8A8A. Windows color (decimal): -11881384 or 5813322. OLE color: 5813322.
HSL color Cylindrical-coordinate representation of color #4AB458: hue angle of 127.92º 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 #4AB458 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 180 | 88 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.29 |
| HSL | 127.92º | 0.42% | 0.5% | - |
| HSV(B) | 127.92º | 0.59% | 0.71% | - |
| XYZ | 20.91 | 34.8 | 14.85 | - |
| YUV | 137.82 | 99.88 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 88 | 0.59 | 0 | 0.51 | 0.29 | 127.92 | 0.42 | 0.5 |
| Hex | 4A | B4 | 58 | 3B | 0 | 33 | 1D | 80 | 2A | 32 |
| Octal | 112 | 264 | 130 | 73 | 0 | 63 | 35 | 200 | 52 | 62 |
| Binary | 1001010 | 10110100 | 1011000 | 111011 | 0 | 110011 | 11101 | 10000000 | 101010 | 110010 |
Color Harmonies of #4AB458
Complementary color
Monochromatic Colors of #4AB458
Black with #4AB458
Text Example
Text Example
White with #4AB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB458; }
p { color: rgb(74,180,88); }
H1.HeaderClassName
{
color: #4AB458;
}
.AnyTagClassName
{
color: #4AB458;
}
</style>
background-color css
<style>
a { background-color: #4AB458; }
a { background-color: rgb(74,180,88); }
div.DivClassName
{
background-color: #4AB458;
}
.BgClassName
{
background-color: #4AB458;
}
</style>
border-color css
<style>
span { border-color: #4AB458; }
span { border-color: rgb(74,180,88); }
td.TdClassName
{
border-color: #4AB458;
}
.TagClassName
{
border-color: #4AB458;
}
</style>