Shades of Fruit Salad #4ABA4C
Tints of Fruit Salad #4ABA4C
RGB
CMYK
RGB Variations
Color information
#4ABA4C (or 0x4ABA4C) is known color: Fruit Salad. HEX triplet: 4A, BA and 4C. RGB value is (74,186,76). Sum of RGB (Red+Green+Blue) = 74+186+76=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABA4C is #B545B3. Grayscale: #8C8C8C. Windows color (decimal): -11879860 or 5028426. OLE color: 5028426.
HSL color Cylindrical-coordinate representation of color #4ABA4C: hue angle of 121.07º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABA4C is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 186 | 76 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.27 |
| HSL | 121.07º | 0.45% | 0.51% | - |
| HSV(B) | 121.07º | 0.6% | 0.73% | - |
| XYZ | 21.69 | 37.1 | 12.85 | - |
| YUV | 139.97 | 91.89 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 76 | 0.60 | 0 | 0.59 | 0.27 | 121.07 | 0.45 | 0.51 |
| Hex | 4A | BA | 4C | 3C | 0 | 3B | 1B | 79 | 2D | 33 |
| Octal | 112 | 272 | 114 | 74 | 0 | 73 | 33 | 171 | 55 | 63 |
| Binary | 1001010 | 10111010 | 1001100 | 111100 | 0 | 111011 | 11011 | 1111001 | 101101 | 110011 |
Color Harmonies of #4ABA4C
Complementary color
Monochromatic Colors of #4ABA4C
Black with #4ABA4C
Text Example
Text Example
White with #4ABA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABA4C; }
p { color: rgb(74,186,76); }
H1.HeaderClassName
{
color: #4ABA4C;
}
.AnyTagClassName
{
color: #4ABA4C;
}
</style>
background-color css
<style>
a { background-color: #4ABA4C; }
a { background-color: rgb(74,186,76); }
div.DivClassName
{
background-color: #4ABA4C;
}
.BgClassName
{
background-color: #4ABA4C;
}
</style>
border-color css
<style>
span { border-color: #4ABA4C; }
span { border-color: rgb(74,186,76); }
td.TdClassName
{
border-color: #4ABA4C;
}
.TagClassName
{
border-color: #4ABA4C;
}
</style>