Shades of Fruit Salad #4DB75D
Tints of Fruit Salad #4DB75D
RGB
CMYK
RGB Variations
Color information
#4DB75D (or 0x4DB75D) is known color: Fruit Salad. HEX triplet: 4D, B7 and 5D. RGB value is (77,183,93). Sum of RGB (Red+Green+Blue) = 77+183+93=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB75D is #B248A2. Grayscale: #8D8D8D. Windows color (decimal): -11684003 or 6141773. OLE color: 6141773.
HSL color Cylindrical-coordinate representation of color #4DB75D: hue angle of 129.06º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB75D is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 93 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.28 |
| HSL | 129.06º | 0.42% | 0.51% | - |
| HSV(B) | 129.06º | 0.58% | 0.72% | - |
| XYZ | 21.97 | 36.24 | 16.19 | - |
| YUV | 141.05 | 100.88 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 93 | 0.58 | 0 | 0.49 | 0.28 | 129.06 | 0.42 | 0.51 |
| Hex | 4D | B7 | 5D | 3A | 0 | 31 | 1C | 81 | 2A | 33 |
| Octal | 115 | 267 | 135 | 72 | 0 | 61 | 34 | 201 | 52 | 63 |
| Binary | 1001101 | 10110111 | 1011101 | 111010 | 0 | 110001 | 11100 | 10000001 | 101010 | 110011 |
Color Harmonies of #4DB75D
Complementary color
Monochromatic Colors of #4DB75D
Black with #4DB75D
Text Example
Text Example
White with #4DB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB75D; }
p { color: rgb(77,183,93); }
H1.HeaderClassName
{
color: #4DB75D;
}
.AnyTagClassName
{
color: #4DB75D;
}
</style>
background-color css
<style>
a { background-color: #4DB75D; }
a { background-color: rgb(77,183,93); }
div.DivClassName
{
background-color: #4DB75D;
}
.BgClassName
{
background-color: #4DB75D;
}
</style>
border-color css
<style>
span { border-color: #4DB75D; }
span { border-color: rgb(77,183,93); }
td.TdClassName
{
border-color: #4DB75D;
}
.TagClassName
{
border-color: #4DB75D;
}
</style>