Shades of Fruit Salad #4AB04F
Tints of Fruit Salad #4AB04F
RGB
CMYK
RGB Variations
Color information
#4AB04F (or 0x4AB04F) is known color: Fruit Salad. HEX triplet: 4A, B0 and 4F. RGB value is (74,176,79). Sum of RGB (Red+Green+Blue) = 74+176+79=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB04F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB04F is #B54FB0. Grayscale: #868686. Windows color (decimal): -11882417 or 5222474. OLE color: 5222474.
HSL color Cylindrical-coordinate representation of color #4AB04F: hue angle of 122.94º 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 #4AB04F is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 176 | 79 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.31 |
| HSL | 122.94º | 0.41% | 0.49% | - |
| HSV(B) | 122.94º | 0.58% | 0.69% | - |
| XYZ | 19.76 | 33.07 | 12.74 | - |
| YUV | 134.44 | 96.71 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 79 | 0.58 | 0 | 0.55 | 0.31 | 122.94 | 0.41 | 0.49 |
| Hex | 4A | B0 | 4F | 3A | 0 | 37 | 1F | 7B | 29 | 31 |
| Octal | 112 | 260 | 117 | 72 | 0 | 67 | 37 | 173 | 51 | 61 |
| Binary | 1001010 | 10110000 | 1001111 | 111010 | 0 | 110111 | 11111 | 1111011 | 101001 | 110001 |
Color Harmonies of #4AB04F
Complementary color
Monochromatic Colors of #4AB04F
Black with #4AB04F
Text Example
Text Example
White with #4AB04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB04F; }
p { color: rgb(74,176,79); }
H1.HeaderClassName
{
color: #4AB04F;
}
.AnyTagClassName
{
color: #4AB04F;
}
</style>
background-color css
<style>
a { background-color: #4AB04F; }
a { background-color: rgb(74,176,79); }
div.DivClassName
{
background-color: #4AB04F;
}
.BgClassName
{
background-color: #4AB04F;
}
</style>
border-color css
<style>
span { border-color: #4AB04F; }
span { border-color: rgb(74,176,79); }
td.TdClassName
{
border-color: #4AB04F;
}
.TagClassName
{
border-color: #4AB04F;
}
</style>