Shades of Fruit Salad #46BA51
Tints of Fruit Salad #46BA51
RGB
CMYK
RGB Variations
Color information
#46BA51 (or 0x46BA51) is known color: Fruit Salad. HEX triplet: 46, BA and 51. RGB value is (70,186,81). Sum of RGB (Red+Green+Blue) = 70+186+81=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BA51 is #B945AE. Grayscale: #8B8B8B. Windows color (decimal): -12141999 or 5356102. OLE color: 5356102.
HSL color Cylindrical-coordinate representation of color #46BA51: hue angle of 125.69º 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 #46BA51 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 81 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.27 |
| HSL | 125.69º | 0.46% | 0.5% | - |
| HSV(B) | 125.69º | 0.62% | 0.73% | - |
| XYZ | 21.57 | 37.01 | 13.79 | - |
| YUV | 139.35 | 95.07 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 81 | 0.62 | 0 | 0.56 | 0.27 | 125.69 | 0.46 | 0.5 |
| Hex | 46 | BA | 51 | 3E | 0 | 38 | 1B | 7E | 2E | 32 |
| Octal | 106 | 272 | 121 | 76 | 0 | 70 | 33 | 176 | 56 | 62 |
| Binary | 1000110 | 10111010 | 1010001 | 111110 | 0 | 111000 | 11011 | 1111110 | 101110 | 110010 |
Color Harmonies of #46BA51
Complementary color
Monochromatic Colors of #46BA51
Black with #46BA51
Text Example
Text Example
White with #46BA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA51; }
p { color: rgb(70,186,81); }
H1.HeaderClassName
{
color: #46BA51;
}
.AnyTagClassName
{
color: #46BA51;
}
</style>
background-color css
<style>
a { background-color: #46BA51; }
a { background-color: rgb(70,186,81); }
div.DivClassName
{
background-color: #46BA51;
}
.BgClassName
{
background-color: #46BA51;
}
</style>
border-color css
<style>
span { border-color: #46BA51; }
span { border-color: rgb(70,186,81); }
td.TdClassName
{
border-color: #46BA51;
}
.TagClassName
{
border-color: #46BA51;
}
</style>