Shades of Fruit Salad #4AB13B
Tints of Fruit Salad #4AB13B
RGB
CMYK
RGB Variations
Color information
#4AB13B (or 0x4AB13B) is known color: Fruit Salad. HEX triplet: 4A, B1 and 3B. RGB value is (74,177,59). Sum of RGB (Red+Green+Blue) = 74+177+59=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB13B is #B54EC4. Grayscale: #858585. Windows color (decimal): -11882181 or 3912010. OLE color: 3912010.
HSL color Cylindrical-coordinate representation of color #4AB13B: hue angle of 112.37º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AB13B is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 177 | 59 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.31 |
| HSL | 112.37º | 0.5% | 0.46% | - |
| HSV(B) | 112.37º | 0.67% | 0.69% | - |
| XYZ | 19.34 | 33.22 | 9.53 | - |
| YUV | 132.75 | 86.38 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 177 | 59 | 0.58 | 0 | 0.67 | 0.31 | 112.37 | 0.5 | 0.46 |
| Hex | 4A | B1 | 3B | 3A | 0 | 43 | 1F | 70 | 32 | 2E |
| Octal | 112 | 261 | 73 | 72 | 0 | 103 | 37 | 160 | 62 | 56 |
| Binary | 1001010 | 10110001 | 111011 | 111010 | 0 | 1000011 | 11111 | 1110000 | 110010 | 101110 |
Color Harmonies of #4AB13B
Complementary color
Monochromatic Colors of #4AB13B
Black with #4AB13B
Text Example
Text Example
White with #4AB13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB13B; }
p { color: rgb(74,177,59); }
H1.HeaderClassName
{
color: #4AB13B;
}
.AnyTagClassName
{
color: #4AB13B;
}
</style>
background-color css
<style>
a { background-color: #4AB13B; }
a { background-color: rgb(74,177,59); }
div.DivClassName
{
background-color: #4AB13B;
}
.BgClassName
{
background-color: #4AB13B;
}
</style>
border-color css
<style>
span { border-color: #4AB13B; }
span { border-color: rgb(74,177,59); }
td.TdClassName
{
border-color: #4AB13B;
}
.TagClassName
{
border-color: #4AB13B;
}
</style>