Shades of Fruit Salad #4AB950
Tints of Fruit Salad #4AB950
RGB
CMYK
RGB Variations
Color information
#4AB950 (or 0x4AB950) is known color: Fruit Salad. HEX triplet: 4A, B9 and 50. RGB value is (74,185,80). Sum of RGB (Red+Green+Blue) = 74+185+80=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB950 is #B546AF. Grayscale: #8C8C8C. Windows color (decimal): -11880112 or 5290314. OLE color: 5290314.
HSL color Cylindrical-coordinate representation of color #4AB950: hue angle of 123.24º degrees, saturation: 0.44, 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 #4AB950 is Cyan = 0.6, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 185 | 80 | - |
| CMYK | 0.6 | 0 | 0.57 | 0.27 |
| HSL | 123.24º | 0.44% | 0.51% | - |
| HSV(B) | 123.24º | 0.6% | 0.73% | - |
| XYZ | 21.62 | 36.73 | 13.54 | - |
| YUV | 139.84 | 94.23 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 185 | 80 | 0.6 | 0 | 0.57 | 0.27 | 123.24 | 0.44 | 0.51 |
| Hex | 4A | B9 | 50 | 3C | 0 | 39 | 1B | 7B | 2C | 33 |
| Octal | 112 | 271 | 120 | 74 | 0 | 71 | 33 | 173 | 54 | 63 |
| Binary | 1001010 | 10111001 | 1010000 | 111100 | 0 | 111001 | 11011 | 1111011 | 101100 | 110011 |
Color Harmonies of #4AB950
Complementary color
Monochromatic Colors of #4AB950
Black with #4AB950
Text Example
Text Example
White with #4AB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB950; }
p { color: rgb(74,185,80); }
H1.HeaderClassName
{
color: #4AB950;
}
.AnyTagClassName
{
color: #4AB950;
}
</style>
background-color css
<style>
a { background-color: #4AB950; }
a { background-color: rgb(74,185,80); }
div.DivClassName
{
background-color: #4AB950;
}
.BgClassName
{
background-color: #4AB950;
}
</style>
border-color css
<style>
span { border-color: #4AB950; }
span { border-color: rgb(74,185,80); }
td.TdClassName
{
border-color: #4AB950;
}
.TagClassName
{
border-color: #4AB950;
}
</style>