Shades of Fruit Salad #4DB04B
Tints of Fruit Salad #4DB04B
RGB
CMYK
RGB Variations
Color information
#4DB04B (or 0x4DB04B) is known color: Fruit Salad. HEX triplet: 4D, B0 and 4B. RGB value is (77,176,75). Sum of RGB (Red+Green+Blue) = 77+176+75=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 176 (69.14% from 255 or 53.66% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB04B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB04B is #B24FB4. Grayscale: #878787. Windows color (decimal): -11685813 or 4960333. OLE color: 4960333.
HSL color Cylindrical-coordinate representation of color #4DB04B: hue angle of 118.81º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB04B is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 75 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.31 |
| HSL | 118.81º | 0.4% | 0.49% | - |
| HSV(B) | 118.81º | 0.57% | 0.69% | - |
| XYZ | 19.86 | 33.14 | 12.01 | - |
| YUV | 134.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 75 | 0.56 | 0 | 0.57 | 0.31 | 118.81 | 0.4 | 0.49 |
| Hex | 4D | B0 | 4B | 38 | 0 | 39 | 1F | 77 | 28 | 31 |
| Octal | 115 | 260 | 113 | 70 | 0 | 71 | 37 | 167 | 50 | 61 |
| Binary | 1001101 | 10110000 | 1001011 | 111000 | 0 | 111001 | 11111 | 1110111 | 101000 | 110001 |
Color Harmonies of #4DB04B
Complementary color
Monochromatic Colors of #4DB04B
Black with #4DB04B
Text Example
Text Example
White with #4DB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB04B; }
p { color: rgb(77,176,75); }
H1.HeaderClassName
{
color: #4DB04B;
}
.AnyTagClassName
{
color: #4DB04B;
}
</style>
background-color css
<style>
a { background-color: #4DB04B; }
a { background-color: rgb(77,176,75); }
div.DivClassName
{
background-color: #4DB04B;
}
.BgClassName
{
background-color: #4DB04B;
}
</style>
border-color css
<style>
span { border-color: #4DB04B; }
span { border-color: rgb(77,176,75); }
td.TdClassName
{
border-color: #4DB04B;
}
.TagClassName
{
border-color: #4DB04B;
}
</style>