Shades of Fruit Salad #4BA83D
Tints of Fruit Salad #4BA83D
RGB
CMYK
RGB Variations
Color information
#4BA83D (or 0x4BA83D) is known color: Fruit Salad. HEX triplet: 4B, A8 and 3D. RGB value is (75,168,61). Sum of RGB (Red+Green+Blue) = 75+168+61=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 168 (66.02% from 255 or 55.26% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA83D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA83D is #B457C2. Grayscale: #808080. Windows color (decimal): -11818947 or 4040779. OLE color: 4040779.
HSL color Cylindrical-coordinate representation of color #4BA83D: hue angle of 112.15º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BA83D is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 168 | 61 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.34 |
| HSL | 112.15º | 0.47% | 0.45% | - |
| HSV(B) | 112.15º | 0.64% | 0.66% | - |
| XYZ | 17.75 | 29.84 | 9.24 | - |
| YUV | 128 | 90.19 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 61 | 0.55 | 0 | 0.64 | 0.34 | 112.15 | 0.47 | 0.45 |
| Hex | 4B | A8 | 3D | 37 | 0 | 40 | 22 | 70 | 2F | 2D |
| Octal | 113 | 250 | 75 | 67 | 0 | 100 | 42 | 160 | 57 | 55 |
| Binary | 1001011 | 10101000 | 111101 | 110111 | 0 | 1000000 | 100010 | 1110000 | 101111 | 101101 |
Color Harmonies of #4BA83D
Complementary color
Monochromatic Colors of #4BA83D
Black with #4BA83D
Text Example
Text Example
White with #4BA83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA83D; }
p { color: rgb(75,168,61); }
H1.HeaderClassName
{
color: #4BA83D;
}
.AnyTagClassName
{
color: #4BA83D;
}
</style>
background-color css
<style>
a { background-color: #4BA83D; }
a { background-color: rgb(75,168,61); }
div.DivClassName
{
background-color: #4BA83D;
}
.BgClassName
{
background-color: #4BA83D;
}
</style>
border-color css
<style>
span { border-color: #4BA83D; }
span { border-color: rgb(75,168,61); }
td.TdClassName
{
border-color: #4BA83D;
}
.TagClassName
{
border-color: #4BA83D;
}
</style>