Shades of Fruit Salad #4DB841
Tints of Fruit Salad #4DB841
RGB
CMYK
RGB Variations
Color information
#4DB841 (or 0x4DB841) is known color: Fruit Salad. HEX triplet: 4D, B8 and 41. RGB value is (77,184,65). Sum of RGB (Red+Green+Blue) = 77+184+65=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB841 is #B247BE. Grayscale: #8A8A8A. Windows color (decimal): -11683775 or 4307021. OLE color: 4307021.
HSL color Cylindrical-coordinate representation of color #4DB841: hue angle of 113.95º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DB841 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 65 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.28 |
| HSL | 113.95º | 0.48% | 0.49% | - |
| HSV(B) | 113.95º | 0.65% | 0.72% | - |
| XYZ | 21.16 | 36.24 | 10.88 | - |
| YUV | 138.44 | 86.55 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 65 | 0.58 | 0 | 0.65 | 0.28 | 113.95 | 0.48 | 0.49 |
| Hex | 4D | B8 | 41 | 3A | 0 | 41 | 1C | 72 | 30 | 31 |
| Octal | 115 | 270 | 101 | 72 | 0 | 101 | 34 | 162 | 60 | 61 |
| Binary | 1001101 | 10111000 | 1000001 | 111010 | 0 | 1000001 | 11100 | 1110010 | 110000 | 110001 |
Color Harmonies of #4DB841
Complementary color
Monochromatic Colors of #4DB841
Black with #4DB841
Text Example
Text Example
White with #4DB841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB841; }
p { color: rgb(77,184,65); }
H1.HeaderClassName
{
color: #4DB841;
}
.AnyTagClassName
{
color: #4DB841;
}
</style>
background-color css
<style>
a { background-color: #4DB841; }
a { background-color: rgb(77,184,65); }
div.DivClassName
{
background-color: #4DB841;
}
.BgClassName
{
background-color: #4DB841;
}
</style>
border-color css
<style>
span { border-color: #4DB841; }
span { border-color: rgb(77,184,65); }
td.TdClassName
{
border-color: #4DB841;
}
.TagClassName
{
border-color: #4DB841;
}
</style>