Shades of Fruit Salad #4AB356
Tints of Fruit Salad #4AB356
RGB
CMYK
RGB Variations
Color information
#4AB356 (or 0x4AB356) is known color: Fruit Salad. HEX triplet: 4A, B3 and 56. RGB value is (74,179,86). Sum of RGB (Red+Green+Blue) = 74+179+86=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB356 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB356 is #B54CA9. Grayscale: #898989. Windows color (decimal): -11881642 or 5681994. OLE color: 5681994.
HSL color Cylindrical-coordinate representation of color #4AB356: hue angle of 126.86º 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 #4AB356 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 86 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.30 |
| HSL | 126.86º | 0.42% | 0.5% | - |
| HSV(B) | 126.86º | 0.59% | 0.7% | - |
| XYZ | 20.62 | 34.37 | 14.35 | - |
| YUV | 137 | 99.21 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 86 | 0.59 | 0 | 0.52 | 0.30 | 126.86 | 0.42 | 0.5 |
| Hex | 4A | B3 | 56 | 3B | 0 | 34 | 1E | 7F | 2A | 32 |
| Octal | 112 | 263 | 126 | 73 | 0 | 64 | 36 | 177 | 52 | 62 |
| Binary | 1001010 | 10110011 | 1010110 | 111011 | 0 | 110100 | 11110 | 1111111 | 101010 | 110010 |
Color Harmonies of #4AB356
Complementary color
Monochromatic Colors of #4AB356
Black with #4AB356
Text Example
Text Example
White with #4AB356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB356; }
p { color: rgb(74,179,86); }
H1.HeaderClassName
{
color: #4AB356;
}
.AnyTagClassName
{
color: #4AB356;
}
</style>
background-color css
<style>
a { background-color: #4AB356; }
a { background-color: rgb(74,179,86); }
div.DivClassName
{
background-color: #4AB356;
}
.BgClassName
{
background-color: #4AB356;
}
</style>
border-color css
<style>
span { border-color: #4AB356; }
span { border-color: rgb(74,179,86); }
td.TdClassName
{
border-color: #4AB356;
}
.TagClassName
{
border-color: #4AB356;
}
</style>