Shades of Fruit Salad #4AB85A
Tints of Fruit Salad #4AB85A
RGB
CMYK
RGB Variations
Color information
#4AB85A (or 0x4AB85A) is known color: Fruit Salad. HEX triplet: 4A, B8 and 5A. RGB value is (74,184,90). Sum of RGB (Red+Green+Blue) = 74+184+90=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #4AB85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB85A is #B547A5. Grayscale: #8C8C8C. Windows color (decimal): -11880358 or 5945418. OLE color: 5945418.
HSL color Cylindrical-coordinate representation of color #4AB85A: hue angle of 128.73º 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 #4AB85A is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 184 | 90 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.28 |
| HSL | 128.73º | 0.44% | 0.51% | - |
| HSV(B) | 128.73º | 0.6% | 0.72% | - |
| XYZ | 21.81 | 36.48 | 15.56 | - |
| YUV | 140.39 | 99.56 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 184 | 90 | 0.60 | 0 | 0.51 | 0.28 | 128.73 | 0.44 | 0.51 |
| Hex | 4A | B8 | 5A | 3C | 0 | 33 | 1C | 81 | 2C | 33 |
| Octal | 112 | 270 | 132 | 74 | 0 | 63 | 34 | 201 | 54 | 63 |
| Binary | 1001010 | 10111000 | 1011010 | 111100 | 0 | 110011 | 11100 | 10000001 | 101100 | 110011 |
Color Harmonies of #4AB85A
Complementary color
Monochromatic Colors of #4AB85A
Black with #4AB85A
Text Example
Text Example
White with #4AB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB85A; }
p { color: rgb(74,184,90); }
H1.HeaderClassName
{
color: #4AB85A;
}
.AnyTagClassName
{
color: #4AB85A;
}
</style>
background-color css
<style>
a { background-color: #4AB85A; }
a { background-color: rgb(74,184,90); }
div.DivClassName
{
background-color: #4AB85A;
}
.BgClassName
{
background-color: #4AB85A;
}
</style>
border-color css
<style>
span { border-color: #4AB85A; }
span { border-color: rgb(74,184,90); }
td.TdClassName
{
border-color: #4AB85A;
}
.TagClassName
{
border-color: #4AB85A;
}
</style>