Shades of Fruit Salad #4CC149
Tints of Fruit Salad #4CC149
RGB
CMYK
RGB Variations
Color information
#4CC149 (or 0x4CC149) is known color: Fruit Salad. HEX triplet: 4C, C1 and 49. RGB value is (76,193,73). Sum of RGB (Red+Green+Blue) = 76+193+73=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC149 is #B33EB6. Grayscale: #909090. Windows color (decimal): -11746999 or 4833612. OLE color: 4833612.
HSL color Cylindrical-coordinate representation of color #4CC149: hue angle of 118.5º degrees, saturation: 0.49, 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 #4CC149 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 193 | 73 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.24 |
| HSL | 118.5º | 0.49% | 0.52% | - |
| HSV(B) | 118.5º | 0.62% | 0.76% | - |
| XYZ | 23.25 | 40.16 | 12.83 | - |
| YUV | 144.34 | 87.74 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 193 | 73 | 0.61 | 0 | 0.62 | 0.24 | 118.5 | 0.49 | 0.52 |
| Hex | 4C | C1 | 49 | 3D | 0 | 3E | 18 | 76 | 31 | 34 |
| Octal | 114 | 301 | 111 | 75 | 0 | 76 | 30 | 166 | 61 | 64 |
| Binary | 1001100 | 11000001 | 1001001 | 111101 | 0 | 111110 | 11000 | 1110110 | 110001 | 110100 |
Color Harmonies of #4CC149
Complementary color
Monochromatic Colors of #4CC149
Black with #4CC149
Text Example
Text Example
White with #4CC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC149; }
p { color: rgb(76,193,73); }
H1.HeaderClassName
{
color: #4CC149;
}
.AnyTagClassName
{
color: #4CC149;
}
</style>
background-color css
<style>
a { background-color: #4CC149; }
a { background-color: rgb(76,193,73); }
div.DivClassName
{
background-color: #4CC149;
}
.BgClassName
{
background-color: #4CC149;
}
</style>
border-color css
<style>
span { border-color: #4CC149; }
span { border-color: rgb(76,193,73); }
td.TdClassName
{
border-color: #4CC149;
}
.TagClassName
{
border-color: #4CC149;
}
</style>