Shades of Fruit Salad #4CC249
Tints of Fruit Salad #4CC249
RGB
CMYK
RGB Variations
Color information
#4CC249 (or 0x4CC249) is known color: Fruit Salad. HEX triplet: 4C, C2 and 49. RGB value is (76,194,73). Sum of RGB (Red+Green+Blue) = 76+194+73=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #4CC249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC249 is #B33DB6. Grayscale: #919191. Windows color (decimal): -11746743 or 4833868. OLE color: 4833868.
HSL color Cylindrical-coordinate representation of color #4CC249: hue angle of 118.51º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC249 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 194 | 73 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.24 |
| HSL | 118.51º | 0.5% | 0.52% | - |
| HSV(B) | 118.51º | 0.62% | 0.76% | - |
| XYZ | 23.47 | 40.6 | 12.9 | - |
| YUV | 144.92 | 87.41 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 194 | 73 | 0.61 | 0 | 0.62 | 0.24 | 118.51 | 0.5 | 0.52 |
| Hex | 4C | C2 | 49 | 3D | 0 | 3E | 18 | 77 | 32 | 34 |
| Octal | 114 | 302 | 111 | 75 | 0 | 76 | 30 | 167 | 62 | 64 |
| Binary | 1001100 | 11000010 | 1001001 | 111101 | 0 | 111110 | 11000 | 1110111 | 110010 | 110100 |
Color Harmonies of #4CC249
Complementary color
Monochromatic Colors of #4CC249
Black with #4CC249
Text Example
Text Example
White with #4CC249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC249; }
p { color: rgb(76,194,73); }
H1.HeaderClassName
{
color: #4CC249;
}
.AnyTagClassName
{
color: #4CC249;
}
</style>
background-color css
<style>
a { background-color: #4CC249; }
a { background-color: rgb(76,194,73); }
div.DivClassName
{
background-color: #4CC249;
}
.BgClassName
{
background-color: #4CC249;
}
</style>
border-color css
<style>
span { border-color: #4CC249; }
span { border-color: rgb(76,194,73); }
td.TdClassName
{
border-color: #4CC249;
}
.TagClassName
{
border-color: #4CC249;
}
</style>