Shades of Fruit Salad #4CC248
Tints of Fruit Salad #4CC248
RGB
CMYK
RGB Variations
Color information
#4CC248 (or 0x4CC248) is known color: Fruit Salad. HEX triplet: 4C, C2 and 48. RGB value is (76,194,72). Sum of RGB (Red+Green+Blue) = 76+194+72=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #4CC248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC248 is #B33DB7. Grayscale: #919191. Windows color (decimal): -11746744 or 4768332. OLE color: 4768332.
HSL color Cylindrical-coordinate representation of color #4CC248: hue angle of 118.03º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CC248 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 194 | 72 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.24 |
| HSL | 118.03º | 0.5% | 0.52% | - |
| HSV(B) | 118.03º | 0.63% | 0.76% | - |
| XYZ | 23.44 | 40.59 | 12.73 | - |
| YUV | 144.81 | 86.91 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 194 | 72 | 0.61 | 0 | 0.63 | 0.24 | 118.03 | 0.5 | 0.52 |
| Hex | 4C | C2 | 48 | 3D | 0 | 3F | 18 | 76 | 32 | 34 |
| Octal | 114 | 302 | 110 | 75 | 0 | 77 | 30 | 166 | 62 | 64 |
| Binary | 1001100 | 11000010 | 1001000 | 111101 | 0 | 111111 | 11000 | 1110110 | 110010 | 110100 |
Color Harmonies of #4CC248
Complementary color
Monochromatic Colors of #4CC248
Black with #4CC248
Text Example
Text Example
White with #4CC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC248; }
p { color: rgb(76,194,72); }
H1.HeaderClassName
{
color: #4CC248;
}
.AnyTagClassName
{
color: #4CC248;
}
</style>
background-color css
<style>
a { background-color: #4CC248; }
a { background-color: rgb(76,194,72); }
div.DivClassName
{
background-color: #4CC248;
}
.BgClassName
{
background-color: #4CC248;
}
</style>
border-color css
<style>
span { border-color: #4CC248; }
span { border-color: rgb(76,194,72); }
td.TdClassName
{
border-color: #4CC248;
}
.TagClassName
{
border-color: #4CC248;
}
</style>