Shades of Fruit Salad #4DBB46
Tints of Fruit Salad #4DBB46
RGB
CMYK
RGB Variations
Color information
#4DBB46 (or 0x4DBB46) is known color: Fruit Salad. HEX triplet: 4D, BB and 46. RGB value is (77,187,70). Sum of RGB (Red+Green+Blue) = 77+187+70=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBB46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBB46 is #B244B9. Grayscale: #8D8D8D. Windows color (decimal): -11683002 or 4635469. OLE color: 4635469.
HSL color Cylindrical-coordinate representation of color #4DBB46: hue angle of 116.41º 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 #4DBB46 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 70 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.27 |
| HSL | 116.41º | 0.46% | 0.5% | - |
| HSV(B) | 116.41º | 0.63% | 0.73% | - |
| XYZ | 21.94 | 37.56 | 11.89 | - |
| YUV | 140.77 | 88.06 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 70 | 0.59 | 0 | 0.63 | 0.27 | 116.41 | 0.46 | 0.5 |
| Hex | 4D | BB | 46 | 3B | 0 | 3F | 1B | 74 | 2E | 32 |
| Octal | 115 | 273 | 106 | 73 | 0 | 77 | 33 | 164 | 56 | 62 |
| Binary | 1001101 | 10111011 | 1000110 | 111011 | 0 | 111111 | 11011 | 1110100 | 101110 | 110010 |
Color Harmonies of #4DBB46
Complementary color
Monochromatic Colors of #4DBB46
Black with #4DBB46
Text Example
Text Example
White with #4DBB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBB46; }
p { color: rgb(77,187,70); }
H1.HeaderClassName
{
color: #4DBB46;
}
.AnyTagClassName
{
color: #4DBB46;
}
</style>
background-color css
<style>
a { background-color: #4DBB46; }
a { background-color: rgb(77,187,70); }
div.DivClassName
{
background-color: #4DBB46;
}
.BgClassName
{
background-color: #4DBB46;
}
</style>
border-color css
<style>
span { border-color: #4DBB46; }
span { border-color: rgb(77,187,70); }
td.TdClassName
{
border-color: #4DBB46;
}
.TagClassName
{
border-color: #4DBB46;
}
</style>