Shades of Fruit Salad #4CBA40
Tints of Fruit Salad #4CBA40
RGB
CMYK
RGB Variations
Color information
#4CBA40 (or 0x4CBA40) is known color: Fruit Salad. HEX triplet: 4C, BA and 40. RGB value is (76,186,64). Sum of RGB (Red+Green+Blue) = 76+186+64=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBA40 is #B345BF. Grayscale: #8B8B8B. Windows color (decimal): -11748800 or 4241996. OLE color: 4241996.
HSL color Cylindrical-coordinate representation of color #4CBA40: hue angle of 114.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CBA40 is Cyan = 0.59, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 186 | 64 | - |
| CMYK | 0.59 | 0 | 0.66 | 0.27 |
| HSL | 114.1º | 0.49% | 0.49% | - |
| HSV(B) | 114.1º | 0.66% | 0.73% | - |
| XYZ | 21.46 | 37.02 | 10.87 | - |
| YUV | 139.2 | 85.56 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 64 | 0.59 | 0 | 0.66 | 0.27 | 114.1 | 0.49 | 0.49 |
| Hex | 4C | BA | 40 | 3B | 0 | 42 | 1B | 72 | 31 | 31 |
| Octal | 114 | 272 | 100 | 73 | 0 | 102 | 33 | 162 | 61 | 61 |
| Binary | 1001100 | 10111010 | 1000000 | 111011 | 0 | 1000010 | 11011 | 1110010 | 110001 | 110001 |
Color Harmonies of #4CBA40
Complementary color
Monochromatic Colors of #4CBA40
Black with #4CBA40
Text Example
Text Example
White with #4CBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBA40; }
p { color: rgb(76,186,64); }
H1.HeaderClassName
{
color: #4CBA40;
}
.AnyTagClassName
{
color: #4CBA40;
}
</style>
background-color css
<style>
a { background-color: #4CBA40; }
a { background-color: rgb(76,186,64); }
div.DivClassName
{
background-color: #4CBA40;
}
.BgClassName
{
background-color: #4CBA40;
}
</style>
border-color css
<style>
span { border-color: #4CBA40; }
span { border-color: rgb(76,186,64); }
td.TdClassName
{
border-color: #4CBA40;
}
.TagClassName
{
border-color: #4CBA40;
}
</style>