Shades of Fruit Salad #4AAD4B
Tints of Fruit Salad #4AAD4B
RGB
CMYK
RGB Variations
Color information
#4AAD4B (or 0x4AAD4B) is known color: Fruit Salad. HEX triplet: 4A, AD and 4B. RGB value is (74,173,75). Sum of RGB (Red+Green+Blue) = 74+173+75=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAD4B is #B552B4. Grayscale: #848484. Windows color (decimal): -11883189 or 4959562. OLE color: 4959562.
HSL color Cylindrical-coordinate representation of color #4AAD4B: hue angle of 120.61º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAD4B is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 75 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.32 |
| HSL | 120.61º | 0.4% | 0.48% | - |
| HSV(B) | 120.61º | 0.57% | 0.68% | - |
| XYZ | 19.04 | 31.85 | 11.8 | - |
| YUV | 132.23 | 95.7 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 75 | 0.57 | 0 | 0.57 | 0.32 | 120.61 | 0.4 | 0.48 |
| Hex | 4A | AD | 4B | 39 | 0 | 39 | 20 | 79 | 28 | 30 |
| Octal | 112 | 255 | 113 | 71 | 0 | 71 | 40 | 171 | 50 | 60 |
| Binary | 1001010 | 10101101 | 1001011 | 111001 | 0 | 111001 | 100000 | 1111001 | 101000 | 110000 |
Color Harmonies of #4AAD4B
Complementary color
Monochromatic Colors of #4AAD4B
Black with #4AAD4B
Text Example
Text Example
White with #4AAD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAD4B; }
p { color: rgb(74,173,75); }
H1.HeaderClassName
{
color: #4AAD4B;
}
.AnyTagClassName
{
color: #4AAD4B;
}
</style>
background-color css
<style>
a { background-color: #4AAD4B; }
a { background-color: rgb(74,173,75); }
div.DivClassName
{
background-color: #4AAD4B;
}
.BgClassName
{
background-color: #4AAD4B;
}
</style>
border-color css
<style>
span { border-color: #4AAD4B; }
span { border-color: rgb(74,173,75); }
td.TdClassName
{
border-color: #4AAD4B;
}
.TagClassName
{
border-color: #4AAD4B;
}
</style>