Shades of Fruit Salad #4BA73D
Tints of Fruit Salad #4BA73D
RGB
CMYK
RGB Variations
Color information
#4BA73D (or 0x4BA73D) is known color: Fruit Salad. HEX triplet: 4B, A7 and 3D. RGB value is (75,167,61). Sum of RGB (Red+Green+Blue) = 75+167+61=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA73D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA73D is #B458C2. Grayscale: #7F7F7F. Windows color (decimal): -11819203 or 4040523. OLE color: 4040523.
HSL color Cylindrical-coordinate representation of color #4BA73D: hue angle of 112.08º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BA73D is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 167 | 61 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.35 |
| HSL | 112.08º | 0.46% | 0.45% | - |
| HSV(B) | 112.08º | 0.63% | 0.65% | - |
| XYZ | 17.56 | 29.47 | 9.18 | - |
| YUV | 127.41 | 90.52 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 167 | 61 | 0.55 | 0 | 0.63 | 0.35 | 112.08 | 0.46 | 0.45 |
| Hex | 4B | A7 | 3D | 37 | 0 | 3F | 23 | 70 | 2E | 2D |
| Octal | 113 | 247 | 75 | 67 | 0 | 77 | 43 | 160 | 56 | 55 |
| Binary | 1001011 | 10100111 | 111101 | 110111 | 0 | 111111 | 100011 | 1110000 | 101110 | 101101 |
Color Harmonies of #4BA73D
Complementary color
Monochromatic Colors of #4BA73D
Black with #4BA73D
Text Example
Text Example
White with #4BA73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA73D; }
p { color: rgb(75,167,61); }
H1.HeaderClassName
{
color: #4BA73D;
}
.AnyTagClassName
{
color: #4BA73D;
}
</style>
background-color css
<style>
a { background-color: #4BA73D; }
a { background-color: rgb(75,167,61); }
div.DivClassName
{
background-color: #4BA73D;
}
.BgClassName
{
background-color: #4BA73D;
}
</style>
border-color css
<style>
span { border-color: #4BA73D; }
span { border-color: rgb(75,167,61); }
td.TdClassName
{
border-color: #4BA73D;
}
.TagClassName
{
border-color: #4BA73D;
}
</style>