Shades of Fruit Salad #4CBF49
Tints of Fruit Salad #4CBF49
RGB
CMYK
RGB Variations
Color information
#4CBF49 (or 0x4CBF49) is known color: Fruit Salad. HEX triplet: 4C, BF and 49. RGB value is (76,191,73). Sum of RGB (Red+Green+Blue) = 76+191+73=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBF49 is #B340B6. Grayscale: #8F8F8F. Windows color (decimal): -11747511 or 4833100. OLE color: 4833100.
HSL color Cylindrical-coordinate representation of color #4CBF49: hue angle of 118.47º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CBF49 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 191 | 73 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.25 |
| HSL | 118.47º | 0.48% | 0.52% | - |
| HSV(B) | 118.47º | 0.62% | 0.75% | - |
| XYZ | 22.81 | 39.28 | 12.68 | - |
| YUV | 143.16 | 88.4 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 73 | 0.60 | 0 | 0.62 | 0.25 | 118.47 | 0.48 | 0.52 |
| Hex | 4C | BF | 49 | 3C | 0 | 3E | 19 | 76 | 30 | 34 |
| Octal | 114 | 277 | 111 | 74 | 0 | 76 | 31 | 166 | 60 | 64 |
| Binary | 1001100 | 10111111 | 1001001 | 111100 | 0 | 111110 | 11001 | 1110110 | 110000 | 110100 |
Color Harmonies of #4CBF49
Complementary color
Monochromatic Colors of #4CBF49
Black with #4CBF49
Text Example
Text Example
White with #4CBF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBF49; }
p { color: rgb(76,191,73); }
H1.HeaderClassName
{
color: #4CBF49;
}
.AnyTagClassName
{
color: #4CBF49;
}
</style>
background-color css
<style>
a { background-color: #4CBF49; }
a { background-color: rgb(76,191,73); }
div.DivClassName
{
background-color: #4CBF49;
}
.BgClassName
{
background-color: #4CBF49;
}
</style>
border-color css
<style>
span { border-color: #4CBF49; }
span { border-color: rgb(76,191,73); }
td.TdClassName
{
border-color: #4CBF49;
}
.TagClassName
{
border-color: #4CBF49;
}
</style>