Shades of Fruit Salad #4DB140
Tints of Fruit Salad #4DB140
RGB
CMYK
RGB Variations
Color information
#4DB140 (or 0x4DB140) is known color: Fruit Salad. HEX triplet: 4D, B1 and 40. RGB value is (77,177,64). Sum of RGB (Red+Green+Blue) = 77+177+64=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB140 is #B24EBF. Grayscale: #868686. Windows color (decimal): -11685568 or 4239693. OLE color: 4239693.
HSL color Cylindrical-coordinate representation of color #4DB140: hue angle of 113.1º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DB140 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 64 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.31 |
| HSL | 113.1º | 0.47% | 0.47% | - |
| HSV(B) | 113.1º | 0.64% | 0.69% | - |
| XYZ | 19.71 | 33.39 | 10.26 | - |
| YUV | 134.22 | 88.37 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 64 | 0.56 | 0 | 0.64 | 0.31 | 113.1 | 0.47 | 0.47 |
| Hex | 4D | B1 | 40 | 38 | 0 | 40 | 1F | 71 | 2F | 2F |
| Octal | 115 | 261 | 100 | 70 | 0 | 100 | 37 | 161 | 57 | 57 |
| Binary | 1001101 | 10110001 | 1000000 | 111000 | 0 | 1000000 | 11111 | 1110001 | 101111 | 101111 |
Color Harmonies of #4DB140
Complementary color
Monochromatic Colors of #4DB140
Black with #4DB140
Text Example
Text Example
White with #4DB140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB140; }
p { color: rgb(77,177,64); }
H1.HeaderClassName
{
color: #4DB140;
}
.AnyTagClassName
{
color: #4DB140;
}
</style>
background-color css
<style>
a { background-color: #4DB140; }
a { background-color: rgb(77,177,64); }
div.DivClassName
{
background-color: #4DB140;
}
.BgClassName
{
background-color: #4DB140;
}
</style>
border-color css
<style>
span { border-color: #4DB140; }
span { border-color: rgb(77,177,64); }
td.TdClassName
{
border-color: #4DB140;
}
.TagClassName
{
border-color: #4DB140;
}
</style>