Shades of Fruit Salad #4AB74D
Tints of Fruit Salad #4AB74D
RGB
CMYK
RGB Variations
Color information
#4AB74D (or 0x4AB74D) is known color: Fruit Salad. HEX triplet: 4A, B7 and 4D. RGB value is (74,183,77). Sum of RGB (Red+Green+Blue) = 74+183+77=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB74D is #B548B2. Grayscale: #8A8A8A. Windows color (decimal): -11880627 or 5093194. OLE color: 5093194.
HSL color Cylindrical-coordinate representation of color #4AB74D: hue angle of 121.65º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB74D is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 77 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.28 |
| HSL | 121.65º | 0.43% | 0.5% | - |
| HSV(B) | 121.65º | 0.6% | 0.72% | - |
| XYZ | 21.1 | 35.86 | 12.83 | - |
| YUV | 138.33 | 93.39 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 77 | 0.60 | 0 | 0.58 | 0.28 | 121.65 | 0.43 | 0.5 |
| Hex | 4A | B7 | 4D | 3C | 0 | 3A | 1C | 7A | 2B | 32 |
| Octal | 112 | 267 | 115 | 74 | 0 | 72 | 34 | 172 | 53 | 62 |
| Binary | 1001010 | 10110111 | 1001101 | 111100 | 0 | 111010 | 11100 | 1111010 | 101011 | 110010 |
Color Harmonies of #4AB74D
Complementary color
Monochromatic Colors of #4AB74D
Black with #4AB74D
Text Example
Text Example
White with #4AB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB74D; }
p { color: rgb(74,183,77); }
H1.HeaderClassName
{
color: #4AB74D;
}
.AnyTagClassName
{
color: #4AB74D;
}
</style>
background-color css
<style>
a { background-color: #4AB74D; }
a { background-color: rgb(74,183,77); }
div.DivClassName
{
background-color: #4AB74D;
}
.BgClassName
{
background-color: #4AB74D;
}
</style>
border-color css
<style>
span { border-color: #4AB74D; }
span { border-color: rgb(74,183,77); }
td.TdClassName
{
border-color: #4AB74D;
}
.TagClassName
{
border-color: #4AB74D;
}
</style>