Shades of Fruit Salad #4BBA46
Tints of Fruit Salad #4BBA46
RGB
CMYK
RGB Variations
Color information
#4BBA46 (or 0x4BBA46) is known color: Fruit Salad. HEX triplet: 4B, BA and 46. RGB value is (75,186,70). Sum of RGB (Red+Green+Blue) = 75+186+70=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBA46 is #B445B9. Grayscale: #8B8B8B. Windows color (decimal): -11814330 or 4635211. OLE color: 4635211.
HSL color Cylindrical-coordinate representation of color #4BBA46: hue angle of 117.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BBA46 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 186 | 70 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.27 |
| HSL | 117.41º | 0.46% | 0.5% | - |
| HSV(B) | 117.41º | 0.62% | 0.73% | - |
| XYZ | 21.57 | 37.06 | 11.81 | - |
| YUV | 139.59 | 88.73 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 70 | 0.60 | 0 | 0.62 | 0.27 | 117.41 | 0.46 | 0.5 |
| Hex | 4B | BA | 46 | 3C | 0 | 3E | 1B | 75 | 2E | 32 |
| Octal | 113 | 272 | 106 | 74 | 0 | 76 | 33 | 165 | 56 | 62 |
| Binary | 1001011 | 10111010 | 1000110 | 111100 | 0 | 111110 | 11011 | 1110101 | 101110 | 110010 |
Color Harmonies of #4BBA46
Complementary color
Monochromatic Colors of #4BBA46
Black with #4BBA46
Text Example
Text Example
White with #4BBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBA46; }
p { color: rgb(75,186,70); }
H1.HeaderClassName
{
color: #4BBA46;
}
.AnyTagClassName
{
color: #4BBA46;
}
</style>
background-color css
<style>
a { background-color: #4BBA46; }
a { background-color: rgb(75,186,70); }
div.DivClassName
{
background-color: #4BBA46;
}
.BgClassName
{
background-color: #4BBA46;
}
</style>
border-color css
<style>
span { border-color: #4BBA46; }
span { border-color: rgb(75,186,70); }
td.TdClassName
{
border-color: #4BBA46;
}
.TagClassName
{
border-color: #4BBA46;
}
</style>