Shades of Fruit Salad #4CC456
Tints of Fruit Salad #4CC456
RGB
CMYK
RGB Variations
Color information
#4CC456 (or 0x4CC456) is known color: Fruit Salad. HEX triplet: 4C, C4 and 56. RGB value is (76,196,86). Sum of RGB (Red+Green+Blue) = 76+196+86=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 196 (76.95% from 255 or 54.75% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC456 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC456 is #B33BA9. Grayscale: #939393. Windows color (decimal): -11746218 or 5686348. OLE color: 5686348.
HSL color Cylindrical-coordinate representation of color #4CC456: hue angle of 125º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC456 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 86 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.23 |
| HSL | 125º | 0.5% | 0.53% | - |
| HSV(B) | 125º | 0.61% | 0.77% | - |
| XYZ | 24.4 | 41.69 | 15.56 | - |
| YUV | 147.58 | 93.24 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 86 | 0.61 | 0 | 0.56 | 0.23 | 125 | 0.5 | 0.53 |
| Hex | 4C | C4 | 56 | 3D | 0 | 38 | 17 | 7D | 32 | 35 |
| Octal | 114 | 304 | 126 | 75 | 0 | 70 | 27 | 175 | 62 | 65 |
| Binary | 1001100 | 11000100 | 1010110 | 111101 | 0 | 111000 | 10111 | 1111101 | 110010 | 110101 |
Color Harmonies of #4CC456
Complementary color
Monochromatic Colors of #4CC456
Black with #4CC456
Text Example
Text Example
White with #4CC456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC456; }
p { color: rgb(76,196,86); }
H1.HeaderClassName
{
color: #4CC456;
}
.AnyTagClassName
{
color: #4CC456;
}
</style>
background-color css
<style>
a { background-color: #4CC456; }
a { background-color: rgb(76,196,86); }
div.DivClassName
{
background-color: #4CC456;
}
.BgClassName
{
background-color: #4CC456;
}
</style>
border-color css
<style>
span { border-color: #4CC456; }
span { border-color: rgb(76,196,86); }
td.TdClassName
{
border-color: #4CC456;
}
.TagClassName
{
border-color: #4CC456;
}
</style>