Shades of Fruit Salad #4DA945
Tints of Fruit Salad #4DA945
RGB
CMYK
RGB Variations
Color information
#4DA945 (or 0x4DA945) is known color: Fruit Salad. HEX triplet: 4D, A9 and 45. RGB value is (77,169,69). Sum of RGB (Red+Green+Blue) = 77+169+69=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 169 (66.41% from 255 or 53.65% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA945 is #B256BA. Grayscale: #828282. Windows color (decimal): -11687611 or 4565325. OLE color: 4565325.
HSL color Cylindrical-coordinate representation of color #4DA945: hue angle of 115.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DA945 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 169 | 69 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.34 |
| HSL | 115.2º | 0.42% | 0.47% | - |
| HSV(B) | 115.2º | 0.59% | 0.66% | - |
| XYZ | 18.32 | 30.38 | 10.53 | - |
| YUV | 130.09 | 93.52 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 169 | 69 | 0.54 | 0 | 0.59 | 0.34 | 115.2 | 0.42 | 0.47 |
| Hex | 4D | A9 | 45 | 36 | 0 | 3B | 22 | 73 | 2A | 2F |
| Octal | 115 | 251 | 105 | 66 | 0 | 73 | 42 | 163 | 52 | 57 |
| Binary | 1001101 | 10101001 | 1000101 | 110110 | 0 | 111011 | 100010 | 1110011 | 101010 | 101111 |
Color Harmonies of #4DA945
Complementary color
Monochromatic Colors of #4DA945
Black with #4DA945
Text Example
Text Example
White with #4DA945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA945; }
p { color: rgb(77,169,69); }
H1.HeaderClassName
{
color: #4DA945;
}
.AnyTagClassName
{
color: #4DA945;
}
</style>
background-color css
<style>
a { background-color: #4DA945; }
a { background-color: rgb(77,169,69); }
div.DivClassName
{
background-color: #4DA945;
}
.BgClassName
{
background-color: #4DA945;
}
</style>
border-color css
<style>
span { border-color: #4DA945; }
span { border-color: rgb(77,169,69); }
td.TdClassName
{
border-color: #4DA945;
}
.TagClassName
{
border-color: #4DA945;
}
</style>