Shades of Fruit Salad #4DB946
Tints of Fruit Salad #4DB946
RGB
CMYK
RGB Variations
Color information
#4DB946 (or 0x4DB946) is known color: Fruit Salad. HEX triplet: 4D, B9 and 46. RGB value is (77,185,70). Sum of RGB (Red+Green+Blue) = 77+185+70=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 185 (72.66% from 255 or 55.72% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB946 is #B246B9. Grayscale: #8B8B8B. Windows color (decimal): -11683514 or 4634957. OLE color: 4634957.
HSL color Cylindrical-coordinate representation of color #4DB946: hue angle of 116.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DB946 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 70 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.27 |
| HSL | 116.35º | 0.45% | 0.5% | - |
| HSV(B) | 116.35º | 0.62% | 0.73% | - |
| XYZ | 21.52 | 36.72 | 11.75 | - |
| YUV | 139.6 | 88.72 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 70 | 0.58 | 0 | 0.62 | 0.27 | 116.35 | 0.45 | 0.5 |
| Hex | 4D | B9 | 46 | 3A | 0 | 3E | 1B | 74 | 2D | 32 |
| Octal | 115 | 271 | 106 | 72 | 0 | 76 | 33 | 164 | 55 | 62 |
| Binary | 1001101 | 10111001 | 1000110 | 111010 | 0 | 111110 | 11011 | 1110100 | 101101 | 110010 |
Color Harmonies of #4DB946
Complementary color
Monochromatic Colors of #4DB946
Black with #4DB946
Text Example
Text Example
White with #4DB946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB946; }
p { color: rgb(77,185,70); }
H1.HeaderClassName
{
color: #4DB946;
}
.AnyTagClassName
{
color: #4DB946;
}
</style>
background-color css
<style>
a { background-color: #4DB946; }
a { background-color: rgb(77,185,70); }
div.DivClassName
{
background-color: #4DB946;
}
.BgClassName
{
background-color: #4DB946;
}
</style>
border-color css
<style>
span { border-color: #4DB946; }
span { border-color: rgb(77,185,70); }
td.TdClassName
{
border-color: #4DB946;
}
.TagClassName
{
border-color: #4DB946;
}
</style>