Shades of Fruit Salad #4DB14A
Tints of Fruit Salad #4DB14A
RGB
CMYK
RGB Variations
Color information
#4DB14A (or 0x4DB14A) is known color: Fruit Salad. HEX triplet: 4D, B1 and 4A. RGB value is (77,177,74). Sum of RGB (Red+Green+Blue) = 77+177+74=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 177 (69.53% from 255 or 53.96% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB14A is #B24EB5. Grayscale: #878787. Windows color (decimal): -11685558 or 4895053. OLE color: 4895053.
HSL color Cylindrical-coordinate representation of color #4DB14A: hue angle of 118.25º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB14A is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 74 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.31 |
| HSL | 118.25º | 0.41% | 0.49% | - |
| HSV(B) | 118.25º | 0.58% | 0.69% | - |
| XYZ | 20.02 | 33.52 | 11.89 | - |
| YUV | 135.36 | 93.37 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 74 | 0.56 | 0 | 0.58 | 0.31 | 118.25 | 0.41 | 0.49 |
| Hex | 4D | B1 | 4A | 38 | 0 | 3A | 1F | 76 | 29 | 31 |
| Octal | 115 | 261 | 112 | 70 | 0 | 72 | 37 | 166 | 51 | 61 |
| Binary | 1001101 | 10110001 | 1001010 | 111000 | 0 | 111010 | 11111 | 1110110 | 101001 | 110001 |
Color Harmonies of #4DB14A
Complementary color
Monochromatic Colors of #4DB14A
Black with #4DB14A
Text Example
Text Example
White with #4DB14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB14A; }
p { color: rgb(77,177,74); }
H1.HeaderClassName
{
color: #4DB14A;
}
.AnyTagClassName
{
color: #4DB14A;
}
</style>
background-color css
<style>
a { background-color: #4DB14A; }
a { background-color: rgb(77,177,74); }
div.DivClassName
{
background-color: #4DB14A;
}
.BgClassName
{
background-color: #4DB14A;
}
</style>
border-color css
<style>
span { border-color: #4DB14A; }
span { border-color: rgb(77,177,74); }
td.TdClassName
{
border-color: #4DB14A;
}
.TagClassName
{
border-color: #4DB14A;
}
</style>