Shades of Fruit Salad #4DBD4A
Tints of Fruit Salad #4DBD4A
RGB
CMYK
RGB Variations
Color information
#4DBD4A (or 0x4DBD4A) is known color: Fruit Salad. HEX triplet: 4D, BD and 4A. RGB value is (77,189,74). Sum of RGB (Red+Green+Blue) = 77+189+74=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DBD4A is #B242B5. Grayscale: #8E8E8E. Windows color (decimal): -11682486 or 4898125. OLE color: 4898125.
HSL color Cylindrical-coordinate representation of color #4DBD4A: hue angle of 118.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DBD4A is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 74 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.26 |
| HSL | 118.43º | 0.47% | 0.52% | - |
| HSV(B) | 118.43º | 0.61% | 0.74% | - |
| XYZ | 22.49 | 38.47 | 12.72 | - |
| YUV | 142.4 | 89.39 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 74 | 0.59 | 0 | 0.61 | 0.26 | 118.43 | 0.47 | 0.52 |
| Hex | 4D | BD | 4A | 3B | 0 | 3D | 1A | 76 | 2F | 34 |
| Octal | 115 | 275 | 112 | 73 | 0 | 75 | 32 | 166 | 57 | 64 |
| Binary | 1001101 | 10111101 | 1001010 | 111011 | 0 | 111101 | 11010 | 1110110 | 101111 | 110100 |
Color Harmonies of #4DBD4A
Complementary color
Monochromatic Colors of #4DBD4A
Black with #4DBD4A
Text Example
Text Example
White with #4DBD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD4A; }
p { color: rgb(77,189,74); }
H1.HeaderClassName
{
color: #4DBD4A;
}
.AnyTagClassName
{
color: #4DBD4A;
}
</style>
background-color css
<style>
a { background-color: #4DBD4A; }
a { background-color: rgb(77,189,74); }
div.DivClassName
{
background-color: #4DBD4A;
}
.BgClassName
{
background-color: #4DBD4A;
}
</style>
border-color css
<style>
span { border-color: #4DBD4A; }
span { border-color: rgb(77,189,74); }
td.TdClassName
{
border-color: #4DBD4A;
}
.TagClassName
{
border-color: #4DBD4A;
}
</style>