Shades of Fruit Salad #4CA54C
Tints of Fruit Salad #4CA54C
RGB
CMYK
RGB Variations
Color information
#4CA54C (or 0x4CA54C) is known color: Fruit Salad. HEX triplet: 4C, A5 and 4C. RGB value is (76,165,76). Sum of RGB (Red+Green+Blue) = 76+165+76=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA54C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA54C is #B35AB3. Grayscale: #808080. Windows color (decimal): -11754164 or 5023052. OLE color: 5023052.
HSL color Cylindrical-coordinate representation of color #4CA54C: hue angle of 120º 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 #4CA54C is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 76 | 165 | 76 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.35 |
| HSL | 120º | 0.37% | 0.47% | - |
| HSV(B) | 120º | 0.54% | 0.65% | - |
| XYZ | 17.74 | 28.97 | 11.49 | - |
| YUV | 128.24 | 98.51 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 165 | 76 | 0.54 | 0 | 0.54 | 0.35 | 120 | 0.37 | 0.47 |
| Hex | 4C | A5 | 4C | 36 | 0 | 36 | 23 | 78 | 25 | 2F |
| Octal | 114 | 245 | 114 | 66 | 0 | 66 | 43 | 170 | 45 | 57 |
| Binary | 1001100 | 10100101 | 1001100 | 110110 | 0 | 110110 | 100011 | 1111000 | 100101 | 101111 |
Color Harmonies of #4CA54C
Complementary color
Monochromatic Colors of #4CA54C
Black with #4CA54C
Text Example
Text Example
White with #4CA54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA54C; }
p { color: rgb(76,165,76); }
H1.HeaderClassName
{
color: #4CA54C;
}
.AnyTagClassName
{
color: #4CA54C;
}
</style>
background-color css
<style>
a { background-color: #4CA54C; }
a { background-color: rgb(76,165,76); }
div.DivClassName
{
background-color: #4CA54C;
}
.BgClassName
{
background-color: #4CA54C;
}
</style>
border-color css
<style>
span { border-color: #4CA54C; }
span { border-color: rgb(76,165,76); }
td.TdClassName
{
border-color: #4CA54C;
}
.TagClassName
{
border-color: #4CA54C;
}
</style>