Shades of Fruit Salad #4BBF44
Tints of Fruit Salad #4BBF44
RGB
CMYK
RGB Variations
Color information
#4BBF44 (or 0x4BBF44) is known color: Fruit Salad. HEX triplet: 4B, BF and 44. RGB value is (75,191,68). Sum of RGB (Red+Green+Blue) = 75+191+68=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBF44 is #B440BB. Grayscale: #8E8E8E. Windows color (decimal): -11813052 or 4505419. OLE color: 4505419.
HSL color Cylindrical-coordinate representation of color #4BBF44: hue angle of 116.59º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BBF44 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 191 | 68 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.25 |
| HSL | 116.59º | 0.49% | 0.51% | - |
| HSV(B) | 116.59º | 0.64% | 0.75% | - |
| XYZ | 22.58 | 39.17 | 11.84 | - |
| YUV | 142.29 | 86.07 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 191 | 68 | 0.61 | 0 | 0.64 | 0.25 | 116.59 | 0.49 | 0.51 |
| Hex | 4B | BF | 44 | 3D | 0 | 40 | 19 | 75 | 31 | 33 |
| Octal | 113 | 277 | 104 | 75 | 0 | 100 | 31 | 165 | 61 | 63 |
| Binary | 1001011 | 10111111 | 1000100 | 111101 | 0 | 1000000 | 11001 | 1110101 | 110001 | 110011 |
Color Harmonies of #4BBF44
Complementary color
Monochromatic Colors of #4BBF44
Black with #4BBF44
Text Example
Text Example
White with #4BBF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBF44; }
p { color: rgb(75,191,68); }
H1.HeaderClassName
{
color: #4BBF44;
}
.AnyTagClassName
{
color: #4BBF44;
}
</style>
background-color css
<style>
a { background-color: #4BBF44; }
a { background-color: rgb(75,191,68); }
div.DivClassName
{
background-color: #4BBF44;
}
.BgClassName
{
background-color: #4BBF44;
}
</style>
border-color css
<style>
span { border-color: #4BBF44; }
span { border-color: rgb(75,191,68); }
td.TdClassName
{
border-color: #4BBF44;
}
.TagClassName
{
border-color: #4BBF44;
}
</style>