Shades of Fruit Salad #4DAA4B
Tints of Fruit Salad #4DAA4B
RGB
CMYK
RGB Variations
Color information
#4DAA4B (or 0x4DAA4B) is known color: Fruit Salad. HEX triplet: 4D, AA and 4B. RGB value is (77,170,75). Sum of RGB (Red+Green+Blue) = 77+170+75=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA4B is #B255B4. Grayscale: #838383. Windows color (decimal): -11687349 or 4958797. OLE color: 4958797.
HSL color Cylindrical-coordinate representation of color #4DAA4B: hue angle of 118.74º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAA4B is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 75 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.33 |
| HSL | 118.74º | 0.39% | 0.48% | - |
| HSV(B) | 118.74º | 0.56% | 0.67% | - |
| XYZ | 18.71 | 30.84 | 11.62 | - |
| YUV | 131.36 | 96.19 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 75 | 0.55 | 0 | 0.56 | 0.33 | 118.74 | 0.39 | 0.48 |
| Hex | 4D | AA | 4B | 37 | 0 | 38 | 21 | 77 | 27 | 30 |
| Octal | 115 | 252 | 113 | 67 | 0 | 70 | 41 | 167 | 47 | 60 |
| Binary | 1001101 | 10101010 | 1001011 | 110111 | 0 | 111000 | 100001 | 1110111 | 100111 | 110000 |
Color Harmonies of #4DAA4B
Complementary color
Monochromatic Colors of #4DAA4B
Black with #4DAA4B
Text Example
Text Example
White with #4DAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA4B; }
p { color: rgb(77,170,75); }
H1.HeaderClassName
{
color: #4DAA4B;
}
.AnyTagClassName
{
color: #4DAA4B;
}
</style>
background-color css
<style>
a { background-color: #4DAA4B; }
a { background-color: rgb(77,170,75); }
div.DivClassName
{
background-color: #4DAA4B;
}
.BgClassName
{
background-color: #4DAA4B;
}
</style>
border-color css
<style>
span { border-color: #4DAA4B; }
span { border-color: rgb(77,170,75); }
td.TdClassName
{
border-color: #4DAA4B;
}
.TagClassName
{
border-color: #4DAA4B;
}
</style>