Shades of Fruit Salad #4DB045
Tints of Fruit Salad #4DB045
RGB
CMYK
RGB Variations
Color information
#4DB045 (or 0x4DB045) is known color: Fruit Salad. HEX triplet: 4D, B0 and 45. RGB value is (77,176,69). Sum of RGB (Red+Green+Blue) = 77+176+69=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 69 (27.34% from 255 or 21.43% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DB045 is #B24FBA. Grayscale: #868686. Windows color (decimal): -11685819 or 4567117. OLE color: 4567117.
HSL color Cylindrical-coordinate representation of color #4DB045: hue angle of 115.51º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DB045 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 69 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.31 |
| HSL | 115.51º | 0.44% | 0.48% | - |
| HSV(B) | 115.51º | 0.61% | 0.69% | - |
| XYZ | 19.66 | 33.06 | 10.97 | - |
| YUV | 134.2 | 91.2 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 69 | 0.56 | 0 | 0.61 | 0.31 | 115.51 | 0.44 | 0.48 |
| Hex | 4D | B0 | 45 | 38 | 0 | 3D | 1F | 74 | 2C | 30 |
| Octal | 115 | 260 | 105 | 70 | 0 | 75 | 37 | 164 | 54 | 60 |
| Binary | 1001101 | 10110000 | 1000101 | 111000 | 0 | 111101 | 11111 | 1110100 | 101100 | 110000 |
Color Harmonies of #4DB045
Complementary color
Monochromatic Colors of #4DB045
Black with #4DB045
Text Example
Text Example
White with #4DB045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB045; }
p { color: rgb(77,176,69); }
H1.HeaderClassName
{
color: #4DB045;
}
.AnyTagClassName
{
color: #4DB045;
}
</style>
background-color css
<style>
a { background-color: #4DB045; }
a { background-color: rgb(77,176,69); }
div.DivClassName
{
background-color: #4DB045;
}
.BgClassName
{
background-color: #4DB045;
}
</style>
border-color css
<style>
span { border-color: #4DB045; }
span { border-color: rgb(77,176,69); }
td.TdClassName
{
border-color: #4DB045;
}
.TagClassName
{
border-color: #4DB045;
}
</style>