Shades of Fruit Salad #4CA64E
Tints of Fruit Salad #4CA64E
RGB
CMYK
RGB Variations
Color information
#4CA64E (or 0x4CA64E) is known color: Fruit Salad. HEX triplet: 4C, A6 and 4E. RGB value is (76,166,78). Sum of RGB (Red+Green+Blue) = 76+166+78=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #4CA64E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA64E is #B359B1. Grayscale: #818181. Windows color (decimal): -11753906 or 5154380. OLE color: 5154380.
HSL color Cylindrical-coordinate representation of color #4CA64E: hue angle of 121.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA64E is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 76 | 166 | 78 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.35 |
| HSL | 121.33º | 0.37% | 0.47% | - |
| HSV(B) | 121.33º | 0.54% | 0.65% | - |
| XYZ | 17.99 | 29.36 | 11.93 | - |
| YUV | 129.06 | 99.18 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 166 | 78 | 0.54 | 0 | 0.53 | 0.35 | 121.33 | 0.37 | 0.47 |
| Hex | 4C | A6 | 4E | 36 | 0 | 35 | 23 | 79 | 25 | 2F |
| Octal | 114 | 246 | 116 | 66 | 0 | 65 | 43 | 171 | 45 | 57 |
| Binary | 1001100 | 10100110 | 1001110 | 110110 | 0 | 110101 | 100011 | 1111001 | 100101 | 101111 |
Color Harmonies of #4CA64E
Complementary color
Monochromatic Colors of #4CA64E
Black with #4CA64E
Text Example
Text Example
White with #4CA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA64E; }
p { color: rgb(76,166,78); }
H1.HeaderClassName
{
color: #4CA64E;
}
.AnyTagClassName
{
color: #4CA64E;
}
</style>
background-color css
<style>
a { background-color: #4CA64E; }
a { background-color: rgb(76,166,78); }
div.DivClassName
{
background-color: #4CA64E;
}
.BgClassName
{
background-color: #4CA64E;
}
</style>
border-color css
<style>
span { border-color: #4CA64E; }
span { border-color: rgb(76,166,78); }
td.TdClassName
{
border-color: #4CA64E;
}
.TagClassName
{
border-color: #4CA64E;
}
</style>