Shades of Fruit Salad #4AA73F
Tints of Fruit Salad #4AA73F
RGB
CMYK
RGB Variations
Color information
#4AA73F (or 0x4AA73F) is known color: Fruit Salad. HEX triplet: 4A, A7 and 3F. RGB value is (74,167,63). Sum of RGB (Red+Green+Blue) = 74+167+63=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 167 (65.62% from 255 or 54.93% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 167 - color contains mainly: green. Hex color #4AA73F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA73F is #B558C0. Grayscale: #7F7F7F. Windows color (decimal): -11884737 or 4171594. OLE color: 4171594.
HSL color Cylindrical-coordinate representation of color #4AA73F: hue angle of 113.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AA73F is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 167 | 63 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.35 |
| HSL | 113.65º | 0.45% | 0.45% | - |
| HSV(B) | 113.65º | 0.62% | 0.65% | - |
| XYZ | 17.54 | 29.45 | 9.46 | - |
| YUV | 127.34 | 91.69 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 167 | 63 | 0.56 | 0 | 0.62 | 0.35 | 113.65 | 0.45 | 0.45 |
| Hex | 4A | A7 | 3F | 38 | 0 | 3E | 23 | 72 | 2D | 2D |
| Octal | 112 | 247 | 77 | 70 | 0 | 76 | 43 | 162 | 55 | 55 |
| Binary | 1001010 | 10100111 | 111111 | 111000 | 0 | 111110 | 100011 | 1110010 | 101101 | 101101 |
Color Harmonies of #4AA73F
Complementary color
Monochromatic Colors of #4AA73F
Black with #4AA73F
Text Example
Text Example
White with #4AA73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA73F; }
p { color: rgb(74,167,63); }
H1.HeaderClassName
{
color: #4AA73F;
}
.AnyTagClassName
{
color: #4AA73F;
}
</style>
background-color css
<style>
a { background-color: #4AA73F; }
a { background-color: rgb(74,167,63); }
div.DivClassName
{
background-color: #4AA73F;
}
.BgClassName
{
background-color: #4AA73F;
}
</style>
border-color css
<style>
span { border-color: #4AA73F; }
span { border-color: rgb(74,167,63); }
td.TdClassName
{
border-color: #4AA73F;
}
.TagClassName
{
border-color: #4AA73F;
}
</style>