Shades of Fruit Salad #4A984B
Tints of Fruit Salad #4A984B
RGB
CMYK
RGB Variations
Color information
#4A984B (or 0x4A984B) is known color: Fruit Salad. HEX triplet: 4A, 98 and 4B. RGB value is (74,152,75). Sum of RGB (Red+Green+Blue) = 74+152+75=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #4A984B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A984B is #B567B4. Grayscale: #787878. Windows color (decimal): -11888565 or 4954186. OLE color: 4954186.
HSL color Cylindrical-coordinate representation of color #4A984B: hue angle of 120.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A984B is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 152 | 75 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.40 |
| HSL | 120.77º | 0.35% | 0.44% | - |
| HSV(B) | 120.77º | 0.51% | 0.6% | - |
| XYZ | 15.32 | 24.42 | 10.56 | - |
| YUV | 119.9 | 102.66 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 75 | 0.51 | 0 | 0.51 | 0.40 | 120.77 | 0.35 | 0.44 |
| Hex | 4A | 98 | 4B | 33 | 0 | 33 | 28 | 79 | 23 | 2C |
| Octal | 112 | 230 | 113 | 63 | 0 | 63 | 50 | 171 | 43 | 54 |
| Binary | 1001010 | 10011000 | 1001011 | 110011 | 0 | 110011 | 101000 | 1111001 | 100011 | 101100 |
Color Harmonies of #4A984B
Complementary color
Monochromatic Colors of #4A984B
Black with #4A984B
Text Example
Text Example
White with #4A984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A984B; }
p { color: rgb(74,152,75); }
H1.HeaderClassName
{
color: #4A984B;
}
.AnyTagClassName
{
color: #4A984B;
}
</style>
background-color css
<style>
a { background-color: #4A984B; }
a { background-color: rgb(74,152,75); }
div.DivClassName
{
background-color: #4A984B;
}
.BgClassName
{
background-color: #4A984B;
}
</style>
border-color css
<style>
span { border-color: #4A984B; }
span { border-color: rgb(74,152,75); }
td.TdClassName
{
border-color: #4A984B;
}
.TagClassName
{
border-color: #4A984B;
}
</style>