Shades of Fruit Salad #4BBB44
Tints of Fruit Salad #4BBB44
RGB
CMYK
RGB Variations
Color information
#4BBB44 (or 0x4BBB44) is known color: Fruit Salad. HEX triplet: 4B, BB and 44. RGB value is (75,187,68). Sum of RGB (Red+Green+Blue) = 75+187+68=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #4BBB44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBB44 is #B444BB. Grayscale: #8C8C8C. Windows color (decimal): -11814076 or 4504395. OLE color: 4504395.
HSL color Cylindrical-coordinate representation of color #4BBB44: hue angle of 116.47º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BBB44 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 187 | 68 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.27 |
| HSL | 116.47º | 0.47% | 0.5% | - |
| HSV(B) | 116.47º | 0.64% | 0.73% | - |
| XYZ | 21.72 | 37.45 | 11.55 | - |
| YUV | 139.95 | 87.39 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 187 | 68 | 0.60 | 0 | 0.64 | 0.27 | 116.47 | 0.47 | 0.5 |
| Hex | 4B | BB | 44 | 3C | 0 | 40 | 1B | 74 | 2F | 32 |
| Octal | 113 | 273 | 104 | 74 | 0 | 100 | 33 | 164 | 57 | 62 |
| Binary | 1001011 | 10111011 | 1000100 | 111100 | 0 | 1000000 | 11011 | 1110100 | 101111 | 110010 |
Color Harmonies of #4BBB44
Complementary color
Monochromatic Colors of #4BBB44
Black with #4BBB44
Text Example
Text Example
White with #4BBB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBB44; }
p { color: rgb(75,187,68); }
H1.HeaderClassName
{
color: #4BBB44;
}
.AnyTagClassName
{
color: #4BBB44;
}
</style>
background-color css
<style>
a { background-color: #4BBB44; }
a { background-color: rgb(75,187,68); }
div.DivClassName
{
background-color: #4BBB44;
}
.BgClassName
{
background-color: #4BBB44;
}
</style>
border-color css
<style>
span { border-color: #4BBB44; }
span { border-color: rgb(75,187,68); }
td.TdClassName
{
border-color: #4BBB44;
}
.TagClassName
{
border-color: #4BBB44;
}
</style>