Shades of Fruit Salad #4AB556
Tints of Fruit Salad #4AB556
RGB
CMYK
RGB Variations
Color information
#4AB556 (or 0x4AB556) is known color: Fruit Salad. HEX triplet: 4A, B5 and 56. RGB value is (74,181,86). Sum of RGB (Red+Green+Blue) = 74+181+86=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB556 is #B54AA9. Grayscale: #8A8A8A. Windows color (decimal): -11881130 or 5682506. OLE color: 5682506.
HSL color Cylindrical-coordinate representation of color #4AB556: hue angle of 126.73º 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 #4AB556 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 181 | 86 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.29 |
| HSL | 126.73º | 0.42% | 0.5% | - |
| HSV(B) | 126.73º | 0.59% | 0.71% | - |
| XYZ | 21.03 | 35.18 | 14.49 | - |
| YUV | 138.18 | 98.55 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 86 | 0.59 | 0 | 0.52 | 0.29 | 126.73 | 0.42 | 0.5 |
| Hex | 4A | B5 | 56 | 3B | 0 | 34 | 1D | 7F | 2A | 32 |
| Octal | 112 | 265 | 126 | 73 | 0 | 64 | 35 | 177 | 52 | 62 |
| Binary | 1001010 | 10110101 | 1010110 | 111011 | 0 | 110100 | 11101 | 1111111 | 101010 | 110010 |
Color Harmonies of #4AB556
Complementary color
Monochromatic Colors of #4AB556
Black with #4AB556
Text Example
Text Example
White with #4AB556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB556; }
p { color: rgb(74,181,86); }
H1.HeaderClassName
{
color: #4AB556;
}
.AnyTagClassName
{
color: #4AB556;
}
</style>
background-color css
<style>
a { background-color: #4AB556; }
a { background-color: rgb(74,181,86); }
div.DivClassName
{
background-color: #4AB556;
}
.BgClassName
{
background-color: #4AB556;
}
</style>
border-color css
<style>
span { border-color: #4AB556; }
span { border-color: rgb(74,181,86); }
td.TdClassName
{
border-color: #4AB556;
}
.TagClassName
{
border-color: #4AB556;
}
</style>