Shades of Fruit Salad #4DBB45
Tints of Fruit Salad #4DBB45
RGB
CMYK
RGB Variations
Color information
#4DBB45 (or 0x4DBB45) is known color: Fruit Salad. HEX triplet: 4D, BB and 45. RGB value is (77,187,69). Sum of RGB (Red+Green+Blue) = 77+187+69=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBB45 is #B244BA. Grayscale: #8D8D8D. Windows color (decimal): -11683003 or 4569933. OLE color: 4569933.
HSL color Cylindrical-coordinate representation of color #4DBB45: hue angle of 115.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DBB45 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 69 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.27 |
| HSL | 115.93º | 0.46% | 0.5% | - |
| HSV(B) | 115.93º | 0.63% | 0.73% | - |
| XYZ | 21.91 | 37.55 | 11.72 | - |
| YUV | 140.66 | 87.56 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 69 | 0.59 | 0 | 0.63 | 0.27 | 115.93 | 0.46 | 0.5 |
| Hex | 4D | BB | 45 | 3B | 0 | 3F | 1B | 74 | 2E | 32 |
| Octal | 115 | 273 | 105 | 73 | 0 | 77 | 33 | 164 | 56 | 62 |
| Binary | 1001101 | 10111011 | 1000101 | 111011 | 0 | 111111 | 11011 | 1110100 | 101110 | 110010 |
Color Harmonies of #4DBB45
Complementary color
Monochromatic Colors of #4DBB45
Black with #4DBB45
Text Example
Text Example
White with #4DBB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB45; }
p { color: rgb(77,187,69); }
H1.HeaderClassName
{
color: #4DBB45;
}
.AnyTagClassName
{
color: #4DBB45;
}
</style>
background-color css
<style>
a { background-color: #4DBB45; }
a { background-color: rgb(77,187,69); }
div.DivClassName
{
background-color: #4DBB45;
}
.BgClassName
{
background-color: #4DBB45;
}
</style>
border-color css
<style>
span { border-color: #4DBB45; }
span { border-color: rgb(77,187,69); }
td.TdClassName
{
border-color: #4DBB45;
}
.TagClassName
{
border-color: #4DBB45;
}
</style>