Shades of Fruit Salad #4DB34A
Tints of Fruit Salad #4DB34A
RGB
CMYK
RGB Variations
Color information
#4DB34A (or 0x4DB34A) is known color: Fruit Salad. HEX triplet: 4D, B3 and 4A. RGB value is (77,179,74). Sum of RGB (Red+Green+Blue) = 77+179+74=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB34A is #B24CB5. Grayscale: #888888. Windows color (decimal): -11685046 or 4895565. OLE color: 4895565.
HSL color Cylindrical-coordinate representation of color #4DB34A: hue angle of 118.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB34A is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 74 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.30 |
| HSL | 118.29º | 0.42% | 0.5% | - |
| HSV(B) | 118.29º | 0.59% | 0.7% | - |
| XYZ | 20.42 | 34.31 | 12.03 | - |
| YUV | 136.53 | 92.71 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 74 | 0.57 | 0 | 0.59 | 0.30 | 118.29 | 0.42 | 0.5 |
| Hex | 4D | B3 | 4A | 39 | 0 | 3B | 1E | 76 | 2A | 32 |
| Octal | 115 | 263 | 112 | 71 | 0 | 73 | 36 | 166 | 52 | 62 |
| Binary | 1001101 | 10110011 | 1001010 | 111001 | 0 | 111011 | 11110 | 1110110 | 101010 | 110010 |
Color Harmonies of #4DB34A
Complementary color
Monochromatic Colors of #4DB34A
Black with #4DB34A
Text Example
Text Example
White with #4DB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB34A; }
p { color: rgb(77,179,74); }
H1.HeaderClassName
{
color: #4DB34A;
}
.AnyTagClassName
{
color: #4DB34A;
}
</style>
background-color css
<style>
a { background-color: #4DB34A; }
a { background-color: rgb(77,179,74); }
div.DivClassName
{
background-color: #4DB34A;
}
.BgClassName
{
background-color: #4DB34A;
}
</style>
border-color css
<style>
span { border-color: #4DB34A; }
span { border-color: rgb(77,179,74); }
td.TdClassName
{
border-color: #4DB34A;
}
.TagClassName
{
border-color: #4DB34A;
}
</style>