Shades of Fruit Salad #46BE56
Tints of Fruit Salad #46BE56
RGB
CMYK
RGB Variations
Color information
#46BE56 (or 0x46BE56) is known color: Fruit Salad. HEX triplet: 46, BE and 56. RGB value is (70,190,86). Sum of RGB (Red+Green+Blue) = 70+190+86=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BE56 is #B941A9. Grayscale: #8E8E8E. Windows color (decimal): -12140970 or 5684806. OLE color: 5684806.
HSL color Cylindrical-coordinate representation of color #46BE56: hue angle of 128º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BE56 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 190 | 86 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.25 |
| HSL | 128º | 0.48% | 0.51% | - |
| HSV(B) | 128º | 0.63% | 0.75% | - |
| XYZ | 22.62 | 38.8 | 15.1 | - |
| YUV | 142.26 | 96.24 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 86 | 0.63 | 0 | 0.55 | 0.25 | 128 | 0.48 | 0.51 |
| Hex | 46 | BE | 56 | 3F | 0 | 37 | 19 | 80 | 30 | 33 |
| Octal | 106 | 276 | 126 | 77 | 0 | 67 | 31 | 200 | 60 | 63 |
| Binary | 1000110 | 10111110 | 1010110 | 111111 | 0 | 110111 | 11001 | 10000000 | 110000 | 110011 |
Color Harmonies of #46BE56
Complementary color
Monochromatic Colors of #46BE56
Black with #46BE56
Text Example
Text Example
White with #46BE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BE56; }
p { color: rgb(70,190,86); }
H1.HeaderClassName
{
color: #46BE56;
}
.AnyTagClassName
{
color: #46BE56;
}
</style>
background-color css
<style>
a { background-color: #46BE56; }
a { background-color: rgb(70,190,86); }
div.DivClassName
{
background-color: #46BE56;
}
.BgClassName
{
background-color: #46BE56;
}
</style>
border-color css
<style>
span { border-color: #46BE56; }
span { border-color: rgb(70,190,86); }
td.TdClassName
{
border-color: #46BE56;
}
.TagClassName
{
border-color: #46BE56;
}
</style>