Shades of Fruit Salad #4DC454
Tints of Fruit Salad #4DC454
RGB
CMYK
RGB Variations
Color information
#4DC454 (or 0x4DC454) is known color: Fruit Salad. HEX triplet: 4D, C4 and 54. RGB value is (77,196,84). Sum of RGB (Red+Green+Blue) = 77+196+84=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC454 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC454 is #B23BAB. Grayscale: #939393. Windows color (decimal): -11680684 or 5555277. OLE color: 5555277.
HSL color Cylindrical-coordinate representation of color #4DC454: hue angle of 123.53º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC454 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 84 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.23 |
| HSL | 123.53º | 0.5% | 0.54% | - |
| HSV(B) | 123.53º | 0.61% | 0.77% | - |
| XYZ | 24.4 | 41.7 | 15.15 | - |
| YUV | 147.65 | 92.08 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 84 | 0.61 | 0 | 0.57 | 0.23 | 123.53 | 0.5 | 0.54 |
| Hex | 4D | C4 | 54 | 3D | 0 | 39 | 17 | 7C | 32 | 36 |
| Octal | 115 | 304 | 124 | 75 | 0 | 71 | 27 | 174 | 62 | 66 |
| Binary | 1001101 | 11000100 | 1010100 | 111101 | 0 | 111001 | 10111 | 1111100 | 110010 | 110110 |
Color Harmonies of #4DC454
Complementary color
Monochromatic Colors of #4DC454
Black with #4DC454
Text Example
Text Example
White with #4DC454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC454; }
p { color: rgb(77,196,84); }
H1.HeaderClassName
{
color: #4DC454;
}
.AnyTagClassName
{
color: #4DC454;
}
</style>
background-color css
<style>
a { background-color: #4DC454; }
a { background-color: rgb(77,196,84); }
div.DivClassName
{
background-color: #4DC454;
}
.BgClassName
{
background-color: #4DC454;
}
</style>
border-color css
<style>
span { border-color: #4DC454; }
span { border-color: rgb(77,196,84); }
td.TdClassName
{
border-color: #4DC454;
}
.TagClassName
{
border-color: #4DC454;
}
</style>