Shades of Fruit Salad #4BBD45
Tints of Fruit Salad #4BBD45
RGB
CMYK
RGB Variations
Color information
#4BBD45 (or 0x4BBD45) is known color: Fruit Salad. HEX triplet: 4B, BD and 45. RGB value is (75,189,69). Sum of RGB (Red+Green+Blue) = 75+189+69=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBD45 is #B442BA. Grayscale: #8D8D8D. Windows color (decimal): -11813563 or 4570443. OLE color: 4570443.
HSL color Cylindrical-coordinate representation of color #4BBD45: hue angle of 117º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BBD45 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 69 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.26 |
| HSL | 117º | 0.48% | 0.51% | - |
| HSV(B) | 117º | 0.63% | 0.74% | - |
| XYZ | 22.17 | 38.32 | 11.86 | - |
| YUV | 141.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 69 | 0.60 | 0 | 0.63 | 0.26 | 117 | 0.48 | 0.51 |
| Hex | 4B | BD | 45 | 3C | 0 | 3F | 1A | 75 | 30 | 33 |
| Octal | 113 | 275 | 105 | 74 | 0 | 77 | 32 | 165 | 60 | 63 |
| Binary | 1001011 | 10111101 | 1000101 | 111100 | 0 | 111111 | 11010 | 1110101 | 110000 | 110011 |
Color Harmonies of #4BBD45
Complementary color
Monochromatic Colors of #4BBD45
Black with #4BBD45
Text Example
Text Example
White with #4BBD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBD45; }
p { color: rgb(75,189,69); }
H1.HeaderClassName
{
color: #4BBD45;
}
.AnyTagClassName
{
color: #4BBD45;
}
</style>
background-color css
<style>
a { background-color: #4BBD45; }
a { background-color: rgb(75,189,69); }
div.DivClassName
{
background-color: #4BBD45;
}
.BgClassName
{
background-color: #4BBD45;
}
</style>
border-color css
<style>
span { border-color: #4BBD45; }
span { border-color: rgb(75,189,69); }
td.TdClassName
{
border-color: #4BBD45;
}
.TagClassName
{
border-color: #4BBD45;
}
</style>