Shades of Fruit Salad #4ABC4A
Tints of Fruit Salad #4ABC4A
RGB
CMYK
RGB Variations
Color information
#4ABC4A (or 0x4ABC4A) is known color: Fruit Salad. HEX triplet: 4A, BC and 4A. RGB value is (74,188,74). Sum of RGB (Red+Green+Blue) = 74+188+74=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABC4A is #B543B5. Grayscale: #8D8D8D. Windows color (decimal): -11879350 or 4897866. OLE color: 4897866.
HSL color Cylindrical-coordinate representation of color #4ABC4A: hue angle of 120º 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 #4ABC4A is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 74 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.26 |
| HSL | 120º | 0.46% | 0.51% | - |
| HSV(B) | 120º | 0.61% | 0.74% | - |
| XYZ | 22.04 | 37.92 | 12.64 | - |
| YUV | 140.92 | 90.23 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 74 | 0.61 | 0 | 0.61 | 0.26 | 120 | 0.46 | 0.51 |
| Hex | 4A | BC | 4A | 3D | 0 | 3D | 1A | 78 | 2E | 33 |
| Octal | 112 | 274 | 112 | 75 | 0 | 75 | 32 | 170 | 56 | 63 |
| Binary | 1001010 | 10111100 | 1001010 | 111101 | 0 | 111101 | 11010 | 1111000 | 101110 | 110011 |
Color Harmonies of #4ABC4A
Complementary color
Monochromatic Colors of #4ABC4A
Black with #4ABC4A
Text Example
Text Example
White with #4ABC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC4A; }
p { color: rgb(74,188,74); }
H1.HeaderClassName
{
color: #4ABC4A;
}
.AnyTagClassName
{
color: #4ABC4A;
}
</style>
background-color css
<style>
a { background-color: #4ABC4A; }
a { background-color: rgb(74,188,74); }
div.DivClassName
{
background-color: #4ABC4A;
}
.BgClassName
{
background-color: #4ABC4A;
}
</style>
border-color css
<style>
span { border-color: #4ABC4A; }
span { border-color: rgb(74,188,74); }
td.TdClassName
{
border-color: #4ABC4A;
}
.TagClassName
{
border-color: #4ABC4A;
}
</style>