Shades of Fruit Salad #4CC04F
Tints of Fruit Salad #4CC04F
RGB
CMYK
RGB Variations
Color information
#4CC04F (or 0x4CC04F) is known color: Fruit Salad. HEX triplet: 4C, C0 and 4F. RGB value is (76,192,79). Sum of RGB (Red+Green+Blue) = 76+192+79=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC04F is #B33FB0. Grayscale: #909090. Windows color (decimal): -11747249 or 5226572. OLE color: 5226572.
HSL color Cylindrical-coordinate representation of color #4CC04F: hue angle of 121.55º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CC04F is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 79 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.25 |
| HSL | 121.55º | 0.48% | 0.53% | - |
| HSV(B) | 121.55º | 0.6% | 0.75% | - |
| XYZ | 23.24 | 39.8 | 13.85 | - |
| YUV | 144.43 | 91.07 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 79 | 0.60 | 0 | 0.59 | 0.25 | 121.55 | 0.48 | 0.53 |
| Hex | 4C | C0 | 4F | 3C | 0 | 3B | 19 | 7A | 30 | 35 |
| Octal | 114 | 300 | 117 | 74 | 0 | 73 | 31 | 172 | 60 | 65 |
| Binary | 1001100 | 11000000 | 1001111 | 111100 | 0 | 111011 | 11001 | 1111010 | 110000 | 110101 |
Color Harmonies of #4CC04F
Complementary color
Monochromatic Colors of #4CC04F
Black with #4CC04F
Text Example
Text Example
White with #4CC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC04F; }
p { color: rgb(76,192,79); }
H1.HeaderClassName
{
color: #4CC04F;
}
.AnyTagClassName
{
color: #4CC04F;
}
</style>
background-color css
<style>
a { background-color: #4CC04F; }
a { background-color: rgb(76,192,79); }
div.DivClassName
{
background-color: #4CC04F;
}
.BgClassName
{
background-color: #4CC04F;
}
</style>
border-color css
<style>
span { border-color: #4CC04F; }
span { border-color: rgb(76,192,79); }
td.TdClassName
{
border-color: #4CC04F;
}
.TagClassName
{
border-color: #4CC04F;
}
</style>