Shades of Fruit Salad #4DA14A
Tints of Fruit Salad #4DA14A
RGB
CMYK
RGB Variations
Color information
#4DA14A (or 0x4DA14A) is known color: Fruit Salad. HEX triplet: 4D, A1 and 4A. RGB value is (77,161,74). Sum of RGB (Red+Green+Blue) = 77+161+74=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA14A is #B25EB5. Grayscale: #7E7E7E. Windows color (decimal): -11689654 or 4890957. OLE color: 4890957.
HSL color Cylindrical-coordinate representation of color #4DA14A: hue angle of 117.93º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA14A is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 74 | - |
| CMYK | 0.52 | 0 | 0.54 | 0.37 |
| HSL | 117.93º | 0.37% | 0.46% | - |
| HSV(B) | 117.93º | 0.54% | 0.63% | - |
| XYZ | 17.04 | 27.56 | 10.9 | - |
| YUV | 125.97 | 98.67 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 74 | 0.52 | 0 | 0.54 | 0.37 | 117.93 | 0.37 | 0.46 |
| Hex | 4D | A1 | 4A | 34 | 0 | 36 | 25 | 76 | 25 | 2E |
| Octal | 115 | 241 | 112 | 64 | 0 | 66 | 45 | 166 | 45 | 56 |
| Binary | 1001101 | 10100001 | 1001010 | 110100 | 0 | 110110 | 100101 | 1110110 | 100101 | 101110 |
Color Harmonies of #4DA14A
Complementary color
Monochromatic Colors of #4DA14A
Black with #4DA14A
Text Example
Text Example
White with #4DA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA14A; }
p { color: rgb(77,161,74); }
H1.HeaderClassName
{
color: #4DA14A;
}
.AnyTagClassName
{
color: #4DA14A;
}
</style>
background-color css
<style>
a { background-color: #4DA14A; }
a { background-color: rgb(77,161,74); }
div.DivClassName
{
background-color: #4DA14A;
}
.BgClassName
{
background-color: #4DA14A;
}
</style>
border-color css
<style>
span { border-color: #4DA14A; }
span { border-color: rgb(77,161,74); }
td.TdClassName
{
border-color: #4DA14A;
}
.TagClassName
{
border-color: #4DA14A;
}
</style>