Shades of Fruit Salad #4CBA5C
Tints of Fruit Salad #4CBA5C
RGB
CMYK
RGB Variations
Color information
#4CBA5C (or 0x4CBA5C) is known color: Fruit Salad. HEX triplet: 4C, BA and 5C. RGB value is (76,186,92). Sum of RGB (Red+Green+Blue) = 76+186+92=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBA5C is #B345A3. Grayscale: #8E8E8E. Windows color (decimal): -11748772 or 6077004. OLE color: 6077004.
HSL color Cylindrical-coordinate representation of color #4CBA5C: hue angle of 128.73º 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 #4CBA5C is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 186 | 92 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.27 |
| HSL | 128.73º | 0.44% | 0.51% | - |
| HSV(B) | 128.73º | 0.59% | 0.73% | - |
| XYZ | 22.47 | 37.43 | 16.17 | - |
| YUV | 142.39 | 99.56 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 92 | 0.59 | 0 | 0.51 | 0.27 | 128.73 | 0.44 | 0.51 |
| Hex | 4C | BA | 5C | 3B | 0 | 33 | 1B | 81 | 2C | 33 |
| Octal | 114 | 272 | 134 | 73 | 0 | 63 | 33 | 201 | 54 | 63 |
| Binary | 1001100 | 10111010 | 1011100 | 111011 | 0 | 110011 | 11011 | 10000001 | 101100 | 110011 |
Color Harmonies of #4CBA5C
Complementary color
Monochromatic Colors of #4CBA5C
Black with #4CBA5C
Text Example
Text Example
White with #4CBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBA5C; }
p { color: rgb(76,186,92); }
H1.HeaderClassName
{
color: #4CBA5C;
}
.AnyTagClassName
{
color: #4CBA5C;
}
</style>
background-color css
<style>
a { background-color: #4CBA5C; }
a { background-color: rgb(76,186,92); }
div.DivClassName
{
background-color: #4CBA5C;
}
.BgClassName
{
background-color: #4CBA5C;
}
</style>
border-color css
<style>
span { border-color: #4CBA5C; }
span { border-color: rgb(76,186,92); }
td.TdClassName
{
border-color: #4CBA5C;
}
.TagClassName
{
border-color: #4CBA5C;
}
</style>