Shades of Fruit Salad #4CBC4B
Tints of Fruit Salad #4CBC4B
RGB
CMYK
RGB Variations
Color information
#4CBC4B (or 0x4CBC4B) is known color: Fruit Salad. HEX triplet: 4C, BC and 4B. RGB value is (76,188,75). Sum of RGB (Red+Green+Blue) = 76+188+75=339 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.42% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBC4B is #B343B4. Grayscale: #8D8D8D. Windows color (decimal): -11748277 or 4963404. OLE color: 4963404.
HSL color Cylindrical-coordinate representation of color #4CBC4B: hue angle of 119.47º 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 #4CBC4B is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 75 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.26 |
| HSL | 119.47º | 0.46% | 0.52% | - |
| HSV(B) | 119.47º | 0.6% | 0.74% | - |
| XYZ | 22.23 | 38.01 | 12.82 | - |
| YUV | 141.63 | 90.39 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 75 | 0.60 | 0 | 0.60 | 0.26 | 119.47 | 0.46 | 0.52 |
| Hex | 4C | BC | 4B | 3C | 0 | 3C | 1A | 77 | 2E | 34 |
| Octal | 114 | 274 | 113 | 74 | 0 | 74 | 32 | 167 | 56 | 64 |
| Binary | 1001100 | 10111100 | 1001011 | 111100 | 0 | 111100 | 11010 | 1110111 | 101110 | 110100 |
Color Harmonies of #4CBC4B
Complementary color
Monochromatic Colors of #4CBC4B
Black with #4CBC4B
Text Example
Text Example
White with #4CBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC4B; }
p { color: rgb(76,188,75); }
H1.HeaderClassName
{
color: #4CBC4B;
}
.AnyTagClassName
{
color: #4CBC4B;
}
</style>
background-color css
<style>
a { background-color: #4CBC4B; }
a { background-color: rgb(76,188,75); }
div.DivClassName
{
background-color: #4CBC4B;
}
.BgClassName
{
background-color: #4CBC4B;
}
</style>
border-color css
<style>
span { border-color: #4CBC4B; }
span { border-color: rgb(76,188,75); }
td.TdClassName
{
border-color: #4CBC4B;
}
.TagClassName
{
border-color: #4CBC4B;
}
</style>