Shades of Fruit Salad #4AB13E
Tints of Fruit Salad #4AB13E
RGB
CMYK
RGB Variations
Color information
#4AB13E (or 0x4AB13E) is known color: Fruit Salad. HEX triplet: 4A, B1 and 3E. RGB value is (74,177,62). Sum of RGB (Red+Green+Blue) = 74+177+62=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB13E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB13E is #B54EC1. Grayscale: #858585. Windows color (decimal): -11882178 or 4108618. OLE color: 4108618.
HSL color Cylindrical-coordinate representation of color #4AB13E: hue angle of 113.74º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AB13E is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 177 | 62 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.31 |
| HSL | 113.74º | 0.48% | 0.47% | - |
| HSV(B) | 113.74º | 0.65% | 0.69% | - |
| XYZ | 19.42 | 33.25 | 9.95 | - |
| YUV | 133.09 | 87.88 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 177 | 62 | 0.58 | 0 | 0.65 | 0.31 | 113.74 | 0.48 | 0.47 |
| Hex | 4A | B1 | 3E | 3A | 0 | 41 | 1F | 72 | 30 | 2F |
| Octal | 112 | 261 | 76 | 72 | 0 | 101 | 37 | 162 | 60 | 57 |
| Binary | 1001010 | 10110001 | 111110 | 111010 | 0 | 1000001 | 11111 | 1110010 | 110000 | 101111 |
Color Harmonies of #4AB13E
Complementary color
Monochromatic Colors of #4AB13E
Black with #4AB13E
Text Example
Text Example
White with #4AB13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB13E; }
p { color: rgb(74,177,62); }
H1.HeaderClassName
{
color: #4AB13E;
}
.AnyTagClassName
{
color: #4AB13E;
}
</style>
background-color css
<style>
a { background-color: #4AB13E; }
a { background-color: rgb(74,177,62); }
div.DivClassName
{
background-color: #4AB13E;
}
.BgClassName
{
background-color: #4AB13E;
}
</style>
border-color css
<style>
span { border-color: #4AB13E; }
span { border-color: rgb(74,177,62); }
td.TdClassName
{
border-color: #4AB13E;
}
.TagClassName
{
border-color: #4AB13E;
}
</style>