Shades of Fruit Salad #4AC059
Tints of Fruit Salad #4AC059
RGB
CMYK
RGB Variations
Color information
#4AC059 (or 0x4AC059) is known color: Fruit Salad. HEX triplet: 4A, C0 and 59. RGB value is (74,192,89). Sum of RGB (Red+Green+Blue) = 74+192+89=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC059 is #B53FA6. Grayscale: #919191. Windows color (decimal): -11878311 or 5881930. OLE color: 5881930.
HSL color Cylindrical-coordinate representation of color #4AC059: hue angle of 127.63º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AC059 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 192 | 89 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.25 |
| HSL | 127.63º | 0.48% | 0.52% | - |
| HSV(B) | 127.63º | 0.61% | 0.75% | - |
| XYZ | 23.48 | 39.88 | 15.91 | - |
| YUV | 144.98 | 96.41 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 192 | 89 | 0.61 | 0 | 0.54 | 0.25 | 127.63 | 0.48 | 0.52 |
| Hex | 4A | C0 | 59 | 3D | 0 | 36 | 19 | 80 | 30 | 34 |
| Octal | 112 | 300 | 131 | 75 | 0 | 66 | 31 | 200 | 60 | 64 |
| Binary | 1001010 | 11000000 | 1011001 | 111101 | 0 | 110110 | 11001 | 10000000 | 110000 | 110100 |
Color Harmonies of #4AC059
Complementary color
Monochromatic Colors of #4AC059
Black with #4AC059
Text Example
Text Example
White with #4AC059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC059; }
p { color: rgb(74,192,89); }
H1.HeaderClassName
{
color: #4AC059;
}
.AnyTagClassName
{
color: #4AC059;
}
</style>
background-color css
<style>
a { background-color: #4AC059; }
a { background-color: rgb(74,192,89); }
div.DivClassName
{
background-color: #4AC059;
}
.BgClassName
{
background-color: #4AC059;
}
</style>
border-color css
<style>
span { border-color: #4AC059; }
span { border-color: rgb(74,192,89); }
td.TdClassName
{
border-color: #4AC059;
}
.TagClassName
{
border-color: #4AC059;
}
</style>