Shades of Fruit Salad #4A8E51
Tints of Fruit Salad #4A8E51
RGB
CMYK
RGB Variations
Color information
#4A8E51 (or 0x4A8E51) is known color: Fruit Salad. HEX triplet: 4A, 8E and 51. RGB value is (74,142,81). Sum of RGB (Red+Green+Blue) = 74+142+81=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #4A8E51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8E51 is #B571AE. Grayscale: #727272. Windows color (decimal): -11891119 or 5344842. OLE color: 5344842.
HSL color Cylindrical-coordinate representation of color #4A8E51: hue angle of 126.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8E51 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 142 | 81 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.44 |
| HSL | 126.18º | 0.31% | 0.42% | - |
| HSV(B) | 126.18º | 0.48% | 0.56% | - |
| XYZ | 13.98 | 21.4 | 11.18 | - |
| YUV | 114.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 142 | 81 | 0.48 | 0 | 0.43 | 0.44 | 126.18 | 0.31 | 0.42 |
| Hex | 4A | 8E | 51 | 30 | 0 | 2B | 2C | 7E | 1F | 2A |
| Octal | 112 | 216 | 121 | 60 | 0 | 53 | 54 | 176 | 37 | 52 |
| Binary | 1001010 | 10001110 | 1010001 | 110000 | 0 | 101011 | 101100 | 1111110 | 11111 | 101010 |
Color Harmonies of #4A8E51
Complementary color
Monochromatic Colors of #4A8E51
Black with #4A8E51
Text Example
Text Example
White with #4A8E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8E51; }
p { color: rgb(74,142,81); }
H1.HeaderClassName
{
color: #4A8E51;
}
.AnyTagClassName
{
color: #4A8E51;
}
</style>
background-color css
<style>
a { background-color: #4A8E51; }
a { background-color: rgb(74,142,81); }
div.DivClassName
{
background-color: #4A8E51;
}
.BgClassName
{
background-color: #4A8E51;
}
</style>
border-color css
<style>
span { border-color: #4A8E51; }
span { border-color: rgb(74,142,81); }
td.TdClassName
{
border-color: #4A8E51;
}
.TagClassName
{
border-color: #4A8E51;
}
</style>