Shades of Fruit Salad #4CB950
Tints of Fruit Salad #4CB950
RGB
CMYK
RGB Variations
Color information
#4CB950 (or 0x4CB950) is known color: Fruit Salad. HEX triplet: 4C, B9 and 50. RGB value is (76,185,80). Sum of RGB (Red+Green+Blue) = 76+185+80=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB950 is #B346AF. Grayscale: #8C8C8C. Windows color (decimal): -11749040 or 5290316. OLE color: 5290316.
HSL color Cylindrical-coordinate representation of color #4CB950: hue angle of 122.2º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB950 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 185 | 80 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.27 |
| HSL | 122.2º | 0.44% | 0.51% | - |
| HSV(B) | 122.2º | 0.59% | 0.73% | - |
| XYZ | 21.78 | 36.81 | 13.55 | - |
| YUV | 140.44 | 93.89 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 185 | 80 | 0.59 | 0 | 0.57 | 0.27 | 122.2 | 0.44 | 0.51 |
| Hex | 4C | B9 | 50 | 3B | 0 | 39 | 1B | 7A | 2C | 33 |
| Octal | 114 | 271 | 120 | 73 | 0 | 71 | 33 | 172 | 54 | 63 |
| Binary | 1001100 | 10111001 | 1010000 | 111011 | 0 | 111001 | 11011 | 1111010 | 101100 | 110011 |
Color Harmonies of #4CB950
Complementary color
Monochromatic Colors of #4CB950
Black with #4CB950
Text Example
Text Example
White with #4CB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB950; }
p { color: rgb(76,185,80); }
H1.HeaderClassName
{
color: #4CB950;
}
.AnyTagClassName
{
color: #4CB950;
}
</style>
background-color css
<style>
a { background-color: #4CB950; }
a { background-color: rgb(76,185,80); }
div.DivClassName
{
background-color: #4CB950;
}
.BgClassName
{
background-color: #4CB950;
}
</style>
border-color css
<style>
span { border-color: #4CB950; }
span { border-color: rgb(76,185,80); }
td.TdClassName
{
border-color: #4CB950;
}
.TagClassName
{
border-color: #4CB950;
}
</style>