Shades of Fruit Salad #4CBC4A
Tints of Fruit Salad #4CBC4A
RGB
CMYK
RGB Variations
Color information
#4CBC4A (or 0x4CBC4A) is known color: Fruit Salad. HEX triplet: 4C, BC and 4A. RGB value is (76,188,74). Sum of RGB (Red+Green+Blue) = 76+188+74=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBC4A is #B343B5. Grayscale: #8D8D8D. Windows color (decimal): -11748278 or 4897868. OLE color: 4897868.
HSL color Cylindrical-coordinate representation of color #4CBC4A: hue angle of 118.95º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CBC4A is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 74 | - |
| CMYK | 0.60 | 0 | 0.61 | 0.26 |
| HSL | 118.95º | 0.46% | 0.51% | - |
| HSV(B) | 118.95º | 0.61% | 0.74% | - |
| XYZ | 22.2 | 38 | 12.64 | - |
| YUV | 141.52 | 89.89 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 74 | 0.60 | 0 | 0.61 | 0.26 | 118.95 | 0.46 | 0.51 |
| Hex | 4C | BC | 4A | 3C | 0 | 3D | 1A | 77 | 2E | 33 |
| Octal | 114 | 274 | 112 | 74 | 0 | 75 | 32 | 167 | 56 | 63 |
| Binary | 1001100 | 10111100 | 1001010 | 111100 | 0 | 111101 | 11010 | 1110111 | 101110 | 110011 |
Color Harmonies of #4CBC4A
Complementary color
Monochromatic Colors of #4CBC4A
Black with #4CBC4A
Text Example
Text Example
White with #4CBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC4A; }
p { color: rgb(76,188,74); }
H1.HeaderClassName
{
color: #4CBC4A;
}
.AnyTagClassName
{
color: #4CBC4A;
}
</style>
background-color css
<style>
a { background-color: #4CBC4A; }
a { background-color: rgb(76,188,74); }
div.DivClassName
{
background-color: #4CBC4A;
}
.BgClassName
{
background-color: #4CBC4A;
}
</style>
border-color css
<style>
span { border-color: #4CBC4A; }
span { border-color: rgb(76,188,74); }
td.TdClassName
{
border-color: #4CBC4A;
}
.TagClassName
{
border-color: #4CBC4A;
}
</style>