Shades of Fruit Salad #4C984B
Tints of Fruit Salad #4C984B
RGB
CMYK
RGB Variations
Color information
#4C984B (or 0x4C984B) is known color: Fruit Salad. HEX triplet: 4C, 98 and 4B. RGB value is (76,152,75). Sum of RGB (Red+Green+Blue) = 76+152+75=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #4C984B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C984B is #B367B4. Grayscale: #787878. Windows color (decimal): -11757493 or 4954188. OLE color: 4954188.
HSL color Cylindrical-coordinate representation of color #4C984B: hue angle of 119.22º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C984B is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 152 | 75 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.40 |
| HSL | 119.22º | 0.34% | 0.45% | - |
| HSV(B) | 119.22º | 0.51% | 0.6% | - |
| XYZ | 15.48 | 24.5 | 10.57 | - |
| YUV | 120.5 | 102.32 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 152 | 75 | 0.50 | 0 | 0.51 | 0.40 | 119.22 | 0.34 | 0.45 |
| Hex | 4C | 98 | 4B | 32 | 0 | 33 | 28 | 77 | 22 | 2D |
| Octal | 114 | 230 | 113 | 62 | 0 | 63 | 50 | 167 | 42 | 55 |
| Binary | 1001100 | 10011000 | 1001011 | 110010 | 0 | 110011 | 101000 | 1110111 | 100010 | 101101 |
Color Harmonies of #4C984B
Complementary color
Monochromatic Colors of #4C984B
Black with #4C984B
Text Example
Text Example
White with #4C984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C984B; }
p { color: rgb(76,152,75); }
H1.HeaderClassName
{
color: #4C984B;
}
.AnyTagClassName
{
color: #4C984B;
}
</style>
background-color css
<style>
a { background-color: #4C984B; }
a { background-color: rgb(76,152,75); }
div.DivClassName
{
background-color: #4C984B;
}
.BgClassName
{
background-color: #4C984B;
}
</style>
border-color css
<style>
span { border-color: #4C984B; }
span { border-color: rgb(76,152,75); }
td.TdClassName
{
border-color: #4C984B;
}
.TagClassName
{
border-color: #4C984B;
}
</style>