Shades of Fruit Salad #4AB13F
Tints of Fruit Salad #4AB13F
RGB
CMYK
RGB Variations
Color information
#4AB13F (or 0x4AB13F) is known color: Fruit Salad. HEX triplet: 4A, B1 and 3F. RGB value is (74,177,63). Sum of RGB (Red+Green+Blue) = 74+177+63=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB13F is #B54EC0. Grayscale: #858585. Windows color (decimal): -11882177 or 4174154. OLE color: 4174154.
HSL color Cylindrical-coordinate representation of color #4AB13F: hue angle of 114.21º 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 #4AB13F is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 177 | 63 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.31 |
| HSL | 114.21º | 0.48% | 0.47% | - |
| HSV(B) | 114.21º | 0.64% | 0.69% | - |
| XYZ | 19.44 | 33.26 | 10.1 | - |
| YUV | 133.21 | 88.38 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 177 | 63 | 0.58 | 0 | 0.64 | 0.31 | 114.21 | 0.48 | 0.47 |
| Hex | 4A | B1 | 3F | 3A | 0 | 40 | 1F | 72 | 30 | 2F |
| Octal | 112 | 261 | 77 | 72 | 0 | 100 | 37 | 162 | 60 | 57 |
| Binary | 1001010 | 10110001 | 111111 | 111010 | 0 | 1000000 | 11111 | 1110010 | 110000 | 101111 |
Color Harmonies of #4AB13F
Complementary color
Monochromatic Colors of #4AB13F
Black with #4AB13F
Text Example
Text Example
White with #4AB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB13F; }
p { color: rgb(74,177,63); }
H1.HeaderClassName
{
color: #4AB13F;
}
.AnyTagClassName
{
color: #4AB13F;
}
</style>
background-color css
<style>
a { background-color: #4AB13F; }
a { background-color: rgb(74,177,63); }
div.DivClassName
{
background-color: #4AB13F;
}
.BgClassName
{
background-color: #4AB13F;
}
</style>
border-color css
<style>
span { border-color: #4AB13F; }
span { border-color: rgb(74,177,63); }
td.TdClassName
{
border-color: #4AB13F;
}
.TagClassName
{
border-color: #4AB13F;
}
</style>