Shades of Fruit Salad #4DBB5B
Tints of Fruit Salad #4DBB5B
RGB
CMYK
RGB Variations
Color information
#4DBB5B (or 0x4DBB5B) is known color: Fruit Salad. HEX triplet: 4D, BB and 5B. RGB value is (77,187,91). Sum of RGB (Red+Green+Blue) = 77+187+91=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBB5B is #B244A4. Grayscale: #8F8F8F. Windows color (decimal): -11682981 or 6011725. OLE color: 6011725.
HSL color Cylindrical-coordinate representation of color #4DBB5B: hue angle of 127.64º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBB5B is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 91 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.27 |
| HSL | 127.64º | 0.45% | 0.52% | - |
| HSV(B) | 127.64º | 0.59% | 0.73% | - |
| XYZ | 22.72 | 37.87 | 16.01 | - |
| YUV | 143.17 | 98.56 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 91 | 0.59 | 0 | 0.51 | 0.27 | 127.64 | 0.45 | 0.52 |
| Hex | 4D | BB | 5B | 3B | 0 | 33 | 1B | 80 | 2D | 34 |
| Octal | 115 | 273 | 133 | 73 | 0 | 63 | 33 | 200 | 55 | 64 |
| Binary | 1001101 | 10111011 | 1011011 | 111011 | 0 | 110011 | 11011 | 10000000 | 101101 | 110100 |
Color Harmonies of #4DBB5B
Complementary color
Monochromatic Colors of #4DBB5B
Black with #4DBB5B
Text Example
Text Example
White with #4DBB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB5B; }
p { color: rgb(77,187,91); }
H1.HeaderClassName
{
color: #4DBB5B;
}
.AnyTagClassName
{
color: #4DBB5B;
}
</style>
background-color css
<style>
a { background-color: #4DBB5B; }
a { background-color: rgb(77,187,91); }
div.DivClassName
{
background-color: #4DBB5B;
}
.BgClassName
{
background-color: #4DBB5B;
}
</style>
border-color css
<style>
span { border-color: #4DBB5B; }
span { border-color: rgb(77,187,91); }
td.TdClassName
{
border-color: #4DBB5B;
}
.TagClassName
{
border-color: #4DBB5B;
}
</style>