Shades of Fruit Salad #4DA443
Tints of Fruit Salad #4DA443
RGB
CMYK
RGB Variations
Color information
#4DA443 (or 0x4DA443) is known color: Fruit Salad. HEX triplet: 4D, A4 and 43. RGB value is (77,164,67). Sum of RGB (Red+Green+Blue) = 77+164+67=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 164 (64.45% from 255 or 53.25% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA443 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA443 is #B25BBC. Grayscale: #7F7F7F. Windows color (decimal): -11688893 or 4432973. OLE color: 4432973.
HSL color Cylindrical-coordinate representation of color #4DA443: hue angle of 113.81º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DA443 is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 164 | 67 | - |
| CMYK | 0.53 | 0 | 0.59 | 0.36 |
| HSL | 113.81º | 0.42% | 0.45% | - |
| HSV(B) | 113.81º | 0.59% | 0.64% | - |
| XYZ | 17.35 | 28.53 | 9.9 | - |
| YUV | 126.93 | 94.18 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 67 | 0.53 | 0 | 0.59 | 0.36 | 113.81 | 0.42 | 0.45 |
| Hex | 4D | A4 | 43 | 35 | 0 | 3B | 24 | 72 | 2A | 2D |
| Octal | 115 | 244 | 103 | 65 | 0 | 73 | 44 | 162 | 52 | 55 |
| Binary | 1001101 | 10100100 | 1000011 | 110101 | 0 | 111011 | 100100 | 1110010 | 101010 | 101101 |
Color Harmonies of #4DA443
Complementary color
Monochromatic Colors of #4DA443
Black with #4DA443
Text Example
Text Example
White with #4DA443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA443; }
p { color: rgb(77,164,67); }
H1.HeaderClassName
{
color: #4DA443;
}
.AnyTagClassName
{
color: #4DA443;
}
</style>
background-color css
<style>
a { background-color: #4DA443; }
a { background-color: rgb(77,164,67); }
div.DivClassName
{
background-color: #4DA443;
}
.BgClassName
{
background-color: #4DA443;
}
</style>
border-color css
<style>
span { border-color: #4DA443; }
span { border-color: rgb(77,164,67); }
td.TdClassName
{
border-color: #4DA443;
}
.TagClassName
{
border-color: #4DA443;
}
</style>