Shades of Fruit Salad #4AB03F
Tints of Fruit Salad #4AB03F
RGB
CMYK
RGB Variations
Color information
#4AB03F (or 0x4AB03F) is known color: Fruit Salad. HEX triplet: 4A, B0 and 3F. RGB value is (74,176,63). Sum of RGB (Red+Green+Blue) = 74+176+63=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB03F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB03F is #B54FC0. Grayscale: #848484. Windows color (decimal): -11882433 or 4173898. OLE color: 4173898.
HSL color Cylindrical-coordinate representation of color #4AB03F: hue angle of 114.16º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AB03F is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 176 | 63 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.31 |
| HSL | 114.16º | 0.47% | 0.47% | - |
| HSV(B) | 114.16º | 0.64% | 0.69% | - |
| XYZ | 19.25 | 32.87 | 10.03 | - |
| YUV | 132.62 | 88.71 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 63 | 0.58 | 0 | 0.64 | 0.31 | 114.16 | 0.47 | 0.47 |
| Hex | 4A | B0 | 3F | 3A | 0 | 40 | 1F | 72 | 2F | 2F |
| Octal | 112 | 260 | 77 | 72 | 0 | 100 | 37 | 162 | 57 | 57 |
| Binary | 1001010 | 10110000 | 111111 | 111010 | 0 | 1000000 | 11111 | 1110010 | 101111 | 101111 |
Color Harmonies of #4AB03F
Complementary color
Monochromatic Colors of #4AB03F
Black with #4AB03F
Text Example
Text Example
White with #4AB03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB03F; }
p { color: rgb(74,176,63); }
H1.HeaderClassName
{
color: #4AB03F;
}
.AnyTagClassName
{
color: #4AB03F;
}
</style>
background-color css
<style>
a { background-color: #4AB03F; }
a { background-color: rgb(74,176,63); }
div.DivClassName
{
background-color: #4AB03F;
}
.BgClassName
{
background-color: #4AB03F;
}
</style>
border-color css
<style>
span { border-color: #4AB03F; }
span { border-color: rgb(74,176,63); }
td.TdClassName
{
border-color: #4AB03F;
}
.TagClassName
{
border-color: #4AB03F;
}
</style>