Shades of Fruit Salad #4ABB47
Tints of Fruit Salad #4ABB47
RGB
CMYK
RGB Variations
Color information
#4ABB47 (or 0x4ABB47) is known color: Fruit Salad. HEX triplet: 4A, BB and 47. RGB value is (74,187,71). Sum of RGB (Red+Green+Blue) = 74+187+71=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 187 (73.44% from 255 or 56.33% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABB47 is #B544B8. Grayscale: #8C8C8C. Windows color (decimal): -11879609 or 4701002. OLE color: 4701002.
HSL color Cylindrical-coordinate representation of color #4ABB47: hue angle of 118.45º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ABB47 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 187 | 71 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.27 |
| HSL | 118.45º | 0.46% | 0.51% | - |
| HSV(B) | 118.45º | 0.62% | 0.73% | - |
| XYZ | 21.73 | 37.45 | 12.04 | - |
| YUV | 139.99 | 89.06 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 71 | 0.60 | 0 | 0.62 | 0.27 | 118.45 | 0.46 | 0.51 |
| Hex | 4A | BB | 47 | 3C | 0 | 3E | 1B | 76 | 2E | 33 |
| Octal | 112 | 273 | 107 | 74 | 0 | 76 | 33 | 166 | 56 | 63 |
| Binary | 1001010 | 10111011 | 1000111 | 111100 | 0 | 111110 | 11011 | 1110110 | 101110 | 110011 |
Color Harmonies of #4ABB47
Complementary color
Monochromatic Colors of #4ABB47
Black with #4ABB47
Text Example
Text Example
White with #4ABB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABB47; }
p { color: rgb(74,187,71); }
H1.HeaderClassName
{
color: #4ABB47;
}
.AnyTagClassName
{
color: #4ABB47;
}
</style>
background-color css
<style>
a { background-color: #4ABB47; }
a { background-color: rgb(74,187,71); }
div.DivClassName
{
background-color: #4ABB47;
}
.BgClassName
{
background-color: #4ABB47;
}
</style>
border-color css
<style>
span { border-color: #4ABB47; }
span { border-color: rgb(74,187,71); }
td.TdClassName
{
border-color: #4ABB47;
}
.TagClassName
{
border-color: #4ABB47;
}
</style>