Shades of Fruit Salad #4C954E
Tints of Fruit Salad #4C954E
RGB
CMYK
RGB Variations
Color information
#4C954E (or 0x4C954E) is known color: Fruit Salad. HEX triplet: 4C, 95 and 4E. RGB value is (76,149,78). Sum of RGB (Red+Green+Blue) = 76+149+78=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #4C954E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C954E is #B36AB1. Grayscale: #777777. Windows color (decimal): -11758258 or 5150028. OLE color: 5150028.
HSL color Cylindrical-coordinate representation of color #4C954E: hue angle of 121.64º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C954E is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 149 | 78 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.42 |
| HSL | 121.64º | 0.32% | 0.44% | - |
| HSV(B) | 121.64º | 0.49% | 0.58% | - |
| XYZ | 15.1 | 23.58 | 10.96 | - |
| YUV | 119.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 149 | 78 | 0.49 | 0 | 0.48 | 0.42 | 121.64 | 0.32 | 0.44 |
| Hex | 4C | 95 | 4E | 31 | 0 | 30 | 2A | 7A | 20 | 2C |
| Octal | 114 | 225 | 116 | 61 | 0 | 60 | 52 | 172 | 40 | 54 |
| Binary | 1001100 | 10010101 | 1001110 | 110001 | 0 | 110000 | 101010 | 1111010 | 100000 | 101100 |
Color Harmonies of #4C954E
Complementary color
Monochromatic Colors of #4C954E
Black with #4C954E
Text Example
Text Example
White with #4C954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C954E; }
p { color: rgb(76,149,78); }
H1.HeaderClassName
{
color: #4C954E;
}
.AnyTagClassName
{
color: #4C954E;
}
</style>
background-color css
<style>
a { background-color: #4C954E; }
a { background-color: rgb(76,149,78); }
div.DivClassName
{
background-color: #4C954E;
}
.BgClassName
{
background-color: #4C954E;
}
</style>
border-color css
<style>
span { border-color: #4C954E; }
span { border-color: rgb(76,149,78); }
td.TdClassName
{
border-color: #4C954E;
}
.TagClassName
{
border-color: #4C954E;
}
</style>