Shades of Fruit Salad #4BBE43
Tints of Fruit Salad #4BBE43
RGB
CMYK
RGB Variations
Color information
#4BBE43 (or 0x4BBE43) is known color: Fruit Salad. HEX triplet: 4B, BE and 43. RGB value is (75,190,67). Sum of RGB (Red+Green+Blue) = 75+190+67=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBE43 is #B441BC. Grayscale: #8D8D8D. Windows color (decimal): -11813309 or 4439627. OLE color: 4439627.
HSL color Cylindrical-coordinate representation of color #4BBE43: hue angle of 116.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BBE43 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 190 | 67 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.25 |
| HSL | 116.1º | 0.49% | 0.5% | - |
| HSV(B) | 116.1º | 0.65% | 0.75% | - |
| XYZ | 22.33 | 38.73 | 11.61 | - |
| YUV | 141.59 | 85.9 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 190 | 67 | 0.61 | 0 | 0.65 | 0.25 | 116.1 | 0.49 | 0.5 |
| Hex | 4B | BE | 43 | 3D | 0 | 41 | 19 | 74 | 31 | 32 |
| Octal | 113 | 276 | 103 | 75 | 0 | 101 | 31 | 164 | 61 | 62 |
| Binary | 1001011 | 10111110 | 1000011 | 111101 | 0 | 1000001 | 11001 | 1110100 | 110001 | 110010 |
Color Harmonies of #4BBE43
Complementary color
Monochromatic Colors of #4BBE43
Black with #4BBE43
Text Example
Text Example
White with #4BBE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBE43; }
p { color: rgb(75,190,67); }
H1.HeaderClassName
{
color: #4BBE43;
}
.AnyTagClassName
{
color: #4BBE43;
}
</style>
background-color css
<style>
a { background-color: #4BBE43; }
a { background-color: rgb(75,190,67); }
div.DivClassName
{
background-color: #4BBE43;
}
.BgClassName
{
background-color: #4BBE43;
}
</style>
border-color css
<style>
span { border-color: #4BBE43; }
span { border-color: rgb(75,190,67); }
td.TdClassName
{
border-color: #4BBE43;
}
.TagClassName
{
border-color: #4BBE43;
}
</style>