Shades of Fruit Salad #4AB748
Tints of Fruit Salad #4AB748
RGB
CMYK
RGB Variations
Color information
#4AB748 (or 0x4AB748) is known color: Fruit Salad. HEX triplet: 4A, B7 and 48. RGB value is (74,183,72). Sum of RGB (Red+Green+Blue) = 74+183+72=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB748 is #B548B7. Grayscale: #8A8A8A. Windows color (decimal): -11880632 or 4765514. OLE color: 4765514.
HSL color Cylindrical-coordinate representation of color #4AB748: hue angle of 118.92º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AB748 is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 72 | - |
| CMYK | 0.60 | 0 | 0.61 | 0.28 |
| HSL | 118.92º | 0.44% | 0.5% | - |
| HSV(B) | 118.92º | 0.61% | 0.72% | - |
| XYZ | 20.93 | 35.79 | 11.94 | - |
| YUV | 137.76 | 90.89 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 72 | 0.60 | 0 | 0.61 | 0.28 | 118.92 | 0.44 | 0.5 |
| Hex | 4A | B7 | 48 | 3C | 0 | 3D | 1C | 77 | 2C | 32 |
| Octal | 112 | 267 | 110 | 74 | 0 | 75 | 34 | 167 | 54 | 62 |
| Binary | 1001010 | 10110111 | 1001000 | 111100 | 0 | 111101 | 11100 | 1110111 | 101100 | 110010 |
Color Harmonies of #4AB748
Complementary color
Monochromatic Colors of #4AB748
Black with #4AB748
Text Example
Text Example
White with #4AB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB748; }
p { color: rgb(74,183,72); }
H1.HeaderClassName
{
color: #4AB748;
}
.AnyTagClassName
{
color: #4AB748;
}
</style>
background-color css
<style>
a { background-color: #4AB748; }
a { background-color: rgb(74,183,72); }
div.DivClassName
{
background-color: #4AB748;
}
.BgClassName
{
background-color: #4AB748;
}
</style>
border-color css
<style>
span { border-color: #4AB748; }
span { border-color: rgb(74,183,72); }
td.TdClassName
{
border-color: #4AB748;
}
.TagClassName
{
border-color: #4AB748;
}
</style>