Shades of Fruit Salad #4AB95D
Tints of Fruit Salad #4AB95D
RGB
CMYK
RGB Variations
Color information
#4AB95D (or 0x4AB95D) is known color: Fruit Salad. HEX triplet: 4A, B9 and 5D. RGB value is (74,185,93). Sum of RGB (Red+Green+Blue) = 74+185+93=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB95D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB95D is #B546A2. Grayscale: #8D8D8D. Windows color (decimal): -11880099 or 6142282. OLE color: 6142282.
HSL color Cylindrical-coordinate representation of color #4AB95D: hue angle of 130.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB95D is Cyan = 0.6, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 185 | 93 | - |
| CMYK | 0.6 | 0 | 0.50 | 0.27 |
| HSL | 130.27º | 0.44% | 0.51% | - |
| HSV(B) | 130.27º | 0.6% | 0.73% | - |
| XYZ | 22.15 | 36.94 | 16.32 | - |
| YUV | 141.32 | 100.73 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 185 | 93 | 0.6 | 0 | 0.50 | 0.27 | 130.27 | 0.44 | 0.51 |
| Hex | 4A | B9 | 5D | 3C | 0 | 32 | 1B | 82 | 2C | 33 |
| Octal | 112 | 271 | 135 | 74 | 0 | 62 | 33 | 202 | 54 | 63 |
| Binary | 1001010 | 10111001 | 1011101 | 111100 | 0 | 110010 | 11011 | 10000010 | 101100 | 110011 |
Color Harmonies of #4AB95D
Complementary color
Monochromatic Colors of #4AB95D
Black with #4AB95D
Text Example
Text Example
White with #4AB95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB95D; }
p { color: rgb(74,185,93); }
H1.HeaderClassName
{
color: #4AB95D;
}
.AnyTagClassName
{
color: #4AB95D;
}
</style>
background-color css
<style>
a { background-color: #4AB95D; }
a { background-color: rgb(74,185,93); }
div.DivClassName
{
background-color: #4AB95D;
}
.BgClassName
{
background-color: #4AB95D;
}
</style>
border-color css
<style>
span { border-color: #4AB95D; }
span { border-color: rgb(74,185,93); }
td.TdClassName
{
border-color: #4AB95D;
}
.TagClassName
{
border-color: #4AB95D;
}
</style>