Shades of Fruit Salad #4DB14B
Tints of Fruit Salad #4DB14B
RGB
CMYK
RGB Variations
Color information
#4DB14B (or 0x4DB14B) is known color: Fruit Salad. HEX triplet: 4D, B1 and 4B. RGB value is (77,177,75). Sum of RGB (Red+Green+Blue) = 77+177+75=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 177 (69.53% from 255 or 53.80% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB14B is #B24EB4. Grayscale: #878787. Windows color (decimal): -11685557 or 4960589. OLE color: 4960589.
HSL color Cylindrical-coordinate representation of color #4DB14B: hue angle of 118.82º degrees, saturation: 0.4, 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 #4DB14B is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 75 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.31 |
| HSL | 118.82º | 0.4% | 0.49% | - |
| HSV(B) | 118.82º | 0.58% | 0.69% | - |
| XYZ | 20.05 | 33.53 | 12.07 | - |
| YUV | 135.47 | 93.87 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 75 | 0.56 | 0 | 0.58 | 0.31 | 118.82 | 0.4 | 0.49 |
| Hex | 4D | B1 | 4B | 38 | 0 | 3A | 1F | 77 | 28 | 31 |
| Octal | 115 | 261 | 113 | 70 | 0 | 72 | 37 | 167 | 50 | 61 |
| Binary | 1001101 | 10110001 | 1001011 | 111000 | 0 | 111010 | 11111 | 1110111 | 101000 | 110001 |
Color Harmonies of #4DB14B
Complementary color
Monochromatic Colors of #4DB14B
Black with #4DB14B
Text Example
Text Example
White with #4DB14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB14B; }
p { color: rgb(77,177,75); }
H1.HeaderClassName
{
color: #4DB14B;
}
.AnyTagClassName
{
color: #4DB14B;
}
</style>
background-color css
<style>
a { background-color: #4DB14B; }
a { background-color: rgb(77,177,75); }
div.DivClassName
{
background-color: #4DB14B;
}
.BgClassName
{
background-color: #4DB14B;
}
</style>
border-color css
<style>
span { border-color: #4DB14B; }
span { border-color: rgb(77,177,75); }
td.TdClassName
{
border-color: #4DB14B;
}
.TagClassName
{
border-color: #4DB14B;
}
</style>