Shades of Fruit Salad #4AB04D
Tints of Fruit Salad #4AB04D
RGB
CMYK
RGB Variations
Color information
#4AB04D (or 0x4AB04D) is known color: Fruit Salad. HEX triplet: 4A, B0 and 4D. RGB value is (74,176,77). Sum of RGB (Red+Green+Blue) = 74+176+77=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 176 (69.14% from 255 or 53.82% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB04D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB04D is #B54FB2. Grayscale: #868686. Windows color (decimal): -11882419 or 5091402. OLE color: 5091402.
HSL color Cylindrical-coordinate representation of color #4AB04D: hue angle of 121.76º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB04D is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 176 | 77 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.31 |
| HSL | 121.76º | 0.41% | 0.49% | - |
| HSV(B) | 121.76º | 0.58% | 0.69% | - |
| XYZ | 19.69 | 33.04 | 12.36 | - |
| YUV | 134.22 | 95.71 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 77 | 0.58 | 0 | 0.56 | 0.31 | 121.76 | 0.41 | 0.49 |
| Hex | 4A | B0 | 4D | 3A | 0 | 38 | 1F | 7A | 29 | 31 |
| Octal | 112 | 260 | 115 | 72 | 0 | 70 | 37 | 172 | 51 | 61 |
| Binary | 1001010 | 10110000 | 1001101 | 111010 | 0 | 111000 | 11111 | 1111010 | 101001 | 110001 |
Color Harmonies of #4AB04D
Complementary color
Monochromatic Colors of #4AB04D
Black with #4AB04D
Text Example
Text Example
White with #4AB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB04D; }
p { color: rgb(74,176,77); }
H1.HeaderClassName
{
color: #4AB04D;
}
.AnyTagClassName
{
color: #4AB04D;
}
</style>
background-color css
<style>
a { background-color: #4AB04D; }
a { background-color: rgb(74,176,77); }
div.DivClassName
{
background-color: #4AB04D;
}
.BgClassName
{
background-color: #4AB04D;
}
</style>
border-color css
<style>
span { border-color: #4AB04D; }
span { border-color: rgb(74,176,77); }
td.TdClassName
{
border-color: #4AB04D;
}
.TagClassName
{
border-color: #4AB04D;
}
</style>