Shades of Fruit Salad #4CBC4C
Tints of Fruit Salad #4CBC4C
RGB
CMYK
RGB Variations
Color information
#4CBC4C (or 0x4CBC4C) is known color: Fruit Salad. HEX triplet: 4C, BC and 4C. RGB value is (76,188,76). Sum of RGB (Red+Green+Blue) = 76+188+76=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBC4C is #B343B3. Grayscale: #8E8E8E. Windows color (decimal): -11748276 or 5028940. OLE color: 5028940.
HSL color Cylindrical-coordinate representation of color #4CBC4C: hue angle of 120º 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 #4CBC4C is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 76 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.26 |
| HSL | 120º | 0.46% | 0.52% | - |
| HSV(B) | 120º | 0.6% | 0.74% | - |
| XYZ | 22.27 | 38.02 | 13 | - |
| YUV | 141.74 | 90.89 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 76 | 0.60 | 0 | 0.60 | 0.26 | 120 | 0.46 | 0.52 |
| Hex | 4C | BC | 4C | 3C | 0 | 3C | 1A | 78 | 2E | 34 |
| Octal | 114 | 274 | 114 | 74 | 0 | 74 | 32 | 170 | 56 | 64 |
| Binary | 1001100 | 10111100 | 1001100 | 111100 | 0 | 111100 | 11010 | 1111000 | 101110 | 110100 |
Color Harmonies of #4CBC4C
Complementary color
Monochromatic Colors of #4CBC4C
Black with #4CBC4C
Text Example
Text Example
White with #4CBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC4C; }
p { color: rgb(76,188,76); }
H1.HeaderClassName
{
color: #4CBC4C;
}
.AnyTagClassName
{
color: #4CBC4C;
}
</style>
background-color css
<style>
a { background-color: #4CBC4C; }
a { background-color: rgb(76,188,76); }
div.DivClassName
{
background-color: #4CBC4C;
}
.BgClassName
{
background-color: #4CBC4C;
}
</style>
border-color css
<style>
span { border-color: #4CBC4C; }
span { border-color: rgb(76,188,76); }
td.TdClassName
{
border-color: #4CBC4C;
}
.TagClassName
{
border-color: #4CBC4C;
}
</style>