Shades of Fruit Salad #4CB15D
Tints of Fruit Salad #4CB15D
RGB
CMYK
RGB Variations
Color information
#4CB15D (or 0x4CB15D) is known color: Fruit Salad. HEX triplet: 4C, B1 and 5D. RGB value is (76,177,93). Sum of RGB (Red+Green+Blue) = 76+177+93=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB15D is #B34EA2. Grayscale: #898989. Windows color (decimal): -11751075 or 6140236. OLE color: 6140236.
HSL color Cylindrical-coordinate representation of color #4CB15D: hue angle of 130.1º 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 #4CB15D is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 177 | 93 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.31 |
| HSL | 130.1º | 0.4% | 0.5% | - |
| HSV(B) | 130.1º | 0.57% | 0.69% | - |
| XYZ | 20.68 | 33.77 | 15.78 | - |
| YUV | 137.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 177 | 93 | 0.57 | 0 | 0.47 | 0.31 | 130.1 | 0.4 | 0.5 |
| Hex | 4C | B1 | 5D | 39 | 0 | 2F | 1F | 82 | 28 | 32 |
| Octal | 114 | 261 | 135 | 71 | 0 | 57 | 37 | 202 | 50 | 62 |
| Binary | 1001100 | 10110001 | 1011101 | 111001 | 0 | 101111 | 11111 | 10000010 | 101000 | 110010 |
Color Harmonies of #4CB15D
Complementary color
Monochromatic Colors of #4CB15D
Black with #4CB15D
Text Example
Text Example
White with #4CB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB15D; }
p { color: rgb(76,177,93); }
H1.HeaderClassName
{
color: #4CB15D;
}
.AnyTagClassName
{
color: #4CB15D;
}
</style>
background-color css
<style>
a { background-color: #4CB15D; }
a { background-color: rgb(76,177,93); }
div.DivClassName
{
background-color: #4CB15D;
}
.BgClassName
{
background-color: #4CB15D;
}
</style>
border-color css
<style>
span { border-color: #4CB15D; }
span { border-color: rgb(76,177,93); }
td.TdClassName
{
border-color: #4CB15D;
}
.TagClassName
{
border-color: #4CB15D;
}
</style>