Shades of Fruit Salad #4CBB47
Tints of Fruit Salad #4CBB47
RGB
CMYK
RGB Variations
Color information
#4CBB47 (or 0x4CBB47) is known color: Fruit Salad. HEX triplet: 4C, BB and 47. RGB value is (76,187,71). Sum of RGB (Red+Green+Blue) = 76+187+71=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #4CBB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBB47 is #B344B8. Grayscale: #8C8C8C. Windows color (decimal): -11748537 or 4701004. OLE color: 4701004.
HSL color Cylindrical-coordinate representation of color #4CBB47: hue angle of 117.41º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CBB47 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 187 | 71 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.27 |
| HSL | 117.41º | 0.46% | 0.51% | - |
| HSV(B) | 117.41º | 0.62% | 0.73% | - |
| XYZ | 21.89 | 37.53 | 12.05 | - |
| YUV | 140.59 | 88.73 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 187 | 71 | 0.59 | 0 | 0.62 | 0.27 | 117.41 | 0.46 | 0.51 |
| Hex | 4C | BB | 47 | 3B | 0 | 3E | 1B | 75 | 2E | 33 |
| Octal | 114 | 273 | 107 | 73 | 0 | 76 | 33 | 165 | 56 | 63 |
| Binary | 1001100 | 10111011 | 1000111 | 111011 | 0 | 111110 | 11011 | 1110101 | 101110 | 110011 |
Color Harmonies of #4CBB47
Complementary color
Monochromatic Colors of #4CBB47
Black with #4CBB47
Text Example
Text Example
White with #4CBB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBB47; }
p { color: rgb(76,187,71); }
H1.HeaderClassName
{
color: #4CBB47;
}
.AnyTagClassName
{
color: #4CBB47;
}
</style>
background-color css
<style>
a { background-color: #4CBB47; }
a { background-color: rgb(76,187,71); }
div.DivClassName
{
background-color: #4CBB47;
}
.BgClassName
{
background-color: #4CBB47;
}
</style>
border-color css
<style>
span { border-color: #4CBB47; }
span { border-color: rgb(76,187,71); }
td.TdClassName
{
border-color: #4CBB47;
}
.TagClassName
{
border-color: #4CBB47;
}
</style>