Shades of Fruit Salad #4AB358
Tints of Fruit Salad #4AB358
RGB
CMYK
RGB Variations
Color information
#4AB358 (or 0x4AB358) is known color: Fruit Salad. HEX triplet: 4A, B3 and 58. RGB value is (74,179,88). Sum of RGB (Red+Green+Blue) = 74+179+88=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB358 is #B54CA7. Grayscale: #898989. Windows color (decimal): -11881640 or 5813066. OLE color: 5813066.
HSL color Cylindrical-coordinate representation of color #4AB358: hue angle of 128º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB358 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 88 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.30 |
| HSL | 128º | 0.42% | 0.5% | - |
| HSV(B) | 128º | 0.59% | 0.7% | - |
| XYZ | 20.71 | 34.4 | 14.78 | - |
| YUV | 137.23 | 100.21 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 88 | 0.59 | 0 | 0.51 | 0.30 | 128 | 0.42 | 0.5 |
| Hex | 4A | B3 | 58 | 3B | 0 | 33 | 1E | 80 | 2A | 32 |
| Octal | 112 | 263 | 130 | 73 | 0 | 63 | 36 | 200 | 52 | 62 |
| Binary | 1001010 | 10110011 | 1011000 | 111011 | 0 | 110011 | 11110 | 10000000 | 101010 | 110010 |
Color Harmonies of #4AB358
Complementary color
Monochromatic Colors of #4AB358
Black with #4AB358
Text Example
Text Example
White with #4AB358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB358; }
p { color: rgb(74,179,88); }
H1.HeaderClassName
{
color: #4AB358;
}
.AnyTagClassName
{
color: #4AB358;
}
</style>
background-color css
<style>
a { background-color: #4AB358; }
a { background-color: rgb(74,179,88); }
div.DivClassName
{
background-color: #4AB358;
}
.BgClassName
{
background-color: #4AB358;
}
</style>
border-color css
<style>
span { border-color: #4AB358; }
span { border-color: rgb(74,179,88); }
td.TdClassName
{
border-color: #4AB358;
}
.TagClassName
{
border-color: #4AB358;
}
</style>