Shades of Fruit Salad #4BA838
Tints of Fruit Salad #4BA838
RGB
CMYK
RGB Variations
Color information
#4BA838 (or 0x4BA838) is known color: Fruit Salad. HEX triplet: 4B, A8 and 38. RGB value is (75,168,56). Sum of RGB (Red+Green+Blue) = 75+168+56=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 168 (66.02% from 255 or 56.19% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA838 is #B457C7. Grayscale: #7F7F7F. Windows color (decimal): -11818952 or 3713099. OLE color: 3713099.
HSL color Cylindrical-coordinate representation of color #4BA838: hue angle of 109.82º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BA838 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 168 | 56 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.34 |
| HSL | 109.82º | 0.5% | 0.44% | - |
| HSV(B) | 109.82º | 0.67% | 0.66% | - |
| XYZ | 17.62 | 29.79 | 8.56 | - |
| YUV | 127.43 | 87.69 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 56 | 0.55 | 0 | 0.67 | 0.34 | 109.82 | 0.5 | 0.44 |
| Hex | 4B | A8 | 38 | 37 | 0 | 43 | 22 | 6E | 32 | 2C |
| Octal | 113 | 250 | 70 | 67 | 0 | 103 | 42 | 156 | 62 | 54 |
| Binary | 1001011 | 10101000 | 111000 | 110111 | 0 | 1000011 | 100010 | 1101110 | 110010 | 101100 |
Color Harmonies of #4BA838
Complementary color
Monochromatic Colors of #4BA838
Black with #4BA838
Text Example
Text Example
White with #4BA838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA838; }
p { color: rgb(75,168,56); }
H1.HeaderClassName
{
color: #4BA838;
}
.AnyTagClassName
{
color: #4BA838;
}
</style>
background-color css
<style>
a { background-color: #4BA838; }
a { background-color: rgb(75,168,56); }
div.DivClassName
{
background-color: #4BA838;
}
.BgClassName
{
background-color: #4BA838;
}
</style>
border-color css
<style>
span { border-color: #4BA838; }
span { border-color: rgb(75,168,56); }
td.TdClassName
{
border-color: #4BA838;
}
.TagClassName
{
border-color: #4BA838;
}
</style>