Shades of Fruit Salad #4ABB41
Tints of Fruit Salad #4ABB41
RGB
CMYK
RGB Variations
Color information
#4ABB41 (or 0x4ABB41) is known color: Fruit Salad. HEX triplet: 4A, BB and 41. RGB value is (74,187,65). Sum of RGB (Red+Green+Blue) = 74+187+65=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 187 (73.44% from 255 or 57.36% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABB41 is #B544BE. Grayscale: #8B8B8B. Windows color (decimal): -11879615 or 4307786. OLE color: 4307786.
HSL color Cylindrical-coordinate representation of color #4ABB41: hue angle of 115.57º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ABB41 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 187 | 65 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.27 |
| HSL | 115.57º | 0.48% | 0.49% | - |
| HSV(B) | 115.57º | 0.65% | 0.73% | - |
| XYZ | 21.55 | 37.38 | 11.08 | - |
| YUV | 139.31 | 86.06 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 65 | 0.60 | 0 | 0.65 | 0.27 | 115.57 | 0.48 | 0.49 |
| Hex | 4A | BB | 41 | 3C | 0 | 41 | 1B | 74 | 30 | 31 |
| Octal | 112 | 273 | 101 | 74 | 0 | 101 | 33 | 164 | 60 | 61 |
| Binary | 1001010 | 10111011 | 1000001 | 111100 | 0 | 1000001 | 11011 | 1110100 | 110000 | 110001 |
Color Harmonies of #4ABB41
Complementary color
Monochromatic Colors of #4ABB41
Black with #4ABB41
Text Example
Text Example
White with #4ABB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABB41; }
p { color: rgb(74,187,65); }
H1.HeaderClassName
{
color: #4ABB41;
}
.AnyTagClassName
{
color: #4ABB41;
}
</style>
background-color css
<style>
a { background-color: #4ABB41; }
a { background-color: rgb(74,187,65); }
div.DivClassName
{
background-color: #4ABB41;
}
.BgClassName
{
background-color: #4ABB41;
}
</style>
border-color css
<style>
span { border-color: #4ABB41; }
span { border-color: rgb(74,187,65); }
td.TdClassName
{
border-color: #4ABB41;
}
.TagClassName
{
border-color: #4ABB41;
}
</style>