Shades of Fruit Salad #4DAC43
Tints of Fruit Salad #4DAC43
RGB
CMYK
RGB Variations
Color information
#4DAC43 (or 0x4DAC43) is known color: Fruit Salad. HEX triplet: 4D, AC and 43. RGB value is (77,172,67). Sum of RGB (Red+Green+Blue) = 77+172+67=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAC43 is #B253BC. Grayscale: #838383. Windows color (decimal): -11686845 or 4435021. OLE color: 4435021.
HSL color Cylindrical-coordinate representation of color #4DAC43: hue angle of 114.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DAC43 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 67 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.33 |
| HSL | 114.29º | 0.44% | 0.47% | - |
| HSV(B) | 114.29º | 0.61% | 0.67% | - |
| XYZ | 18.83 | 31.49 | 10.4 | - |
| YUV | 131.63 | 91.53 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 67 | 0.55 | 0 | 0.61 | 0.33 | 114.29 | 0.44 | 0.47 |
| Hex | 4D | AC | 43 | 37 | 0 | 3D | 21 | 72 | 2C | 2F |
| Octal | 115 | 254 | 103 | 67 | 0 | 75 | 41 | 162 | 54 | 57 |
| Binary | 1001101 | 10101100 | 1000011 | 110111 | 0 | 111101 | 100001 | 1110010 | 101100 | 101111 |
Color Harmonies of #4DAC43
Complementary color
Monochromatic Colors of #4DAC43
Black with #4DAC43
Text Example
Text Example
White with #4DAC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC43; }
p { color: rgb(77,172,67); }
H1.HeaderClassName
{
color: #4DAC43;
}
.AnyTagClassName
{
color: #4DAC43;
}
</style>
background-color css
<style>
a { background-color: #4DAC43; }
a { background-color: rgb(77,172,67); }
div.DivClassName
{
background-color: #4DAC43;
}
.BgClassName
{
background-color: #4DAC43;
}
</style>
border-color css
<style>
span { border-color: #4DAC43; }
span { border-color: rgb(77,172,67); }
td.TdClassName
{
border-color: #4DAC43;
}
.TagClassName
{
border-color: #4DAC43;
}
</style>