Shades of Fruit Salad #4CBC5C
Tints of Fruit Salad #4CBC5C
RGB
CMYK
RGB Variations
Color information
#4CBC5C (or 0x4CBC5C) is known color: Fruit Salad. HEX triplet: 4C, BC and 5C. RGB value is (76,188,92). Sum of RGB (Red+Green+Blue) = 76+188+92=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CBC5C is #B343A3. Grayscale: #8F8F8F. Windows color (decimal): -11748260 or 6077516. OLE color: 6077516.
HSL color Cylindrical-coordinate representation of color #4CBC5C: hue angle of 128.57º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBC5C is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 92 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.26 |
| HSL | 128.57º | 0.46% | 0.52% | - |
| HSV(B) | 128.57º | 0.6% | 0.74% | - |
| XYZ | 22.9 | 38.28 | 16.31 | - |
| YUV | 143.57 | 98.89 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 92 | 0.60 | 0 | 0.51 | 0.26 | 128.57 | 0.46 | 0.52 |
| Hex | 4C | BC | 5C | 3C | 0 | 33 | 1A | 81 | 2E | 34 |
| Octal | 114 | 274 | 134 | 74 | 0 | 63 | 32 | 201 | 56 | 64 |
| Binary | 1001100 | 10111100 | 1011100 | 111100 | 0 | 110011 | 11010 | 10000001 | 101110 | 110100 |
Color Harmonies of #4CBC5C
Complementary color
Monochromatic Colors of #4CBC5C
Black with #4CBC5C
Text Example
Text Example
White with #4CBC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC5C; }
p { color: rgb(76,188,92); }
H1.HeaderClassName
{
color: #4CBC5C;
}
.AnyTagClassName
{
color: #4CBC5C;
}
</style>
background-color css
<style>
a { background-color: #4CBC5C; }
a { background-color: rgb(76,188,92); }
div.DivClassName
{
background-color: #4CBC5C;
}
.BgClassName
{
background-color: #4CBC5C;
}
</style>
border-color css
<style>
span { border-color: #4CBC5C; }
span { border-color: rgb(76,188,92); }
td.TdClassName
{
border-color: #4CBC5C;
}
.TagClassName
{
border-color: #4CBC5C;
}
</style>