Shades of Fruit Salad #4AB450
Tints of Fruit Salad #4AB450
RGB
CMYK
RGB Variations
Color information
#4AB450 (or 0x4AB450) is known color: Fruit Salad. HEX triplet: 4A, B4 and 50. RGB value is (74,180,80). Sum of RGB (Red+Green+Blue) = 74+180+80=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB450 is #B54BAF. Grayscale: #898989. Windows color (decimal): -11881392 or 5289034. OLE color: 5289034.
HSL color Cylindrical-coordinate representation of color #4AB450: hue angle of 123.4º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB450 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 180 | 80 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.29 |
| HSL | 123.4º | 0.42% | 0.5% | - |
| HSV(B) | 123.4º | 0.59% | 0.71% | - |
| XYZ | 20.59 | 34.68 | 13.2 | - |
| YUV | 136.91 | 95.88 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 80 | 0.59 | 0 | 0.56 | 0.29 | 123.4 | 0.42 | 0.5 |
| Hex | 4A | B4 | 50 | 3B | 0 | 38 | 1D | 7B | 2A | 32 |
| Octal | 112 | 264 | 120 | 73 | 0 | 70 | 35 | 173 | 52 | 62 |
| Binary | 1001010 | 10110100 | 1010000 | 111011 | 0 | 111000 | 11101 | 1111011 | 101010 | 110010 |
Color Harmonies of #4AB450
Complementary color
Monochromatic Colors of #4AB450
Black with #4AB450
Text Example
Text Example
White with #4AB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB450; }
p { color: rgb(74,180,80); }
H1.HeaderClassName
{
color: #4AB450;
}
.AnyTagClassName
{
color: #4AB450;
}
</style>
background-color css
<style>
a { background-color: #4AB450; }
a { background-color: rgb(74,180,80); }
div.DivClassName
{
background-color: #4AB450;
}
.BgClassName
{
background-color: #4AB450;
}
</style>
border-color css
<style>
span { border-color: #4AB450; }
span { border-color: rgb(74,180,80); }
td.TdClassName
{
border-color: #4AB450;
}
.TagClassName
{
border-color: #4AB450;
}
</style>