Shades of Fruit Salad #4AA63D
Tints of Fruit Salad #4AA63D
RGB
CMYK
RGB Variations
Color information
#4AA63D (or 0x4AA63D) is known color: Fruit Salad. HEX triplet: 4A, A6 and 3D. RGB value is (74,166,61). Sum of RGB (Red+Green+Blue) = 74+166+61=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #4AA63D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA63D is #B559C2. Grayscale: #7E7E7E. Windows color (decimal): -11884995 or 4040266. OLE color: 4040266.
HSL color Cylindrical-coordinate representation of color #4AA63D: hue angle of 112.57º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AA63D is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 166 | 61 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.35 |
| HSL | 112.57º | 0.46% | 0.45% | - |
| HSV(B) | 112.57º | 0.63% | 0.65% | - |
| XYZ | 17.3 | 29.07 | 9.11 | - |
| YUV | 126.52 | 91.02 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 166 | 61 | 0.55 | 0 | 0.63 | 0.35 | 112.57 | 0.46 | 0.45 |
| Hex | 4A | A6 | 3D | 37 | 0 | 3F | 23 | 71 | 2E | 2D |
| Octal | 112 | 246 | 75 | 67 | 0 | 77 | 43 | 161 | 56 | 55 |
| Binary | 1001010 | 10100110 | 111101 | 110111 | 0 | 111111 | 100011 | 1110001 | 101110 | 101101 |
Color Harmonies of #4AA63D
Complementary color
Monochromatic Colors of #4AA63D
Black with #4AA63D
Text Example
Text Example
White with #4AA63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA63D; }
p { color: rgb(74,166,61); }
H1.HeaderClassName
{
color: #4AA63D;
}
.AnyTagClassName
{
color: #4AA63D;
}
</style>
background-color css
<style>
a { background-color: #4AA63D; }
a { background-color: rgb(74,166,61); }
div.DivClassName
{
background-color: #4AA63D;
}
.BgClassName
{
background-color: #4AA63D;
}
</style>
border-color css
<style>
span { border-color: #4AA63D; }
span { border-color: rgb(74,166,61); }
td.TdClassName
{
border-color: #4AA63D;
}
.TagClassName
{
border-color: #4AA63D;
}
</style>