Shades of Fruit Salad #4ABC49
Tints of Fruit Salad #4ABC49
RGB
CMYK
RGB Variations
Color information
#4ABC49 (or 0x4ABC49) is known color: Fruit Salad. HEX triplet: 4A, BC and 49. RGB value is (74,188,73). Sum of RGB (Red+Green+Blue) = 74+188+73=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC49 is #B543B6. Grayscale: #8D8D8D. Windows color (decimal): -11879351 or 4832330. OLE color: 4832330.
HSL color Cylindrical-coordinate representation of color #4ABC49: hue angle of 119.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABC49 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 73 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.26 |
| HSL | 119.48º | 0.46% | 0.51% | - |
| HSV(B) | 119.48º | 0.61% | 0.74% | - |
| XYZ | 22.01 | 37.9 | 12.46 | - |
| YUV | 140.8 | 89.73 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 73 | 0.61 | 0 | 0.61 | 0.26 | 119.48 | 0.46 | 0.51 |
| Hex | 4A | BC | 49 | 3D | 0 | 3D | 1A | 77 | 2E | 33 |
| Octal | 112 | 274 | 111 | 75 | 0 | 75 | 32 | 167 | 56 | 63 |
| Binary | 1001010 | 10111100 | 1001001 | 111101 | 0 | 111101 | 11010 | 1110111 | 101110 | 110011 |
Color Harmonies of #4ABC49
Complementary color
Monochromatic Colors of #4ABC49
Black with #4ABC49
Text Example
Text Example
White with #4ABC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC49; }
p { color: rgb(74,188,73); }
H1.HeaderClassName
{
color: #4ABC49;
}
.AnyTagClassName
{
color: #4ABC49;
}
</style>
background-color css
<style>
a { background-color: #4ABC49; }
a { background-color: rgb(74,188,73); }
div.DivClassName
{
background-color: #4ABC49;
}
.BgClassName
{
background-color: #4ABC49;
}
</style>
border-color css
<style>
span { border-color: #4ABC49; }
span { border-color: rgb(74,188,73); }
td.TdClassName
{
border-color: #4ABC49;
}
.TagClassName
{
border-color: #4ABC49;
}
</style>