Shades of Fruit Salad #4CB443
Tints of Fruit Salad #4CB443
RGB
CMYK
RGB Variations
Color information
#4CB443 (or 0x4CB443) is known color: Fruit Salad. HEX triplet: 4C, B4 and 43. RGB value is (76,180,67). Sum of RGB (Red+Green+Blue) = 76+180+67=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 180 (70.70% from 255 or 55.73% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB443 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB443 is #B34BBC. Grayscale: #888888. Windows color (decimal): -11750333 or 4437068. OLE color: 4437068.
HSL color Cylindrical-coordinate representation of color #4CB443: hue angle of 115.22º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CB443 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 67 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.29 |
| HSL | 115.22º | 0.46% | 0.48% | - |
| HSV(B) | 115.22º | 0.63% | 0.71% | - |
| XYZ | 20.31 | 34.58 | 10.91 | - |
| YUV | 136.02 | 89.04 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 67 | 0.58 | 0 | 0.63 | 0.29 | 115.22 | 0.46 | 0.48 |
| Hex | 4C | B4 | 43 | 3A | 0 | 3F | 1D | 73 | 2E | 30 |
| Octal | 114 | 264 | 103 | 72 | 0 | 77 | 35 | 163 | 56 | 60 |
| Binary | 1001100 | 10110100 | 1000011 | 111010 | 0 | 111111 | 11101 | 1110011 | 101110 | 110000 |
Color Harmonies of #4CB443
Complementary color
Monochromatic Colors of #4CB443
Black with #4CB443
Text Example
Text Example
White with #4CB443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB443; }
p { color: rgb(76,180,67); }
H1.HeaderClassName
{
color: #4CB443;
}
.AnyTagClassName
{
color: #4CB443;
}
</style>
background-color css
<style>
a { background-color: #4CB443; }
a { background-color: rgb(76,180,67); }
div.DivClassName
{
background-color: #4CB443;
}
.BgClassName
{
background-color: #4CB443;
}
</style>
border-color css
<style>
span { border-color: #4CB443; }
span { border-color: rgb(76,180,67); }
td.TdClassName
{
border-color: #4CB443;
}
.TagClassName
{
border-color: #4CB443;
}
</style>