Shades of Fruit Salad #4ABB4A
Tints of Fruit Salad #4ABB4A
RGB
CMYK
RGB Variations
Color information
#4ABB4A (or 0x4ABB4A) is known color: Fruit Salad. HEX triplet: 4A, BB and 4A. RGB value is (74,187,74). Sum of RGB (Red+Green+Blue) = 74+187+74=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABB4A is #B544B5. Grayscale: #8C8C8C. Windows color (decimal): -11879606 or 4897610. OLE color: 4897610.
HSL color Cylindrical-coordinate representation of color #4ABB4A: hue angle of 120º 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 #4ABB4A is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 187 | 74 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.27 |
| HSL | 120º | 0.45% | 0.51% | - |
| HSV(B) | 120º | 0.6% | 0.73% | - |
| XYZ | 21.83 | 37.49 | 12.56 | - |
| YUV | 140.33 | 90.56 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 74 | 0.60 | 0 | 0.60 | 0.27 | 120 | 0.45 | 0.51 |
| Hex | 4A | BB | 4A | 3C | 0 | 3C | 1B | 78 | 2D | 33 |
| Octal | 112 | 273 | 112 | 74 | 0 | 74 | 33 | 170 | 55 | 63 |
| Binary | 1001010 | 10111011 | 1001010 | 111100 | 0 | 111100 | 11011 | 1111000 | 101101 | 110011 |
Color Harmonies of #4ABB4A
Complementary color
Monochromatic Colors of #4ABB4A
Black with #4ABB4A
Text Example
Text Example
White with #4ABB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABB4A; }
p { color: rgb(74,187,74); }
H1.HeaderClassName
{
color: #4ABB4A;
}
.AnyTagClassName
{
color: #4ABB4A;
}
</style>
background-color css
<style>
a { background-color: #4ABB4A; }
a { background-color: rgb(74,187,74); }
div.DivClassName
{
background-color: #4ABB4A;
}
.BgClassName
{
background-color: #4ABB4A;
}
</style>
border-color css
<style>
span { border-color: #4ABB4A; }
span { border-color: rgb(74,187,74); }
td.TdClassName
{
border-color: #4ABB4A;
}
.TagClassName
{
border-color: #4ABB4A;
}
</style>