Shades of Fruit Salad #4CC050
Tints of Fruit Salad #4CC050
RGB
CMYK
RGB Variations
Color information
#4CC050 (or 0x4CC050) is known color: Fruit Salad. HEX triplet: 4C, C0 and 50. RGB value is (76,192,80). Sum of RGB (Red+Green+Blue) = 76+192+80=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC050 is #B33FAF. Grayscale: #909090. Windows color (decimal): -11747248 or 5292108. OLE color: 5292108.
HSL color Cylindrical-coordinate representation of color #4CC050: hue angle of 122.07º 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 #4CC050 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 80 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.25 |
| HSL | 122.07º | 0.48% | 0.53% | - |
| HSV(B) | 122.07º | 0.6% | 0.75% | - |
| XYZ | 23.28 | 39.81 | 14.05 | - |
| YUV | 144.55 | 91.57 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 80 | 0.60 | 0 | 0.58 | 0.25 | 122.07 | 0.48 | 0.53 |
| Hex | 4C | C0 | 50 | 3C | 0 | 3A | 19 | 7A | 30 | 35 |
| Octal | 114 | 300 | 120 | 74 | 0 | 72 | 31 | 172 | 60 | 65 |
| Binary | 1001100 | 11000000 | 1010000 | 111100 | 0 | 111010 | 11001 | 1111010 | 110000 | 110101 |
Color Harmonies of #4CC050
Complementary color
Monochromatic Colors of #4CC050
Black with #4CC050
Text Example
Text Example
White with #4CC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC050; }
p { color: rgb(76,192,80); }
H1.HeaderClassName
{
color: #4CC050;
}
.AnyTagClassName
{
color: #4CC050;
}
</style>
background-color css
<style>
a { background-color: #4CC050; }
a { background-color: rgb(76,192,80); }
div.DivClassName
{
background-color: #4CC050;
}
.BgClassName
{
background-color: #4CC050;
}
</style>
border-color css
<style>
span { border-color: #4CC050; }
span { border-color: rgb(76,192,80); }
td.TdClassName
{
border-color: #4CC050;
}
.TagClassName
{
border-color: #4CC050;
}
</style>