Shades of Fruit Salad #4AB85B
Tints of Fruit Salad #4AB85B
RGB
CMYK
RGB Variations
Color information
#4AB85B (or 0x4AB85B) is known color: Fruit Salad. HEX triplet: 4A, B8 and 5B. RGB value is (74,184,91). Sum of RGB (Red+Green+Blue) = 74+184+91=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB85B is #B547A4. Grayscale: #8C8C8C. Windows color (decimal): -11880357 or 6010954. OLE color: 6010954.
HSL color Cylindrical-coordinate representation of color #4AB85B: hue angle of 129.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB85B is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 91 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.28 |
| HSL | 129.27º | 0.44% | 0.51% | - |
| HSV(B) | 129.27º | 0.6% | 0.72% | - |
| XYZ | 21.85 | 36.49 | 15.79 | - |
| YUV | 140.51 | 100.06 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 91 | 0.60 | 0 | 0.51 | 0.28 | 129.27 | 0.44 | 0.51 |
| Hex | 4A | B8 | 5B | 3C | 0 | 33 | 1C | 81 | 2C | 33 |
| Octal | 112 | 270 | 133 | 74 | 0 | 63 | 34 | 201 | 54 | 63 |
| Binary | 1001010 | 10111000 | 1011011 | 111100 | 0 | 110011 | 11100 | 10000001 | 101100 | 110011 |
Color Harmonies of #4AB85B
Complementary color
Monochromatic Colors of #4AB85B
Black with #4AB85B
Text Example
Text Example
White with #4AB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB85B; }
p { color: rgb(74,184,91); }
H1.HeaderClassName
{
color: #4AB85B;
}
.AnyTagClassName
{
color: #4AB85B;
}
</style>
background-color css
<style>
a { background-color: #4AB85B; }
a { background-color: rgb(74,184,91); }
div.DivClassName
{
background-color: #4AB85B;
}
.BgClassName
{
background-color: #4AB85B;
}
</style>
border-color css
<style>
span { border-color: #4AB85B; }
span { border-color: rgb(74,184,91); }
td.TdClassName
{
border-color: #4AB85B;
}
.TagClassName
{
border-color: #4AB85B;
}
</style>