Shades of Fruit Salad #4AB350
Tints of Fruit Salad #4AB350
RGB
CMYK
RGB Variations
Color information
#4AB350 (or 0x4AB350) is known color: Fruit Salad. HEX triplet: 4A, B3 and 50. RGB value is (74,179,80). Sum of RGB (Red+Green+Blue) = 74+179+80=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB350 is #B54CAF. Grayscale: #888888. Windows color (decimal): -11881648 or 5288778. OLE color: 5288778.
HSL color Cylindrical-coordinate representation of color #4AB350: hue angle of 123.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB350 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 179 | 80 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.30 |
| HSL | 123.43º | 0.42% | 0.5% | - |
| HSV(B) | 123.43º | 0.59% | 0.7% | - |
| XYZ | 20.39 | 34.28 | 13.13 | - |
| YUV | 136.32 | 96.21 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 80 | 0.59 | 0 | 0.55 | 0.30 | 123.43 | 0.42 | 0.5 |
| Hex | 4A | B3 | 50 | 3B | 0 | 37 | 1E | 7B | 2A | 32 |
| Octal | 112 | 263 | 120 | 73 | 0 | 67 | 36 | 173 | 52 | 62 |
| Binary | 1001010 | 10110011 | 1010000 | 111011 | 0 | 110111 | 11110 | 1111011 | 101010 | 110010 |
Color Harmonies of #4AB350
Complementary color
Monochromatic Colors of #4AB350
Black with #4AB350
Text Example
Text Example
White with #4AB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB350; }
p { color: rgb(74,179,80); }
H1.HeaderClassName
{
color: #4AB350;
}
.AnyTagClassName
{
color: #4AB350;
}
</style>
background-color css
<style>
a { background-color: #4AB350; }
a { background-color: rgb(74,179,80); }
div.DivClassName
{
background-color: #4AB350;
}
.BgClassName
{
background-color: #4AB350;
}
</style>
border-color css
<style>
span { border-color: #4AB350; }
span { border-color: rgb(74,179,80); }
td.TdClassName
{
border-color: #4AB350;
}
.TagClassName
{
border-color: #4AB350;
}
</style>