Shades of Fruit Salad #4AA63B
Tints of Fruit Salad #4AA63B
RGB
CMYK
RGB Variations
Color information
#4AA63B (or 0x4AA63B) is known color: Fruit Salad. HEX triplet: 4A, A6 and 3B. RGB value is (74,166,59). Sum of RGB (Red+Green+Blue) = 74+166+59=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 166 (65.23% from 255 or 55.52% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA63B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA63B is #B559C4. Grayscale: #7E7E7E. Windows color (decimal): -11884997 or 3909194. OLE color: 3909194.
HSL color Cylindrical-coordinate representation of color #4AA63B: hue angle of 111.59º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AA63B is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 166 | 59 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.35 |
| HSL | 111.59º | 0.48% | 0.44% | - |
| HSV(B) | 111.59º | 0.64% | 0.65% | - |
| XYZ | 17.25 | 29.04 | 8.83 | - |
| YUV | 126.29 | 90.02 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 166 | 59 | 0.55 | 0 | 0.64 | 0.35 | 111.59 | 0.48 | 0.44 |
| Hex | 4A | A6 | 3B | 37 | 0 | 40 | 23 | 70 | 30 | 2C |
| Octal | 112 | 246 | 73 | 67 | 0 | 100 | 43 | 160 | 60 | 54 |
| Binary | 1001010 | 10100110 | 111011 | 110111 | 0 | 1000000 | 100011 | 1110000 | 110000 | 101100 |
Color Harmonies of #4AA63B
Complementary color
Monochromatic Colors of #4AA63B
Black with #4AA63B
Text Example
Text Example
White with #4AA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA63B; }
p { color: rgb(74,166,59); }
H1.HeaderClassName
{
color: #4AA63B;
}
.AnyTagClassName
{
color: #4AA63B;
}
</style>
background-color css
<style>
a { background-color: #4AA63B; }
a { background-color: rgb(74,166,59); }
div.DivClassName
{
background-color: #4AA63B;
}
.BgClassName
{
background-color: #4AA63B;
}
</style>
border-color css
<style>
span { border-color: #4AA63B; }
span { border-color: rgb(74,166,59); }
td.TdClassName
{
border-color: #4AA63B;
}
.TagClassName
{
border-color: #4AA63B;
}
</style>