Shades of Fruit Salad #4CBD46
Tints of Fruit Salad #4CBD46
RGB
CMYK
RGB Variations
Color information
#4CBD46 (or 0x4CBD46) is known color: Fruit Salad. HEX triplet: 4C, BD and 46. RGB value is (76,189,70). Sum of RGB (Red+Green+Blue) = 76+189+70=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBD46 is #B342B9. Grayscale: #8E8E8E. Windows color (decimal): -11748026 or 4635980. OLE color: 4635980.
HSL color Cylindrical-coordinate representation of color #4CBD46: hue angle of 116.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CBD46 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 189 | 70 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.26 |
| HSL | 116.97º | 0.47% | 0.51% | - |
| HSV(B) | 116.97º | 0.63% | 0.74% | - |
| XYZ | 22.28 | 38.37 | 12.03 | - |
| YUV | 141.65 | 87.56 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 70 | 0.60 | 0 | 0.63 | 0.26 | 116.97 | 0.47 | 0.51 |
| Hex | 4C | BD | 46 | 3C | 0 | 3F | 1A | 75 | 2F | 33 |
| Octal | 114 | 275 | 106 | 74 | 0 | 77 | 32 | 165 | 57 | 63 |
| Binary | 1001100 | 10111101 | 1000110 | 111100 | 0 | 111111 | 11010 | 1110101 | 101111 | 110011 |
Color Harmonies of #4CBD46
Complementary color
Monochromatic Colors of #4CBD46
Black with #4CBD46
Text Example
Text Example
White with #4CBD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBD46; }
p { color: rgb(76,189,70); }
H1.HeaderClassName
{
color: #4CBD46;
}
.AnyTagClassName
{
color: #4CBD46;
}
</style>
background-color css
<style>
a { background-color: #4CBD46; }
a { background-color: rgb(76,189,70); }
div.DivClassName
{
background-color: #4CBD46;
}
.BgClassName
{
background-color: #4CBD46;
}
</style>
border-color css
<style>
span { border-color: #4CBD46; }
span { border-color: rgb(76,189,70); }
td.TdClassName
{
border-color: #4CBD46;
}
.TagClassName
{
border-color: #4CBD46;
}
</style>