Shades of Fruit Salad #4DC04B
Tints of Fruit Salad #4DC04B
RGB
CMYK
RGB Variations
Color information
#4DC04B (or 0x4DC04B) is known color: Fruit Salad. HEX triplet: 4D, C0 and 4B. RGB value is (77,192,75). Sum of RGB (Red+Green+Blue) = 77+192+75=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC04B is #B23FB4. Grayscale: #909090. Windows color (decimal): -11681717 or 4964429. OLE color: 4964429.
HSL color Cylindrical-coordinate representation of color #4DC04B: hue angle of 118.97º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC04B is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 75 | - |
| CMYK | 0.60 | 0 | 0.61 | 0.25 |
| HSL | 118.97º | 0.48% | 0.52% | - |
| HSV(B) | 118.97º | 0.61% | 0.75% | - |
| XYZ | 23.18 | 39.79 | 13.11 | - |
| YUV | 144.28 | 88.9 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 75 | 0.60 | 0 | 0.61 | 0.25 | 118.97 | 0.48 | 0.52 |
| Hex | 4D | C0 | 4B | 3C | 0 | 3D | 19 | 77 | 30 | 34 |
| Octal | 115 | 300 | 113 | 74 | 0 | 75 | 31 | 167 | 60 | 64 |
| Binary | 1001101 | 11000000 | 1001011 | 111100 | 0 | 111101 | 11001 | 1110111 | 110000 | 110100 |
Color Harmonies of #4DC04B
Complementary color
Monochromatic Colors of #4DC04B
Black with #4DC04B
Text Example
Text Example
White with #4DC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC04B; }
p { color: rgb(77,192,75); }
H1.HeaderClassName
{
color: #4DC04B;
}
.AnyTagClassName
{
color: #4DC04B;
}
</style>
background-color css
<style>
a { background-color: #4DC04B; }
a { background-color: rgb(77,192,75); }
div.DivClassName
{
background-color: #4DC04B;
}
.BgClassName
{
background-color: #4DC04B;
}
</style>
border-color css
<style>
span { border-color: #4DC04B; }
span { border-color: rgb(77,192,75); }
td.TdClassName
{
border-color: #4DC04B;
}
.TagClassName
{
border-color: #4DC04B;
}
</style>