Shades of Fruit Salad #4CA84E
Tints of Fruit Salad #4CA84E
RGB
CMYK
RGB Variations
Color information
#4CA84E (or 0x4CA84E) is known color: Fruit Salad. HEX triplet: 4C, A8 and 4E. RGB value is (76,168,78). Sum of RGB (Red+Green+Blue) = 76+168+78=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #4CA84E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA84E is #B357B1. Grayscale: #828282. Windows color (decimal): -11753394 or 5154892. OLE color: 5154892.
HSL color Cylindrical-coordinate representation of color #4CA84E: hue angle of 121.3º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA84E is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 76 | 168 | 78 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.34 |
| HSL | 121.3º | 0.38% | 0.48% | - |
| HSV(B) | 121.3º | 0.55% | 0.66% | - |
| XYZ | 18.36 | 30.09 | 12.05 | - |
| YUV | 130.23 | 98.52 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 168 | 78 | 0.55 | 0 | 0.54 | 0.34 | 121.3 | 0.38 | 0.48 |
| Hex | 4C | A8 | 4E | 37 | 0 | 36 | 22 | 79 | 26 | 30 |
| Octal | 114 | 250 | 116 | 67 | 0 | 66 | 42 | 171 | 46 | 60 |
| Binary | 1001100 | 10101000 | 1001110 | 110111 | 0 | 110110 | 100010 | 1111001 | 100110 | 110000 |
Color Harmonies of #4CA84E
Complementary color
Monochromatic Colors of #4CA84E
Black with #4CA84E
Text Example
Text Example
White with #4CA84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA84E; }
p { color: rgb(76,168,78); }
H1.HeaderClassName
{
color: #4CA84E;
}
.AnyTagClassName
{
color: #4CA84E;
}
</style>
background-color css
<style>
a { background-color: #4CA84E; }
a { background-color: rgb(76,168,78); }
div.DivClassName
{
background-color: #4CA84E;
}
.BgClassName
{
background-color: #4CA84E;
}
</style>
border-color css
<style>
span { border-color: #4CA84E; }
span { border-color: rgb(76,168,78); }
td.TdClassName
{
border-color: #4CA84E;
}
.TagClassName
{
border-color: #4CA84E;
}
</style>