Shades of Fruit Salad #4DAC4D
Tints of Fruit Salad #4DAC4D
RGB
CMYK
RGB Variations
Color information
#4DAC4D (or 0x4DAC4D) is known color: Fruit Salad. HEX triplet: 4D, AC and 4D. RGB value is (77,172,77). Sum of RGB (Red+Green+Blue) = 77+172+77=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC4D is #B253B2. Grayscale: #858585. Windows color (decimal): -11686835 or 5090381. OLE color: 5090381.
HSL color Cylindrical-coordinate representation of color #4DAC4D: hue angle of 120º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC4D is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
RGB | 77 | 172 | 77 | - |
CMYK | 0.55 | 0 | 0.55 | 0.33 |
HSL | 120º | 0.38% | 0.49% | - |
HSV(B) | 120º | 0.55% | 0.67% | - |
XYZ | 19.15 | 31.62 | 12.11 | - |
YUV | 132.77 | 96.53 | 88.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 172 | 77 | 0.55 | 0 | 0.55 | 0.33 | 120 | 0.38 | 0.49 |
Hex | 4D | AC | 4D | 37 | 0 | 37 | 21 | 78 | 26 | 31 |
Octal | 115 | 254 | 115 | 67 | 0 | 67 | 41 | 170 | 46 | 61 |
Binary | 1001101 | 10101100 | 1001101 | 110111 | 0 | 110111 | 100001 | 1111000 | 100110 | 110001 |
Color Harmonies of #4DAC4D
Complementary color
Monochromatic Colors of #4DAC4D
Black with #4DAC4D
Text Example
Text Example
White with #4DAC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC4D; }
p { color: rgb(77,172,77); }
H1.HeaderClassName
{
color: #4DAC4D;
}
.AnyTagClassName
{
color: #4DAC4D;
}
</style>
background-color css
<style>
a { background-color: #4DAC4D; }
a { background-color: rgb(77,172,77); }
div.DivClassName
{
background-color: #4DAC4D;
}
.BgClassName
{
background-color: #4DAC4D;
}
</style>
border-color css
<style>
span { border-color: #4DAC4D; }
span { border-color: rgb(77,172,77); }
td.TdClassName
{
border-color: #4DAC4D;
}
.TagClassName
{
border-color: #4DAC4D;
}
</style>