Shades of Fruit Salad #4AA74A
Tints of Fruit Salad #4AA74A
RGB
CMYK
RGB Variations
Color information
#4AA74A (or 0x4AA74A) is known color: Fruit Salad. HEX triplet: 4A, A7 and 4A. RGB value is (74,167,74). Sum of RGB (Red+Green+Blue) = 74+167+74=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #4AA74A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA74A is #B558B5. Grayscale: #808080. Windows color (decimal): -11884726 or 4892490. OLE color: 4892490.
HSL color Cylindrical-coordinate representation of color #4AA74A: hue angle of 120º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AA74A is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 167 | 74 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.35 |
| HSL | 120º | 0.39% | 0.47% | - |
| HSV(B) | 120º | 0.56% | 0.65% | - |
| XYZ | 17.88 | 29.59 | 11.25 | - |
| YUV | 128.59 | 97.19 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 167 | 74 | 0.56 | 0 | 0.56 | 0.35 | 120 | 0.39 | 0.47 |
| Hex | 4A | A7 | 4A | 38 | 0 | 38 | 23 | 78 | 27 | 2F |
| Octal | 112 | 247 | 112 | 70 | 0 | 70 | 43 | 170 | 47 | 57 |
| Binary | 1001010 | 10100111 | 1001010 | 111000 | 0 | 111000 | 100011 | 1111000 | 100111 | 101111 |
Color Harmonies of #4AA74A
Complementary color
Monochromatic Colors of #4AA74A
Black with #4AA74A
Text Example
Text Example
White with #4AA74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA74A; }
p { color: rgb(74,167,74); }
H1.HeaderClassName
{
color: #4AA74A;
}
.AnyTagClassName
{
color: #4AA74A;
}
</style>
background-color css
<style>
a { background-color: #4AA74A; }
a { background-color: rgb(74,167,74); }
div.DivClassName
{
background-color: #4AA74A;
}
.BgClassName
{
background-color: #4AA74A;
}
</style>
border-color css
<style>
span { border-color: #4AA74A; }
span { border-color: rgb(74,167,74); }
td.TdClassName
{
border-color: #4AA74A;
}
.TagClassName
{
border-color: #4AA74A;
}
</style>