Shades of Fruit Salad #4ABC48
Tints of Fruit Salad #4ABC48
RGB
CMYK
RGB Variations
Color information
#4ABC48 (or 0x4ABC48) is known color: Fruit Salad. HEX triplet: 4A, BC and 48. RGB value is (74,188,72). Sum of RGB (Red+Green+Blue) = 74+188+72=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC48 is #B543B7. Grayscale: #8D8D8D. Windows color (decimal): -11879352 or 4766794. OLE color: 4766794.
HSL color Cylindrical-coordinate representation of color #4ABC48: hue angle of 118.97º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ABC48 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 72 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.26 |
| HSL | 118.97º | 0.46% | 0.51% | - |
| HSV(B) | 118.97º | 0.62% | 0.74% | - |
| XYZ | 21.98 | 37.89 | 12.29 | - |
| YUV | 140.69 | 89.23 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 72 | 0.61 | 0 | 0.62 | 0.26 | 118.97 | 0.46 | 0.51 |
| Hex | 4A | BC | 48 | 3D | 0 | 3E | 1A | 77 | 2E | 33 |
| Octal | 112 | 274 | 110 | 75 | 0 | 76 | 32 | 167 | 56 | 63 |
| Binary | 1001010 | 10111100 | 1001000 | 111101 | 0 | 111110 | 11010 | 1110111 | 101110 | 110011 |
Color Harmonies of #4ABC48
Complementary color
Monochromatic Colors of #4ABC48
Black with #4ABC48
Text Example
Text Example
White with #4ABC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC48; }
p { color: rgb(74,188,72); }
H1.HeaderClassName
{
color: #4ABC48;
}
.AnyTagClassName
{
color: #4ABC48;
}
</style>
background-color css
<style>
a { background-color: #4ABC48; }
a { background-color: rgb(74,188,72); }
div.DivClassName
{
background-color: #4ABC48;
}
.BgClassName
{
background-color: #4ABC48;
}
</style>
border-color css
<style>
span { border-color: #4ABC48; }
span { border-color: rgb(74,188,72); }
td.TdClassName
{
border-color: #4ABC48;
}
.TagClassName
{
border-color: #4ABC48;
}
</style>