Shades of Fruit Salad #4AB352
Tints of Fruit Salad #4AB352
RGB
CMYK
RGB Variations
Color information
#4AB352 (or 0x4AB352) is known color: Fruit Salad. HEX triplet: 4A, B3 and 52. RGB value is (74,179,82). Sum of RGB (Red+Green+Blue) = 74+179+82=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB352 is #B54CAD. Grayscale: #888888. Windows color (decimal): -11881646 or 5419850. OLE color: 5419850.
HSL color Cylindrical-coordinate representation of color #4AB352: hue angle of 124.57º 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 #4AB352 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 82 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.30 |
| HSL | 124.57º | 0.42% | 0.5% | - |
| HSV(B) | 124.57º | 0.59% | 0.7% | - |
| XYZ | 20.47 | 34.31 | 13.53 | - |
| YUV | 136.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 82 | 0.59 | 0 | 0.54 | 0.30 | 124.57 | 0.42 | 0.5 |
| Hex | 4A | B3 | 52 | 3B | 0 | 36 | 1E | 7D | 2A | 32 |
| Octal | 112 | 263 | 122 | 73 | 0 | 66 | 36 | 175 | 52 | 62 |
| Binary | 1001010 | 10110011 | 1010010 | 111011 | 0 | 110110 | 11110 | 1111101 | 101010 | 110010 |
Color Harmonies of #4AB352
Complementary color
Monochromatic Colors of #4AB352
Black with #4AB352
Text Example
Text Example
White with #4AB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB352; }
p { color: rgb(74,179,82); }
H1.HeaderClassName
{
color: #4AB352;
}
.AnyTagClassName
{
color: #4AB352;
}
</style>
background-color css
<style>
a { background-color: #4AB352; }
a { background-color: rgb(74,179,82); }
div.DivClassName
{
background-color: #4AB352;
}
.BgClassName
{
background-color: #4AB352;
}
</style>
border-color css
<style>
span { border-color: #4AB352; }
span { border-color: rgb(74,179,82); }
td.TdClassName
{
border-color: #4AB352;
}
.TagClassName
{
border-color: #4AB352;
}
</style>