Shades of Fruit Salad #4DAB5D
Tints of Fruit Salad #4DAB5D
RGB
CMYK
RGB Variations
Color information
#4DAB5D (or 0x4DAB5D) is known color: Fruit Salad. HEX triplet: 4D, AB and 5D. RGB value is (77,171,93). Sum of RGB (Red+Green+Blue) = 77+171+93=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAB5D is #B254A2. Grayscale: #868686. Windows color (decimal): -11687075 or 6138701. OLE color: 6138701.
HSL color Cylindrical-coordinate representation of color #4DAB5D: hue angle of 130.21º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAB5D is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 171 | 93 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.33 |
| HSL | 130.21º | 0.38% | 0.49% | - |
| HSV(B) | 130.21º | 0.55% | 0.67% | - |
| XYZ | 19.6 | 31.49 | 15.4 | - |
| YUV | 134 | 104.86 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 93 | 0.55 | 0 | 0.46 | 0.33 | 130.21 | 0.38 | 0.49 |
| Hex | 4D | AB | 5D | 37 | 0 | 2E | 21 | 82 | 26 | 31 |
| Octal | 115 | 253 | 135 | 67 | 0 | 56 | 41 | 202 | 46 | 61 |
| Binary | 1001101 | 10101011 | 1011101 | 110111 | 0 | 101110 | 100001 | 10000010 | 100110 | 110001 |
Color Harmonies of #4DAB5D
Complementary color
Monochromatic Colors of #4DAB5D
Black with #4DAB5D
Text Example
Text Example
White with #4DAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAB5D; }
p { color: rgb(77,171,93); }
H1.HeaderClassName
{
color: #4DAB5D;
}
.AnyTagClassName
{
color: #4DAB5D;
}
</style>
background-color css
<style>
a { background-color: #4DAB5D; }
a { background-color: rgb(77,171,93); }
div.DivClassName
{
background-color: #4DAB5D;
}
.BgClassName
{
background-color: #4DAB5D;
}
</style>
border-color css
<style>
span { border-color: #4DAB5D; }
span { border-color: rgb(77,171,93); }
td.TdClassName
{
border-color: #4DAB5D;
}
.TagClassName
{
border-color: #4DAB5D;
}
</style>