Shades of Fruit Salad #46BA48
Tints of Fruit Salad #46BA48
RGB
CMYK
RGB Variations
Color information
#46BA48 (or 0x46BA48) is known color: Fruit Salad. HEX triplet: 46, BA and 48. RGB value is (70,186,72). Sum of RGB (Red+Green+Blue) = 70+186+72=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BA48 is #B945B7. Grayscale: #8A8A8A. Windows color (decimal): -12142008 or 4766278. OLE color: 4766278.
HSL color Cylindrical-coordinate representation of color #46BA48: hue angle of 121.03º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46BA48 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 72 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.27 |
| HSL | 121.03º | 0.46% | 0.5% | - |
| HSV(B) | 121.03º | 0.62% | 0.73% | - |
| XYZ | 21.25 | 36.89 | 12.13 | - |
| YUV | 138.32 | 90.57 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 72 | 0.62 | 0 | 0.61 | 0.27 | 121.03 | 0.46 | 0.5 |
| Hex | 46 | BA | 48 | 3E | 0 | 3D | 1B | 79 | 2E | 32 |
| Octal | 106 | 272 | 110 | 76 | 0 | 75 | 33 | 171 | 56 | 62 |
| Binary | 1000110 | 10111010 | 1001000 | 111110 | 0 | 111101 | 11011 | 1111001 | 101110 | 110010 |
Color Harmonies of #46BA48
Complementary color
Monochromatic Colors of #46BA48
Black with #46BA48
Text Example
Text Example
White with #46BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA48; }
p { color: rgb(70,186,72); }
H1.HeaderClassName
{
color: #46BA48;
}
.AnyTagClassName
{
color: #46BA48;
}
</style>
background-color css
<style>
a { background-color: #46BA48; }
a { background-color: rgb(70,186,72); }
div.DivClassName
{
background-color: #46BA48;
}
.BgClassName
{
background-color: #46BA48;
}
</style>
border-color css
<style>
span { border-color: #46BA48; }
span { border-color: rgb(70,186,72); }
td.TdClassName
{
border-color: #46BA48;
}
.TagClassName
{
border-color: #46BA48;
}
</style>