Shades of Fruit Salad #4CB34B
Tints of Fruit Salad #4CB34B
RGB
CMYK
RGB Variations
Color information
#4CB34B (or 0x4CB34B) is known color: Fruit Salad. HEX triplet: 4C, B3 and 4B. RGB value is (76,179,75). Sum of RGB (Red+Green+Blue) = 76+179+75=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB34B is #B34CB4. Grayscale: #888888. Windows color (decimal): -11750581 or 4961100. OLE color: 4961100.
HSL color Cylindrical-coordinate representation of color #4CB34B: hue angle of 119.42º degrees, saturation: 0.41, 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 #4CB34B is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 179 | 75 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.30 |
| HSL | 119.42º | 0.41% | 0.5% | - |
| HSV(B) | 119.42º | 0.58% | 0.7% | - |
| XYZ | 20.37 | 34.28 | 12.2 | - |
| YUV | 136.35 | 93.38 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 179 | 75 | 0.58 | 0 | 0.58 | 0.30 | 119.42 | 0.41 | 0.5 |
| Hex | 4C | B3 | 4B | 3A | 0 | 3A | 1E | 77 | 29 | 32 |
| Octal | 114 | 263 | 113 | 72 | 0 | 72 | 36 | 167 | 51 | 62 |
| Binary | 1001100 | 10110011 | 1001011 | 111010 | 0 | 111010 | 11110 | 1110111 | 101001 | 110010 |
Color Harmonies of #4CB34B
Complementary color
Monochromatic Colors of #4CB34B
Black with #4CB34B
Text Example
Text Example
White with #4CB34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB34B; }
p { color: rgb(76,179,75); }
H1.HeaderClassName
{
color: #4CB34B;
}
.AnyTagClassName
{
color: #4CB34B;
}
</style>
background-color css
<style>
a { background-color: #4CB34B; }
a { background-color: rgb(76,179,75); }
div.DivClassName
{
background-color: #4CB34B;
}
.BgClassName
{
background-color: #4CB34B;
}
</style>
border-color css
<style>
span { border-color: #4CB34B; }
span { border-color: rgb(76,179,75); }
td.TdClassName
{
border-color: #4CB34B;
}
.TagClassName
{
border-color: #4CB34B;
}
</style>