Shades of Fruit Salad #4DB541
Tints of Fruit Salad #4DB541
RGB
CMYK
RGB Variations
Color information
#4DB541 (or 0x4DB541) is known color: Fruit Salad. HEX triplet: 4D, B5 and 41. RGB value is (77,181,65). Sum of RGB (Red+Green+Blue) = 77+181+65=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB541 is #B24ABE. Grayscale: #898989. Windows color (decimal): -11684543 or 4306253. OLE color: 4306253.
HSL color Cylindrical-coordinate representation of color #4DB541: hue angle of 113.79º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DB541 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 65 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.29 |
| HSL | 113.79º | 0.47% | 0.48% | - |
| HSV(B) | 113.79º | 0.64% | 0.71% | - |
| XYZ | 20.54 | 35.01 | 10.68 | - |
| YUV | 136.68 | 87.54 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 65 | 0.57 | 0 | 0.64 | 0.29 | 113.79 | 0.47 | 0.48 |
| Hex | 4D | B5 | 41 | 39 | 0 | 40 | 1D | 72 | 2F | 30 |
| Octal | 115 | 265 | 101 | 71 | 0 | 100 | 35 | 162 | 57 | 60 |
| Binary | 1001101 | 10110101 | 1000001 | 111001 | 0 | 1000000 | 11101 | 1110010 | 101111 | 110000 |
Color Harmonies of #4DB541
Complementary color
Monochromatic Colors of #4DB541
Black with #4DB541
Text Example
Text Example
White with #4DB541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB541; }
p { color: rgb(77,181,65); }
H1.HeaderClassName
{
color: #4DB541;
}
.AnyTagClassName
{
color: #4DB541;
}
</style>
background-color css
<style>
a { background-color: #4DB541; }
a { background-color: rgb(77,181,65); }
div.DivClassName
{
background-color: #4DB541;
}
.BgClassName
{
background-color: #4DB541;
}
</style>
border-color css
<style>
span { border-color: #4DB541; }
span { border-color: rgb(77,181,65); }
td.TdClassName
{
border-color: #4DB541;
}
.TagClassName
{
border-color: #4DB541;
}
</style>