Shades of Fruit Salad #4DBF45
Tints of Fruit Salad #4DBF45
RGB
CMYK
RGB Variations
Color information
#4DBF45 (or 0x4DBF45) is known color: Fruit Salad. HEX triplet: 4D, BF and 45. RGB value is (77,191,69). Sum of RGB (Red+Green+Blue) = 77+191+69=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBF45 is #B240BA. Grayscale: #8F8F8F. Windows color (decimal): -11681979 or 4570957. OLE color: 4570957.
HSL color Cylindrical-coordinate representation of color #4DBF45: hue angle of 116.07º 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 #4DBF45 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 69 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.25 |
| HSL | 116.07º | 0.49% | 0.51% | - |
| HSV(B) | 116.07º | 0.64% | 0.75% | - |
| XYZ | 22.77 | 39.27 | 12.01 | - |
| YUV | 143.01 | 86.23 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 69 | 0.60 | 0 | 0.64 | 0.25 | 116.07 | 0.49 | 0.51 |
| Hex | 4D | BF | 45 | 3C | 0 | 40 | 19 | 74 | 31 | 33 |
| Octal | 115 | 277 | 105 | 74 | 0 | 100 | 31 | 164 | 61 | 63 |
| Binary | 1001101 | 10111111 | 1000101 | 111100 | 0 | 1000000 | 11001 | 1110100 | 110001 | 110011 |
Color Harmonies of #4DBF45
Complementary color
Monochromatic Colors of #4DBF45
Black with #4DBF45
Text Example
Text Example
White with #4DBF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF45; }
p { color: rgb(77,191,69); }
H1.HeaderClassName
{
color: #4DBF45;
}
.AnyTagClassName
{
color: #4DBF45;
}
</style>
background-color css
<style>
a { background-color: #4DBF45; }
a { background-color: rgb(77,191,69); }
div.DivClassName
{
background-color: #4DBF45;
}
.BgClassName
{
background-color: #4DBF45;
}
</style>
border-color css
<style>
span { border-color: #4DBF45; }
span { border-color: rgb(77,191,69); }
td.TdClassName
{
border-color: #4DBF45;
}
.TagClassName
{
border-color: #4DBF45;
}
</style>