Shades of Fruit Salad #4DA143
Tints of Fruit Salad #4DA143
RGB
CMYK
RGB Variations
Color information
#4DA143 (or 0x4DA143) is known color: Fruit Salad. HEX triplet: 4D, A1 and 43. RGB value is (77,161,67). Sum of RGB (Red+Green+Blue) = 77+161+67=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA143 is #B25EBC. Grayscale: #7D7D7D. Windows color (decimal): -11689661 or 4432205. OLE color: 4432205.
HSL color Cylindrical-coordinate representation of color #4DA143: hue angle of 113.62º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DA143 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 67 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.37 |
| HSL | 113.62º | 0.41% | 0.45% | - |
| HSV(B) | 113.62º | 0.58% | 0.63% | - |
| XYZ | 16.82 | 27.47 | 9.73 | - |
| YUV | 125.17 | 95.17 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 67 | 0.52 | 0 | 0.58 | 0.37 | 113.62 | 0.41 | 0.45 |
| Hex | 4D | A1 | 43 | 34 | 0 | 3A | 25 | 72 | 29 | 2D |
| Octal | 115 | 241 | 103 | 64 | 0 | 72 | 45 | 162 | 51 | 55 |
| Binary | 1001101 | 10100001 | 1000011 | 110100 | 0 | 111010 | 100101 | 1110010 | 101001 | 101101 |
Color Harmonies of #4DA143
Complementary color
Monochromatic Colors of #4DA143
Black with #4DA143
Text Example
Text Example
White with #4DA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA143; }
p { color: rgb(77,161,67); }
H1.HeaderClassName
{
color: #4DA143;
}
.AnyTagClassName
{
color: #4DA143;
}
</style>
background-color css
<style>
a { background-color: #4DA143; }
a { background-color: rgb(77,161,67); }
div.DivClassName
{
background-color: #4DA143;
}
.BgClassName
{
background-color: #4DA143;
}
</style>
border-color css
<style>
span { border-color: #4DA143; }
span { border-color: rgb(77,161,67); }
td.TdClassName
{
border-color: #4DA143;
}
.TagClassName
{
border-color: #4DA143;
}
</style>