Shades of Fruit Salad #4DAE42
Tints of Fruit Salad #4DAE42
RGB
CMYK
RGB Variations
Color information
#4DAE42 (or 0x4DAE42) is known color: Fruit Salad. HEX triplet: 4D, AE and 42. RGB value is (77,174,66). Sum of RGB (Red+Green+Blue) = 77+174+66=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAE42 is #B251BD. Grayscale: #858585. Windows color (decimal): -11686334 or 4369997. OLE color: 4369997.
HSL color Cylindrical-coordinate representation of color #4DAE42: hue angle of 113.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DAE42 is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 66 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.32 |
| HSL | 113.89º | 0.45% | 0.47% | - |
| HSV(B) | 113.89º | 0.62% | 0.68% | - |
| XYZ | 19.18 | 32.24 | 10.37 | - |
| YUV | 132.69 | 90.36 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 66 | 0.56 | 0 | 0.62 | 0.32 | 113.89 | 0.45 | 0.47 |
| Hex | 4D | AE | 42 | 38 | 0 | 3E | 20 | 72 | 2D | 2F |
| Octal | 115 | 256 | 102 | 70 | 0 | 76 | 40 | 162 | 55 | 57 |
| Binary | 1001101 | 10101110 | 1000010 | 111000 | 0 | 111110 | 100000 | 1110010 | 101101 | 101111 |
Color Harmonies of #4DAE42
Complementary color
Monochromatic Colors of #4DAE42
Black with #4DAE42
Text Example
Text Example
White with #4DAE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE42; }
p { color: rgb(77,174,66); }
H1.HeaderClassName
{
color: #4DAE42;
}
.AnyTagClassName
{
color: #4DAE42;
}
</style>
background-color css
<style>
a { background-color: #4DAE42; }
a { background-color: rgb(77,174,66); }
div.DivClassName
{
background-color: #4DAE42;
}
.BgClassName
{
background-color: #4DAE42;
}
</style>
border-color css
<style>
span { border-color: #4DAE42; }
span { border-color: rgb(77,174,66); }
td.TdClassName
{
border-color: #4DAE42;
}
.TagClassName
{
border-color: #4DAE42;
}
</style>