Shades of Fruit Salad #4DB25D
Tints of Fruit Salad #4DB25D
RGB
CMYK
RGB Variations
Color information
#4DB25D (or 0x4DB25D) is known color: Fruit Salad. HEX triplet: 4D, B2 and 5D. RGB value is (77,178,93). Sum of RGB (Red+Green+Blue) = 77+178+93=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB25D is #B24DA2. Grayscale: #8A8A8A. Windows color (decimal): -11685283 or 6140493. OLE color: 6140493.
HSL color Cylindrical-coordinate representation of color #4DB25D: hue angle of 129.5º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB25D is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 178 | 93 | - |
| CMYK | 0.57 | 0 | 0.48 | 0.30 |
| HSL | 129.5º | 0.4% | 0.5% | - |
| HSV(B) | 129.5º | 0.57% | 0.7% | - |
| XYZ | 20.96 | 34.21 | 15.85 | - |
| YUV | 138.11 | 102.54 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 93 | 0.57 | 0 | 0.48 | 0.30 | 129.5 | 0.4 | 0.5 |
| Hex | 4D | B2 | 5D | 39 | 0 | 30 | 1E | 82 | 28 | 32 |
| Octal | 115 | 262 | 135 | 71 | 0 | 60 | 36 | 202 | 50 | 62 |
| Binary | 1001101 | 10110010 | 1011101 | 111001 | 0 | 110000 | 11110 | 10000010 | 101000 | 110010 |
Color Harmonies of #4DB25D
Complementary color
Monochromatic Colors of #4DB25D
Black with #4DB25D
Text Example
Text Example
White with #4DB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB25D; }
p { color: rgb(77,178,93); }
H1.HeaderClassName
{
color: #4DB25D;
}
.AnyTagClassName
{
color: #4DB25D;
}
</style>
background-color css
<style>
a { background-color: #4DB25D; }
a { background-color: rgb(77,178,93); }
div.DivClassName
{
background-color: #4DB25D;
}
.BgClassName
{
background-color: #4DB25D;
}
</style>
border-color css
<style>
span { border-color: #4DB25D; }
span { border-color: rgb(77,178,93); }
td.TdClassName
{
border-color: #4DB25D;
}
.TagClassName
{
border-color: #4DB25D;
}
</style>