Shades of Fruit Salad #4DBE45
Tints of Fruit Salad #4DBE45
RGB
CMYK
RGB Variations
Color information
#4DBE45 (or 0x4DBE45) is known color: Fruit Salad. HEX triplet: 4D, BE and 45. RGB value is (77,190,69). Sum of RGB (Red+Green+Blue) = 77+190+69=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 190 (74.61% from 255 or 56.55% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBE45 is #B241BA. Grayscale: #8E8E8E. Windows color (decimal): -11682235 or 4570701. OLE color: 4570701.
HSL color Cylindrical-coordinate representation of color #4DBE45: hue angle of 116.03º degrees, saturation: 0.48, 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 #4DBE45 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 69 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.25 |
| HSL | 116.03º | 0.48% | 0.51% | - |
| HSV(B) | 116.03º | 0.64% | 0.75% | - |
| XYZ | 22.55 | 38.83 | 11.94 | - |
| YUV | 142.42 | 86.56 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 69 | 0.59 | 0 | 0.64 | 0.25 | 116.03 | 0.48 | 0.51 |
| Hex | 4D | BE | 45 | 3B | 0 | 40 | 19 | 74 | 30 | 33 |
| Octal | 115 | 276 | 105 | 73 | 0 | 100 | 31 | 164 | 60 | 63 |
| Binary | 1001101 | 10111110 | 1000101 | 111011 | 0 | 1000000 | 11001 | 1110100 | 110000 | 110011 |
Color Harmonies of #4DBE45
Complementary color
Monochromatic Colors of #4DBE45
Black with #4DBE45
Text Example
Text Example
White with #4DBE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE45; }
p { color: rgb(77,190,69); }
H1.HeaderClassName
{
color: #4DBE45;
}
.AnyTagClassName
{
color: #4DBE45;
}
</style>
background-color css
<style>
a { background-color: #4DBE45; }
a { background-color: rgb(77,190,69); }
div.DivClassName
{
background-color: #4DBE45;
}
.BgClassName
{
background-color: #4DBE45;
}
</style>
border-color css
<style>
span { border-color: #4DBE45; }
span { border-color: rgb(77,190,69); }
td.TdClassName
{
border-color: #4DBE45;
}
.TagClassName
{
border-color: #4DBE45;
}
</style>