Shades of Fruit Salad #4AB640
Tints of Fruit Salad #4AB640
RGB
CMYK
RGB Variations
Color information
#4AB640 (or 0x4AB640) is known color: Fruit Salad. HEX triplet: 4A, B6 and 40. RGB value is (74,182,64). Sum of RGB (Red+Green+Blue) = 74+182+64=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 182 (71.48% from 255 or 56.88% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB640 is #B549BF. Grayscale: #888888. Windows color (decimal): -11880896 or 4240970. OLE color: 4240970.
HSL color Cylindrical-coordinate representation of color #4AB640: hue angle of 114.92º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AB640 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 64 | - |
| CMYK | 0.59 | 0 | 0.65 | 0.29 |
| HSL | 114.92º | 0.48% | 0.48% | - |
| HSV(B) | 114.92º | 0.65% | 0.71% | - |
| XYZ | 20.48 | 35.28 | 10.58 | - |
| YUV | 136.26 | 87.22 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 64 | 0.59 | 0 | 0.65 | 0.29 | 114.92 | 0.48 | 0.48 |
| Hex | 4A | B6 | 40 | 3B | 0 | 41 | 1D | 73 | 30 | 30 |
| Octal | 112 | 266 | 100 | 73 | 0 | 101 | 35 | 163 | 60 | 60 |
| Binary | 1001010 | 10110110 | 1000000 | 111011 | 0 | 1000001 | 11101 | 1110011 | 110000 | 110000 |
Color Harmonies of #4AB640
Complementary color
Monochromatic Colors of #4AB640
Black with #4AB640
Text Example
Text Example
White with #4AB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB640; }
p { color: rgb(74,182,64); }
H1.HeaderClassName
{
color: #4AB640;
}
.AnyTagClassName
{
color: #4AB640;
}
</style>
background-color css
<style>
a { background-color: #4AB640; }
a { background-color: rgb(74,182,64); }
div.DivClassName
{
background-color: #4AB640;
}
.BgClassName
{
background-color: #4AB640;
}
</style>
border-color css
<style>
span { border-color: #4AB640; }
span { border-color: rgb(74,182,64); }
td.TdClassName
{
border-color: #4AB640;
}
.TagClassName
{
border-color: #4AB640;
}
</style>