Shades of Fruit Salad #46BE58
Tints of Fruit Salad #46BE58
RGB
CMYK
RGB Variations
Color information
#46BE58 (or 0x46BE58) is known color: Fruit Salad. HEX triplet: 46, BE and 58. RGB value is (70,190,88). Sum of RGB (Red+Green+Blue) = 70+190+88=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BE58 is #B941A7. Grayscale: #8E8E8E. Windows color (decimal): -12140968 or 5815878. OLE color: 5815878.
HSL color Cylindrical-coordinate representation of color #46BE58: hue angle of 129º 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 #46BE58 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 190 | 88 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.25 |
| HSL | 129º | 0.48% | 0.51% | - |
| HSV(B) | 129º | 0.63% | 0.75% | - |
| XYZ | 22.7 | 38.83 | 15.53 | - |
| YUV | 142.49 | 97.24 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 88 | 0.63 | 0 | 0.54 | 0.25 | 129 | 0.48 | 0.51 |
| Hex | 46 | BE | 58 | 3F | 0 | 36 | 19 | 81 | 30 | 33 |
| Octal | 106 | 276 | 130 | 77 | 0 | 66 | 31 | 201 | 60 | 63 |
| Binary | 1000110 | 10111110 | 1011000 | 111111 | 0 | 110110 | 11001 | 10000001 | 110000 | 110011 |
Color Harmonies of #46BE58
Complementary color
Monochromatic Colors of #46BE58
Black with #46BE58
Text Example
Text Example
White with #46BE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BE58; }
p { color: rgb(70,190,88); }
H1.HeaderClassName
{
color: #46BE58;
}
.AnyTagClassName
{
color: #46BE58;
}
</style>
background-color css
<style>
a { background-color: #46BE58; }
a { background-color: rgb(70,190,88); }
div.DivClassName
{
background-color: #46BE58;
}
.BgClassName
{
background-color: #46BE58;
}
</style>
border-color css
<style>
span { border-color: #46BE58; }
span { border-color: rgb(70,190,88); }
td.TdClassName
{
border-color: #46BE58;
}
.TagClassName
{
border-color: #46BE58;
}
</style>