Shades of Fruit Salad #4DC151
Tints of Fruit Salad #4DC151
RGB
CMYK
RGB Variations
Color information
#4DC151 (or 0x4DC151) is known color: Fruit Salad. HEX triplet: 4D, C1 and 51. RGB value is (77,193,81). Sum of RGB (Red+Green+Blue) = 77+193+81=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC151 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC151 is #B23EAE. Grayscale: #919191. Windows color (decimal): -11681455 or 5357901. OLE color: 5357901.
HSL color Cylindrical-coordinate representation of color #4DC151: hue angle of 122.07º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC151 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 81 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.24 |
| HSL | 122.07º | 0.48% | 0.53% | - |
| HSV(B) | 122.07º | 0.6% | 0.76% | - |
| XYZ | 23.62 | 40.31 | 14.32 | - |
| YUV | 145.55 | 91.57 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 81 | 0.60 | 0 | 0.58 | 0.24 | 122.07 | 0.48 | 0.53 |
| Hex | 4D | C1 | 51 | 3C | 0 | 3A | 18 | 7A | 30 | 35 |
| Octal | 115 | 301 | 121 | 74 | 0 | 72 | 30 | 172 | 60 | 65 |
| Binary | 1001101 | 11000001 | 1010001 | 111100 | 0 | 111010 | 11000 | 1111010 | 110000 | 110101 |
Color Harmonies of #4DC151
Complementary color
Monochromatic Colors of #4DC151
Black with #4DC151
Text Example
Text Example
White with #4DC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC151; }
p { color: rgb(77,193,81); }
H1.HeaderClassName
{
color: #4DC151;
}
.AnyTagClassName
{
color: #4DC151;
}
</style>
background-color css
<style>
a { background-color: #4DC151; }
a { background-color: rgb(77,193,81); }
div.DivClassName
{
background-color: #4DC151;
}
.BgClassName
{
background-color: #4DC151;
}
</style>
border-color css
<style>
span { border-color: #4DC151; }
span { border-color: rgb(77,193,81); }
td.TdClassName
{
border-color: #4DC151;
}
.TagClassName
{
border-color: #4DC151;
}
</style>