Shades of Fruit Salad #4DBA5D
Tints of Fruit Salad #4DBA5D
RGB
CMYK
RGB Variations
Color information
#4DBA5D (or 0x4DBA5D) is known color: Fruit Salad. HEX triplet: 4D, BA and 5D. RGB value is (77,186,93). Sum of RGB (Red+Green+Blue) = 77+186+93=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBA5D is #B245A2. Grayscale: #8F8F8F. Windows color (decimal): -11683235 or 6142541. OLE color: 6142541.
HSL color Cylindrical-coordinate representation of color #4DBA5D: hue angle of 128.81º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBA5D is Cyan = 0.59, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 93 | - |
| CMYK | 0.59 | 0 | 0.5 | 0.27 |
| HSL | 128.81º | 0.44% | 0.52% | - |
| HSV(B) | 128.81º | 0.59% | 0.73% | - |
| XYZ | 22.6 | 37.49 | 16.4 | - |
| YUV | 142.81 | 99.89 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 93 | 0.59 | 0 | 0.5 | 0.27 | 128.81 | 0.44 | 0.52 |
| Hex | 4D | BA | 5D | 3B | 0 | 32 | 1B | 81 | 2C | 34 |
| Octal | 115 | 272 | 135 | 73 | 0 | 62 | 33 | 201 | 54 | 64 |
| Binary | 1001101 | 10111010 | 1011101 | 111011 | 0 | 110010 | 11011 | 10000001 | 101100 | 110100 |
Color Harmonies of #4DBA5D
Complementary color
Monochromatic Colors of #4DBA5D
Black with #4DBA5D
Text Example
Text Example
White with #4DBA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBA5D; }
p { color: rgb(77,186,93); }
H1.HeaderClassName
{
color: #4DBA5D;
}
.AnyTagClassName
{
color: #4DBA5D;
}
</style>
background-color css
<style>
a { background-color: #4DBA5D; }
a { background-color: rgb(77,186,93); }
div.DivClassName
{
background-color: #4DBA5D;
}
.BgClassName
{
background-color: #4DBA5D;
}
</style>
border-color css
<style>
span { border-color: #4DBA5D; }
span { border-color: rgb(77,186,93); }
td.TdClassName
{
border-color: #4DBA5D;
}
.TagClassName
{
border-color: #4DBA5D;
}
</style>