Shades of Fruit Salad #4DB35C
Tints of Fruit Salad #4DB35C
RGB
CMYK
RGB Variations
Color information
#4DB35C (or 0x4DB35C) is known color: Fruit Salad. HEX triplet: 4D, B3 and 5C. RGB value is (77,179,92). Sum of RGB (Red+Green+Blue) = 77+179+92=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB35C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB35C is #B24CA3. Grayscale: #8A8A8A. Windows color (decimal): -11685028 or 6075213. OLE color: 6075213.
HSL color Cylindrical-coordinate representation of color #4DB35C: hue angle of 128.82º 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 #4DB35C is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 92 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.30 |
| HSL | 128.82º | 0.4% | 0.5% | - |
| HSV(B) | 128.82º | 0.57% | 0.7% | - |
| XYZ | 21.11 | 34.59 | 15.69 | - |
| YUV | 138.58 | 101.71 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 92 | 0.57 | 0 | 0.49 | 0.30 | 128.82 | 0.4 | 0.5 |
| Hex | 4D | B3 | 5C | 39 | 0 | 31 | 1E | 81 | 28 | 32 |
| Octal | 115 | 263 | 134 | 71 | 0 | 61 | 36 | 201 | 50 | 62 |
| Binary | 1001101 | 10110011 | 1011100 | 111001 | 0 | 110001 | 11110 | 10000001 | 101000 | 110010 |
Color Harmonies of #4DB35C
Complementary color
Monochromatic Colors of #4DB35C
Black with #4DB35C
Text Example
Text Example
White with #4DB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB35C; }
p { color: rgb(77,179,92); }
H1.HeaderClassName
{
color: #4DB35C;
}
.AnyTagClassName
{
color: #4DB35C;
}
</style>
background-color css
<style>
a { background-color: #4DB35C; }
a { background-color: rgb(77,179,92); }
div.DivClassName
{
background-color: #4DB35C;
}
.BgClassName
{
background-color: #4DB35C;
}
</style>
border-color css
<style>
span { border-color: #4DB35C; }
span { border-color: rgb(77,179,92); }
td.TdClassName
{
border-color: #4DB35C;
}
.TagClassName
{
border-color: #4DB35C;
}
</style>