Shades of Fruit Salad #4AA258
Tints of Fruit Salad #4AA258
RGB
CMYK
RGB Variations
Color information
#4AA258 (or 0x4AA258) is known color: Fruit Salad. HEX triplet: 4A, A2 and 58. RGB value is (74,162,88). Sum of RGB (Red+Green+Blue) = 74+162+88=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA258 is #B55DA7. Grayscale: #7F7F7F. Windows color (decimal): -11885992 or 5808714. OLE color: 5808714.
HSL color Cylindrical-coordinate representation of color #4AA258: hue angle of 129.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA258 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 88 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.36 |
| HSL | 129.55º | 0.37% | 0.46% | - |
| HSV(B) | 129.55º | 0.54% | 0.64% | - |
| XYZ | 17.51 | 28 | 13.71 | - |
| YUV | 127.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 88 | 0.54 | 0 | 0.46 | 0.36 | 129.55 | 0.37 | 0.46 |
| Hex | 4A | A2 | 58 | 36 | 0 | 2E | 24 | 82 | 25 | 2E |
| Octal | 112 | 242 | 130 | 66 | 0 | 56 | 44 | 202 | 45 | 56 |
| Binary | 1001010 | 10100010 | 1011000 | 110110 | 0 | 101110 | 100100 | 10000010 | 100101 | 101110 |
Color Harmonies of #4AA258
Complementary color
Monochromatic Colors of #4AA258
Black with #4AA258
Text Example
Text Example
White with #4AA258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA258; }
p { color: rgb(74,162,88); }
H1.HeaderClassName
{
color: #4AA258;
}
.AnyTagClassName
{
color: #4AA258;
}
</style>
background-color css
<style>
a { background-color: #4AA258; }
a { background-color: rgb(74,162,88); }
div.DivClassName
{
background-color: #4AA258;
}
.BgClassName
{
background-color: #4AA258;
}
</style>
border-color css
<style>
span { border-color: #4AA258; }
span { border-color: rgb(74,162,88); }
td.TdClassName
{
border-color: #4AA258;
}
.TagClassName
{
border-color: #4AA258;
}
</style>