Shades of Fruit Salad #4DB54A
Tints of Fruit Salad #4DB54A
RGB
CMYK
RGB Variations
Color information
#4DB54A (or 0x4DB54A) is known color: Fruit Salad. HEX triplet: 4D, B5 and 4A. RGB value is (77,181,74). Sum of RGB (Red+Green+Blue) = 77+181+74=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB54A is #B24AB5. Grayscale: #8A8A8A. Windows color (decimal): -11684534 or 4896077. OLE color: 4896077.
HSL color Cylindrical-coordinate representation of color #4DB54A: hue angle of 118.32º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DB54A is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 181 | 74 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.29 |
| HSL | 118.32º | 0.42% | 0.5% | - |
| HSV(B) | 118.32º | 0.59% | 0.71% | - |
| XYZ | 20.82 | 35.12 | 12.16 | - |
| YUV | 137.71 | 92.04 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 74 | 0.57 | 0 | 0.59 | 0.29 | 118.32 | 0.42 | 0.5 |
| Hex | 4D | B5 | 4A | 39 | 0 | 3B | 1D | 76 | 2A | 32 |
| Octal | 115 | 265 | 112 | 71 | 0 | 73 | 35 | 166 | 52 | 62 |
| Binary | 1001101 | 10110101 | 1001010 | 111001 | 0 | 111011 | 11101 | 1110110 | 101010 | 110010 |
Color Harmonies of #4DB54A
Complementary color
Monochromatic Colors of #4DB54A
Black with #4DB54A
Text Example
Text Example
White with #4DB54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB54A; }
p { color: rgb(77,181,74); }
H1.HeaderClassName
{
color: #4DB54A;
}
.AnyTagClassName
{
color: #4DB54A;
}
</style>
background-color css
<style>
a { background-color: #4DB54A; }
a { background-color: rgb(77,181,74); }
div.DivClassName
{
background-color: #4DB54A;
}
.BgClassName
{
background-color: #4DB54A;
}
</style>
border-color css
<style>
span { border-color: #4DB54A; }
span { border-color: rgb(77,181,74); }
td.TdClassName
{
border-color: #4DB54A;
}
.TagClassName
{
border-color: #4DB54A;
}
</style>