Shades of Fruit Salad #4AB53B
Tints of Fruit Salad #4AB53B
RGB
CMYK
RGB Variations
Color information
#4AB53B (or 0x4AB53B) is known color: Fruit Salad. HEX triplet: 4A, B5 and 3B. RGB value is (74,181,59). Sum of RGB (Red+Green+Blue) = 74+181+59=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB53B is #B54AC4. Grayscale: #878787. Windows color (decimal): -11881157 or 3913034. OLE color: 3913034.
HSL color Cylindrical-coordinate representation of color #4AB53B: hue angle of 112.62º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AB53B is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 181 | 59 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.29 |
| HSL | 112.62º | 0.51% | 0.47% | - |
| HSV(B) | 112.62º | 0.67% | 0.71% | - |
| XYZ | 20.14 | 34.82 | 9.8 | - |
| YUV | 135.1 | 85.05 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 59 | 0.59 | 0 | 0.67 | 0.29 | 112.62 | 0.51 | 0.47 |
| Hex | 4A | B5 | 3B | 3B | 0 | 43 | 1D | 71 | 33 | 2F |
| Octal | 112 | 265 | 73 | 73 | 0 | 103 | 35 | 161 | 63 | 57 |
| Binary | 1001010 | 10110101 | 111011 | 111011 | 0 | 1000011 | 11101 | 1110001 | 110011 | 101111 |
Color Harmonies of #4AB53B
Complementary color
Monochromatic Colors of #4AB53B
Black with #4AB53B
Text Example
Text Example
White with #4AB53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB53B; }
p { color: rgb(74,181,59); }
H1.HeaderClassName
{
color: #4AB53B;
}
.AnyTagClassName
{
color: #4AB53B;
}
</style>
background-color css
<style>
a { background-color: #4AB53B; }
a { background-color: rgb(74,181,59); }
div.DivClassName
{
background-color: #4AB53B;
}
.BgClassName
{
background-color: #4AB53B;
}
</style>
border-color css
<style>
span { border-color: #4AB53B; }
span { border-color: rgb(74,181,59); }
td.TdClassName
{
border-color: #4AB53B;
}
.TagClassName
{
border-color: #4AB53B;
}
</style>