Shades of Fruit Salad #4DB15D
Tints of Fruit Salad #4DB15D
RGB
CMYK
RGB Variations
Color information
#4DB15D (or 0x4DB15D) is known color: Fruit Salad. HEX triplet: 4D, B1 and 5D. RGB value is (77,177,93). Sum of RGB (Red+Green+Blue) = 77+177+93=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB15D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB15D is #B24EA2. Grayscale: #898989. Windows color (decimal): -11685539 or 6140237. OLE color: 6140237.
HSL color Cylindrical-coordinate representation of color #4DB15D: hue angle of 129.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB15D is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 93 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.31 |
| HSL | 129.6º | 0.39% | 0.5% | - |
| HSV(B) | 129.6º | 0.56% | 0.69% | - |
| XYZ | 20.76 | 33.81 | 15.79 | - |
| YUV | 137.52 | 102.87 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 93 | 0.56 | 0 | 0.47 | 0.31 | 129.6 | 0.39 | 0.5 |
| Hex | 4D | B1 | 5D | 38 | 0 | 2F | 1F | 82 | 27 | 32 |
| Octal | 115 | 261 | 135 | 70 | 0 | 57 | 37 | 202 | 47 | 62 |
| Binary | 1001101 | 10110001 | 1011101 | 111000 | 0 | 101111 | 11111 | 10000010 | 100111 | 110010 |
Color Harmonies of #4DB15D
Complementary color
Monochromatic Colors of #4DB15D
Black with #4DB15D
Text Example
Text Example
White with #4DB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB15D; }
p { color: rgb(77,177,93); }
H1.HeaderClassName
{
color: #4DB15D;
}
.AnyTagClassName
{
color: #4DB15D;
}
</style>
background-color css
<style>
a { background-color: #4DB15D; }
a { background-color: rgb(77,177,93); }
div.DivClassName
{
background-color: #4DB15D;
}
.BgClassName
{
background-color: #4DB15D;
}
</style>
border-color css
<style>
span { border-color: #4DB15D; }
span { border-color: rgb(77,177,93); }
td.TdClassName
{
border-color: #4DB15D;
}
.TagClassName
{
border-color: #4DB15D;
}
</style>