Shades of Fruit Salad #4CB34C
Tints of Fruit Salad #4CB34C
RGB
CMYK
RGB Variations
Color information
#4CB34C (or 0x4CB34C) is known color: Fruit Salad. HEX triplet: 4C, B3 and 4C. RGB value is (76,179,76). Sum of RGB (Red+Green+Blue) = 76+179+76=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB34C is #B34CB3. Grayscale: #888888. Windows color (decimal): -11750580 or 5026636. OLE color: 5026636.
HSL color Cylindrical-coordinate representation of color #4CB34C: hue angle of 120º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB34C is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 76 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.30 |
| HSL | 120º | 0.4% | 0.5% | - |
| HSV(B) | 120º | 0.58% | 0.7% | - |
| XYZ | 20.41 | 34.3 | 12.38 | - |
| YUV | 136.46 | 93.88 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 76 | 0.58 | 0 | 0.58 | 0.30 | 120 | 0.4 | 0.5 |
| Hex | 4C | B3 | 4C | 3A | 0 | 3A | 1E | 78 | 28 | 32 |
| Octal | 114 | 263 | 114 | 72 | 0 | 72 | 36 | 170 | 50 | 62 |
| Binary | 1001100 | 10110011 | 1001100 | 111010 | 0 | 111010 | 11110 | 1111000 | 101000 | 110010 |
Color Harmonies of #4CB34C
Complementary color
Monochromatic Colors of #4CB34C
Black with #4CB34C
Text Example
Text Example
White with #4CB34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB34C; }
p { color: rgb(76,179,76); }
H1.HeaderClassName
{
color: #4CB34C;
}
.AnyTagClassName
{
color: #4CB34C;
}
</style>
background-color css
<style>
a { background-color: #4CB34C; }
a { background-color: rgb(76,179,76); }
div.DivClassName
{
background-color: #4CB34C;
}
.BgClassName
{
background-color: #4CB34C;
}
</style>
border-color css
<style>
span { border-color: #4CB34C; }
span { border-color: rgb(76,179,76); }
td.TdClassName
{
border-color: #4CB34C;
}
.TagClassName
{
border-color: #4CB34C;
}
</style>