Shades of Fruit Salad #4AB744
Tints of Fruit Salad #4AB744
RGB
CMYK
RGB Variations
Color information
#4AB744 (or 0x4AB744) is known color: Fruit Salad. HEX triplet: 4A, B7 and 44. RGB value is (74,183,68). Sum of RGB (Red+Green+Blue) = 74+183+68=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB744 is #B548BB. Grayscale: #898989. Windows color (decimal): -11880636 or 4503370. OLE color: 4503370.
HSL color Cylindrical-coordinate representation of color #4AB744: hue angle of 116.87º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AB744 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 183 | 68 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.28 |
| HSL | 116.87º | 0.46% | 0.49% | - |
| HSV(B) | 116.87º | 0.63% | 0.72% | - |
| XYZ | 20.8 | 35.74 | 11.27 | - |
| YUV | 137.3 | 88.89 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 68 | 0.60 | 0 | 0.63 | 0.28 | 116.87 | 0.46 | 0.49 |
| Hex | 4A | B7 | 44 | 3C | 0 | 3F | 1C | 75 | 2E | 31 |
| Octal | 112 | 267 | 104 | 74 | 0 | 77 | 34 | 165 | 56 | 61 |
| Binary | 1001010 | 10110111 | 1000100 | 111100 | 0 | 111111 | 11100 | 1110101 | 101110 | 110001 |
Color Harmonies of #4AB744
Complementary color
Monochromatic Colors of #4AB744
Black with #4AB744
Text Example
Text Example
White with #4AB744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB744; }
p { color: rgb(74,183,68); }
H1.HeaderClassName
{
color: #4AB744;
}
.AnyTagClassName
{
color: #4AB744;
}
</style>
background-color css
<style>
a { background-color: #4AB744; }
a { background-color: rgb(74,183,68); }
div.DivClassName
{
background-color: #4AB744;
}
.BgClassName
{
background-color: #4AB744;
}
</style>
border-color css
<style>
span { border-color: #4AB744; }
span { border-color: rgb(74,183,68); }
td.TdClassName
{
border-color: #4AB744;
}
.TagClassName
{
border-color: #4AB744;
}
</style>