Shades of Fruit Salad #4AC54F
Tints of Fruit Salad #4AC54F
RGB
CMYK
RGB Variations
Color information
#4AC54F (or 0x4AC54F) is known color: Fruit Salad. HEX triplet: 4A, C5 and 4F. RGB value is (74,197,79). Sum of RGB (Red+Green+Blue) = 74+197+79=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 197 (77.34% from 255 or 56.29% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC54F is #B53AB0. Grayscale: #939393. Windows color (decimal): -11877041 or 5227850. OLE color: 5227850.
HSL color Cylindrical-coordinate representation of color #4AC54F: hue angle of 122.44º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC54F is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 79 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.23 |
| HSL | 122.44º | 0.51% | 0.53% | - |
| HSV(B) | 122.44º | 0.62% | 0.77% | - |
| XYZ | 24.2 | 41.95 | 14.22 | - |
| YUV | 146.77 | 89.75 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 79 | 0.62 | 0 | 0.60 | 0.23 | 122.44 | 0.51 | 0.53 |
| Hex | 4A | C5 | 4F | 3E | 0 | 3C | 17 | 7A | 33 | 35 |
| Octal | 112 | 305 | 117 | 76 | 0 | 74 | 27 | 172 | 63 | 65 |
| Binary | 1001010 | 11000101 | 1001111 | 111110 | 0 | 111100 | 10111 | 1111010 | 110011 | 110101 |
Color Harmonies of #4AC54F
Complementary color
Monochromatic Colors of #4AC54F
Black with #4AC54F
Text Example
Text Example
White with #4AC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC54F; }
p { color: rgb(74,197,79); }
H1.HeaderClassName
{
color: #4AC54F;
}
.AnyTagClassName
{
color: #4AC54F;
}
</style>
background-color css
<style>
a { background-color: #4AC54F; }
a { background-color: rgb(74,197,79); }
div.DivClassName
{
background-color: #4AC54F;
}
.BgClassName
{
background-color: #4AC54F;
}
</style>
border-color css
<style>
span { border-color: #4AC54F; }
span { border-color: rgb(74,197,79); }
td.TdClassName
{
border-color: #4AC54F;
}
.TagClassName
{
border-color: #4AC54F;
}
</style>