Shades of Fruit Salad #4CC450
Tints of Fruit Salad #4CC450
RGB
CMYK
RGB Variations
Color information
#4CC450 (or 0x4CC450) is known color: Fruit Salad. HEX triplet: 4C, C4 and 50. RGB value is (76,196,80). Sum of RGB (Red+Green+Blue) = 76+196+80=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #4CC450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC450 is #B33BAF. Grayscale: #939393. Windows color (decimal): -11746224 or 5293132. OLE color: 5293132.
HSL color Cylindrical-coordinate representation of color #4CC450: hue angle of 122º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC450 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 196 | 80 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.23 |
| HSL | 122º | 0.5% | 0.53% | - |
| HSV(B) | 122º | 0.61% | 0.77% | - |
| XYZ | 24.17 | 41.6 | 14.34 | - |
| YUV | 146.9 | 90.24 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 196 | 80 | 0.61 | 0 | 0.59 | 0.23 | 122 | 0.5 | 0.53 |
| Hex | 4C | C4 | 50 | 3D | 0 | 3B | 17 | 7A | 32 | 35 |
| Octal | 114 | 304 | 120 | 75 | 0 | 73 | 27 | 172 | 62 | 65 |
| Binary | 1001100 | 11000100 | 1010000 | 111101 | 0 | 111011 | 10111 | 1111010 | 110010 | 110101 |
Color Harmonies of #4CC450
Complementary color
Monochromatic Colors of #4CC450
Black with #4CC450
Text Example
Text Example
White with #4CC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC450; }
p { color: rgb(76,196,80); }
H1.HeaderClassName
{
color: #4CC450;
}
.AnyTagClassName
{
color: #4CC450;
}
</style>
background-color css
<style>
a { background-color: #4CC450; }
a { background-color: rgb(76,196,80); }
div.DivClassName
{
background-color: #4CC450;
}
.BgClassName
{
background-color: #4CC450;
}
</style>
border-color css
<style>
span { border-color: #4CC450; }
span { border-color: rgb(76,196,80); }
td.TdClassName
{
border-color: #4CC450;
}
.TagClassName
{
border-color: #4CC450;
}
</style>