Shades of Fruit Salad #4BBE4D
Tints of Fruit Salad #4BBE4D
RGB
CMYK
RGB Variations
Color information
#4BBE4D (or 0x4BBE4D) is known color: Fruit Salad. HEX triplet: 4B, BE and 4D. RGB value is (75,190,77). Sum of RGB (Red+Green+Blue) = 75+190+77=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBE4D is #B441B2. Grayscale: #8F8F8F. Windows color (decimal): -11813299 or 5094987. OLE color: 5094987.
HSL color Cylindrical-coordinate representation of color #4BBE4D: hue angle of 121.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBE4D is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 190 | 77 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.25 |
| HSL | 121.04º | 0.47% | 0.52% | - |
| HSV(B) | 121.04º | 0.61% | 0.75% | - |
| XYZ | 22.65 | 38.86 | 13.33 | - |
| YUV | 142.73 | 90.9 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 190 | 77 | 0.61 | 0 | 0.59 | 0.25 | 121.04 | 0.47 | 0.52 |
| Hex | 4B | BE | 4D | 3D | 0 | 3B | 19 | 79 | 2F | 34 |
| Octal | 113 | 276 | 115 | 75 | 0 | 73 | 31 | 171 | 57 | 64 |
| Binary | 1001011 | 10111110 | 1001101 | 111101 | 0 | 111011 | 11001 | 1111001 | 101111 | 110100 |
Color Harmonies of #4BBE4D
Complementary color
Monochromatic Colors of #4BBE4D
Black with #4BBE4D
Text Example
Text Example
White with #4BBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBE4D; }
p { color: rgb(75,190,77); }
H1.HeaderClassName
{
color: #4BBE4D;
}
.AnyTagClassName
{
color: #4BBE4D;
}
</style>
background-color css
<style>
a { background-color: #4BBE4D; }
a { background-color: rgb(75,190,77); }
div.DivClassName
{
background-color: #4BBE4D;
}
.BgClassName
{
background-color: #4BBE4D;
}
</style>
border-color css
<style>
span { border-color: #4BBE4D; }
span { border-color: rgb(75,190,77); }
td.TdClassName
{
border-color: #4BBE4D;
}
.TagClassName
{
border-color: #4BBE4D;
}
</style>