Shades of Fruit Salad #4AB552
Tints of Fruit Salad #4AB552
RGB
CMYK
RGB Variations
Color information
#4AB552 (or 0x4AB552) is known color: Fruit Salad. HEX triplet: 4A, B5 and 52. RGB value is (74,181,82). Sum of RGB (Red+Green+Blue) = 74+181+82=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB552 is #B54AAD. Grayscale: #8A8A8A. Windows color (decimal): -11881134 or 5420362. OLE color: 5420362.
HSL color Cylindrical-coordinate representation of color #4AB552: hue angle of 124.49º 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 #4AB552 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 181 | 82 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.29 |
| HSL | 124.49º | 0.42% | 0.5% | - |
| HSV(B) | 124.49º | 0.59% | 0.71% | - |
| XYZ | 20.87 | 35.11 | 13.66 | - |
| YUV | 137.72 | 96.55 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 82 | 0.59 | 0 | 0.55 | 0.29 | 124.49 | 0.42 | 0.5 |
| Hex | 4A | B5 | 52 | 3B | 0 | 37 | 1D | 7C | 2A | 32 |
| Octal | 112 | 265 | 122 | 73 | 0 | 67 | 35 | 174 | 52 | 62 |
| Binary | 1001010 | 10110101 | 1010010 | 111011 | 0 | 110111 | 11101 | 1111100 | 101010 | 110010 |
Color Harmonies of #4AB552
Complementary color
Monochromatic Colors of #4AB552
Black with #4AB552
Text Example
Text Example
White with #4AB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB552; }
p { color: rgb(74,181,82); }
H1.HeaderClassName
{
color: #4AB552;
}
.AnyTagClassName
{
color: #4AB552;
}
</style>
background-color css
<style>
a { background-color: #4AB552; }
a { background-color: rgb(74,181,82); }
div.DivClassName
{
background-color: #4AB552;
}
.BgClassName
{
background-color: #4AB552;
}
</style>
border-color css
<style>
span { border-color: #4AB552; }
span { border-color: rgb(74,181,82); }
td.TdClassName
{
border-color: #4AB552;
}
.TagClassName
{
border-color: #4AB552;
}
</style>