Shades of Fruit Salad #4BBA44
Tints of Fruit Salad #4BBA44
RGB
CMYK
RGB Variations
Color information
#4BBA44 (or 0x4BBA44) is known color: Fruit Salad. HEX triplet: 4B, BA and 44. RGB value is (75,186,68). Sum of RGB (Red+Green+Blue) = 75+186+68=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBA44 is #B445BB. Grayscale: #8B8B8B. Windows color (decimal): -11814332 or 4504139. OLE color: 4504139.
HSL color Cylindrical-coordinate representation of color #4BBA44: hue angle of 116.44º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BBA44 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 186 | 68 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.27 |
| HSL | 116.44º | 0.46% | 0.5% | - |
| HSV(B) | 116.44º | 0.63% | 0.73% | - |
| XYZ | 21.5 | 37.03 | 11.48 | - |
| YUV | 139.36 | 87.73 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 68 | 0.60 | 0 | 0.63 | 0.27 | 116.44 | 0.46 | 0.5 |
| Hex | 4B | BA | 44 | 3C | 0 | 3F | 1B | 74 | 2E | 32 |
| Octal | 113 | 272 | 104 | 74 | 0 | 77 | 33 | 164 | 56 | 62 |
| Binary | 1001011 | 10111010 | 1000100 | 111100 | 0 | 111111 | 11011 | 1110100 | 101110 | 110010 |
Color Harmonies of #4BBA44
Complementary color
Monochromatic Colors of #4BBA44
Black with #4BBA44
Text Example
Text Example
White with #4BBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBA44; }
p { color: rgb(75,186,68); }
H1.HeaderClassName
{
color: #4BBA44;
}
.AnyTagClassName
{
color: #4BBA44;
}
</style>
background-color css
<style>
a { background-color: #4BBA44; }
a { background-color: rgb(75,186,68); }
div.DivClassName
{
background-color: #4BBA44;
}
.BgClassName
{
background-color: #4BBA44;
}
</style>
border-color css
<style>
span { border-color: #4BBA44; }
span { border-color: rgb(75,186,68); }
td.TdClassName
{
border-color: #4BBA44;
}
.TagClassName
{
border-color: #4BBA44;
}
</style>