Shades of Fruit Salad #4DB461
Tints of Fruit Salad #4DB461
RGB
CMYK
RGB Variations
Color information
#4DB461 (or 0x4DB461) is known color: Fruit Salad. HEX triplet: 4D, B4 and 61. RGB value is (77,180,97). Sum of RGB (Red+Green+Blue) = 77+180+97=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB461 is #B24B9E. Grayscale: #8B8B8B. Windows color (decimal): -11684767 or 6403149. OLE color: 6403149.
HSL color Cylindrical-coordinate representation of color #4DB461: hue angle of 131.65º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB461 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 97 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.29 |
| HSL | 131.65º | 0.41% | 0.5% | - |
| HSV(B) | 131.65º | 0.57% | 0.71% | - |
| XYZ | 21.54 | 35.08 | 16.95 | - |
| YUV | 139.74 | 103.88 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 97 | 0.57 | 0 | 0.46 | 0.29 | 131.65 | 0.41 | 0.5 |
| Hex | 4D | B4 | 61 | 39 | 0 | 2E | 1D | 84 | 29 | 32 |
| Octal | 115 | 264 | 141 | 71 | 0 | 56 | 35 | 204 | 51 | 62 |
| Binary | 1001101 | 10110100 | 1100001 | 111001 | 0 | 101110 | 11101 | 10000100 | 101001 | 110010 |
Color Harmonies of #4DB461
Complementary color
Monochromatic Colors of #4DB461
Black with #4DB461
Text Example
Text Example
White with #4DB461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB461; }
p { color: rgb(77,180,97); }
H1.HeaderClassName
{
color: #4DB461;
}
.AnyTagClassName
{
color: #4DB461;
}
</style>
background-color css
<style>
a { background-color: #4DB461; }
a { background-color: rgb(77,180,97); }
div.DivClassName
{
background-color: #4DB461;
}
.BgClassName
{
background-color: #4DB461;
}
</style>
border-color css
<style>
span { border-color: #4DB461; }
span { border-color: rgb(77,180,97); }
td.TdClassName
{
border-color: #4DB461;
}
.TagClassName
{
border-color: #4DB461;
}
</style>