Shades of Fruit Salad #4DC045
Tints of Fruit Salad #4DC045
RGB
CMYK
RGB Variations
Color information
#4DC045 (or 0x4DC045) is known color: Fruit Salad. HEX triplet: 4D, C0 and 45. RGB value is (77,192,69). Sum of RGB (Red+Green+Blue) = 77+192+69=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC045 is #B23FBA. Grayscale: #8F8F8F. Windows color (decimal): -11681723 or 4571213. OLE color: 4571213.
HSL color Cylindrical-coordinate representation of color #4DC045: hue angle of 116.1º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DC045 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 69 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.25 |
| HSL | 116.1º | 0.49% | 0.51% | - |
| HSV(B) | 116.1º | 0.64% | 0.75% | - |
| XYZ | 22.98 | 39.71 | 12.08 | - |
| YUV | 143.59 | 85.9 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 69 | 0.60 | 0 | 0.64 | 0.25 | 116.1 | 0.49 | 0.51 |
| Hex | 4D | C0 | 45 | 3C | 0 | 40 | 19 | 74 | 31 | 33 |
| Octal | 115 | 300 | 105 | 74 | 0 | 100 | 31 | 164 | 61 | 63 |
| Binary | 1001101 | 11000000 | 1000101 | 111100 | 0 | 1000000 | 11001 | 1110100 | 110001 | 110011 |
Color Harmonies of #4DC045
Complementary color
Monochromatic Colors of #4DC045
Black with #4DC045
Text Example
Text Example
White with #4DC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC045; }
p { color: rgb(77,192,69); }
H1.HeaderClassName
{
color: #4DC045;
}
.AnyTagClassName
{
color: #4DC045;
}
</style>
background-color css
<style>
a { background-color: #4DC045; }
a { background-color: rgb(77,192,69); }
div.DivClassName
{
background-color: #4DC045;
}
.BgClassName
{
background-color: #4DC045;
}
</style>
border-color css
<style>
span { border-color: #4DC045; }
span { border-color: rgb(77,192,69); }
td.TdClassName
{
border-color: #4DC045;
}
.TagClassName
{
border-color: #4DC045;
}
</style>