Shades of Fruit Salad #4CC049
Tints of Fruit Salad #4CC049
RGB
CMYK
RGB Variations
Color information
#4CC049 (or 0x4CC049) is known color: Fruit Salad. HEX triplet: 4C, C0 and 49. RGB value is (76,192,73). Sum of RGB (Red+Green+Blue) = 76+192+73=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #4CC049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC049 is #B33FB6. Grayscale: #909090. Windows color (decimal): -11747255 or 4833356. OLE color: 4833356.
HSL color Cylindrical-coordinate representation of color #4CC049: hue angle of 118.49º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC049 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 192 | 73 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.25 |
| HSL | 118.49º | 0.49% | 0.52% | - |
| HSV(B) | 118.49º | 0.62% | 0.75% | - |
| XYZ | 23.03 | 39.72 | 12.76 | - |
| YUV | 143.75 | 88.07 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 192 | 73 | 0.60 | 0 | 0.62 | 0.25 | 118.49 | 0.49 | 0.52 |
| Hex | 4C | C0 | 49 | 3C | 0 | 3E | 19 | 76 | 31 | 34 |
| Octal | 114 | 300 | 111 | 74 | 0 | 76 | 31 | 166 | 61 | 64 |
| Binary | 1001100 | 11000000 | 1001001 | 111100 | 0 | 111110 | 11001 | 1110110 | 110001 | 110100 |
Color Harmonies of #4CC049
Complementary color
Monochromatic Colors of #4CC049
Black with #4CC049
Text Example
Text Example
White with #4CC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC049; }
p { color: rgb(76,192,73); }
H1.HeaderClassName
{
color: #4CC049;
}
.AnyTagClassName
{
color: #4CC049;
}
</style>
background-color css
<style>
a { background-color: #4CC049; }
a { background-color: rgb(76,192,73); }
div.DivClassName
{
background-color: #4CC049;
}
.BgClassName
{
background-color: #4CC049;
}
</style>
border-color css
<style>
span { border-color: #4CC049; }
span { border-color: rgb(76,192,73); }
td.TdClassName
{
border-color: #4CC049;
}
.TagClassName
{
border-color: #4CC049;
}
</style>