Shades of Fruit Salad #4CB15A
Tints of Fruit Salad #4CB15A
RGB
CMYK
RGB Variations
Color information
#4CB15A (or 0x4CB15A) is known color: Fruit Salad. HEX triplet: 4C, B1 and 5A. RGB value is (76,177,90). Sum of RGB (Red+Green+Blue) = 76+177+90=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 177 (69.53% from 255 or 51.60% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB15A is #B34EA5. Grayscale: #898989. Windows color (decimal): -11751078 or 5943628. OLE color: 5943628.
HSL color Cylindrical-coordinate representation of color #4CB15A: hue angle of 128.32º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB15A is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 177 | 90 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.31 |
| HSL | 128.32º | 0.4% | 0.5% | - |
| HSV(B) | 128.32º | 0.57% | 0.69% | - |
| XYZ | 20.55 | 33.72 | 15.1 | - |
| YUV | 136.88 | 101.54 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 177 | 90 | 0.57 | 0 | 0.49 | 0.31 | 128.32 | 0.4 | 0.5 |
| Hex | 4C | B1 | 5A | 39 | 0 | 31 | 1F | 80 | 28 | 32 |
| Octal | 114 | 261 | 132 | 71 | 0 | 61 | 37 | 200 | 50 | 62 |
| Binary | 1001100 | 10110001 | 1011010 | 111001 | 0 | 110001 | 11111 | 10000000 | 101000 | 110010 |
Color Harmonies of #4CB15A
Complementary color
Monochromatic Colors of #4CB15A
Black with #4CB15A
Text Example
Text Example
White with #4CB15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB15A; }
p { color: rgb(76,177,90); }
H1.HeaderClassName
{
color: #4CB15A;
}
.AnyTagClassName
{
color: #4CB15A;
}
</style>
background-color css
<style>
a { background-color: #4CB15A; }
a { background-color: rgb(76,177,90); }
div.DivClassName
{
background-color: #4CB15A;
}
.BgClassName
{
background-color: #4CB15A;
}
</style>
border-color css
<style>
span { border-color: #4CB15A; }
span { border-color: rgb(76,177,90); }
td.TdClassName
{
border-color: #4CB15A;
}
.TagClassName
{
border-color: #4CB15A;
}
</style>