Shades of Fruit Salad #4CB046
Tints of Fruit Salad #4CB046
RGB
CMYK
RGB Variations
Color information
#4CB046 (or 0x4CB046) is known color: Fruit Salad. HEX triplet: 4C, B0 and 46. RGB value is (76,176,70). Sum of RGB (Red+Green+Blue) = 76+176+70=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CB046 is #B34FB9. Grayscale: #868686. Windows color (decimal): -11751354 or 4632652. OLE color: 4632652.
HSL color Cylindrical-coordinate representation of color #4CB046: hue angle of 116.6º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CB046 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 70 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.31 |
| HSL | 116.6º | 0.43% | 0.48% | - |
| HSV(B) | 116.6º | 0.6% | 0.69% | - |
| XYZ | 19.61 | 33.03 | 11.14 | - |
| YUV | 134.02 | 91.87 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 70 | 0.57 | 0 | 0.60 | 0.31 | 116.6 | 0.43 | 0.48 |
| Hex | 4C | B0 | 46 | 39 | 0 | 3C | 1F | 75 | 2B | 30 |
| Octal | 114 | 260 | 106 | 71 | 0 | 74 | 37 | 165 | 53 | 60 |
| Binary | 1001100 | 10110000 | 1000110 | 111001 | 0 | 111100 | 11111 | 1110101 | 101011 | 110000 |
Color Harmonies of #4CB046
Complementary color
Monochromatic Colors of #4CB046
Black with #4CB046
Text Example
Text Example
White with #4CB046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB046; }
p { color: rgb(76,176,70); }
H1.HeaderClassName
{
color: #4CB046;
}
.AnyTagClassName
{
color: #4CB046;
}
</style>
background-color css
<style>
a { background-color: #4CB046; }
a { background-color: rgb(76,176,70); }
div.DivClassName
{
background-color: #4CB046;
}
.BgClassName
{
background-color: #4CB046;
}
</style>
border-color css
<style>
span { border-color: #4CB046; }
span { border-color: rgb(76,176,70); }
td.TdClassName
{
border-color: #4CB046;
}
.TagClassName
{
border-color: #4CB046;
}
</style>