Shades of Fruit Salad #4AAD4C
Tints of Fruit Salad #4AAD4C
RGB
CMYK
RGB Variations
Color information
#4AAD4C (or 0x4AAD4C) is known color: Fruit Salad. HEX triplet: 4A, AD and 4C. RGB value is (74,173,76). Sum of RGB (Red+Green+Blue) = 74+173+76=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #4AAD4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAD4C is #B552B3. Grayscale: #848484. Windows color (decimal): -11883188 or 5025098. OLE color: 5025098.
HSL color Cylindrical-coordinate representation of color #4AAD4C: hue angle of 121.21º 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 #4AAD4C is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 76 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.32 |
| HSL | 121.21º | 0.4% | 0.48% | - |
| HSV(B) | 121.21º | 0.57% | 0.68% | - |
| XYZ | 19.07 | 31.86 | 11.98 | - |
| YUV | 132.34 | 96.2 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 76 | 0.57 | 0 | 0.56 | 0.32 | 121.21 | 0.4 | 0.48 |
| Hex | 4A | AD | 4C | 39 | 0 | 38 | 20 | 79 | 28 | 30 |
| Octal | 112 | 255 | 114 | 71 | 0 | 70 | 40 | 171 | 50 | 60 |
| Binary | 1001010 | 10101101 | 1001100 | 111001 | 0 | 111000 | 100000 | 1111001 | 101000 | 110000 |
Color Harmonies of #4AAD4C
Complementary color
Monochromatic Colors of #4AAD4C
Black with #4AAD4C
Text Example
Text Example
White with #4AAD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAD4C; }
p { color: rgb(74,173,76); }
H1.HeaderClassName
{
color: #4AAD4C;
}
.AnyTagClassName
{
color: #4AAD4C;
}
</style>
background-color css
<style>
a { background-color: #4AAD4C; }
a { background-color: rgb(74,173,76); }
div.DivClassName
{
background-color: #4AAD4C;
}
.BgClassName
{
background-color: #4AAD4C;
}
</style>
border-color css
<style>
span { border-color: #4AAD4C; }
span { border-color: rgb(74,173,76); }
td.TdClassName
{
border-color: #4AAD4C;
}
.TagClassName
{
border-color: #4AAD4C;
}
</style>