Shades of Fruit Salad #4DAE43
Tints of Fruit Salad #4DAE43
RGB
CMYK
RGB Variations
Color information
#4DAE43 (or 0x4DAE43) is known color: Fruit Salad. HEX triplet: 4D, AE and 43. RGB value is (77,174,67). Sum of RGB (Red+Green+Blue) = 77+174+67=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 174 (68.36% from 255 or 54.72% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAE43 is #B251BC. Grayscale: #858585. Windows color (decimal): -11686333 or 4435533. OLE color: 4435533.
HSL color Cylindrical-coordinate representation of color #4DAE43: hue angle of 114.39º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DAE43 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 67 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.32 |
| HSL | 114.39º | 0.44% | 0.47% | - |
| HSV(B) | 114.39º | 0.61% | 0.68% | - |
| XYZ | 19.21 | 32.26 | 10.52 | - |
| YUV | 132.8 | 90.86 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 67 | 0.56 | 0 | 0.61 | 0.32 | 114.39 | 0.44 | 0.47 |
| Hex | 4D | AE | 43 | 38 | 0 | 3D | 20 | 72 | 2C | 2F |
| Octal | 115 | 256 | 103 | 70 | 0 | 75 | 40 | 162 | 54 | 57 |
| Binary | 1001101 | 10101110 | 1000011 | 111000 | 0 | 111101 | 100000 | 1110010 | 101100 | 101111 |
Color Harmonies of #4DAE43
Complementary color
Monochromatic Colors of #4DAE43
Black with #4DAE43
Text Example
Text Example
White with #4DAE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE43; }
p { color: rgb(77,174,67); }
H1.HeaderClassName
{
color: #4DAE43;
}
.AnyTagClassName
{
color: #4DAE43;
}
</style>
background-color css
<style>
a { background-color: #4DAE43; }
a { background-color: rgb(77,174,67); }
div.DivClassName
{
background-color: #4DAE43;
}
.BgClassName
{
background-color: #4DAE43;
}
</style>
border-color css
<style>
span { border-color: #4DAE43; }
span { border-color: rgb(77,174,67); }
td.TdClassName
{
border-color: #4DAE43;
}
.TagClassName
{
border-color: #4DAE43;
}
</style>