Shades of Fruit Salad #4A9C51
Tints of Fruit Salad #4A9C51
RGB
CMYK
RGB Variations
Color information
#4A9C51 (or 0x4A9C51) is known color: Fruit Salad. HEX triplet: 4A, 9C and 51. RGB value is (74,156,81). Sum of RGB (Red+Green+Blue) = 74+156+81=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #4A9C51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9C51 is #B563AE. Grayscale: #7B7B7B. Windows color (decimal): -11887535 or 5348426. OLE color: 5348426.
HSL color Cylindrical-coordinate representation of color #4A9C51: hue angle of 125.12º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9C51 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 156 | 81 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.39 |
| HSL | 125.12º | 0.36% | 0.45% | - |
| HSV(B) | 125.12º | 0.53% | 0.61% | - |
| XYZ | 16.2 | 25.83 | 11.92 | - |
| YUV | 122.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 156 | 81 | 0.53 | 0 | 0.48 | 0.39 | 125.12 | 0.36 | 0.45 |
| Hex | 4A | 9C | 51 | 35 | 0 | 30 | 27 | 7D | 24 | 2D |
| Octal | 112 | 234 | 121 | 65 | 0 | 60 | 47 | 175 | 44 | 55 |
| Binary | 1001010 | 10011100 | 1010001 | 110101 | 0 | 110000 | 100111 | 1111101 | 100100 | 101101 |
Color Harmonies of #4A9C51
Complementary color
Monochromatic Colors of #4A9C51
Black with #4A9C51
Text Example
Text Example
White with #4A9C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9C51; }
p { color: rgb(74,156,81); }
H1.HeaderClassName
{
color: #4A9C51;
}
.AnyTagClassName
{
color: #4A9C51;
}
</style>
background-color css
<style>
a { background-color: #4A9C51; }
a { background-color: rgb(74,156,81); }
div.DivClassName
{
background-color: #4A9C51;
}
.BgClassName
{
background-color: #4A9C51;
}
</style>
border-color css
<style>
span { border-color: #4A9C51; }
span { border-color: rgb(74,156,81); }
td.TdClassName
{
border-color: #4A9C51;
}
.TagClassName
{
border-color: #4A9C51;
}
</style>