Shades of Fruit Salad #46BA5B
Tints of Fruit Salad #46BA5B
RGB
CMYK
RGB Variations
Color information
#46BA5B (or 0x46BA5B) is known color: Fruit Salad. HEX triplet: 46, BA and 5B. RGB value is (70,186,91). Sum of RGB (Red+Green+Blue) = 70+186+91=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BA5B is #B945A4. Grayscale: #8C8C8C. Windows color (decimal): -12141989 or 6011462. OLE color: 6011462.
HSL color Cylindrical-coordinate representation of color #46BA5B: hue angle of 130.86º 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 #46BA5B is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 91 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.27 |
| HSL | 130.86º | 0.46% | 0.5% | - |
| HSV(B) | 130.86º | 0.62% | 0.73% | - |
| XYZ | 21.97 | 37.18 | 15.91 | - |
| YUV | 140.49 | 100.07 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 91 | 0.62 | 0 | 0.51 | 0.27 | 130.86 | 0.46 | 0.5 |
| Hex | 46 | BA | 5B | 3E | 0 | 33 | 1B | 83 | 2E | 32 |
| Octal | 106 | 272 | 133 | 76 | 0 | 63 | 33 | 203 | 56 | 62 |
| Binary | 1000110 | 10111010 | 1011011 | 111110 | 0 | 110011 | 11011 | 10000011 | 101110 | 110010 |
Color Harmonies of #46BA5B
Complementary color
Monochromatic Colors of #46BA5B
Black with #46BA5B
Text Example
Text Example
White with #46BA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA5B; }
p { color: rgb(70,186,91); }
H1.HeaderClassName
{
color: #46BA5B;
}
.AnyTagClassName
{
color: #46BA5B;
}
</style>
background-color css
<style>
a { background-color: #46BA5B; }
a { background-color: rgb(70,186,91); }
div.DivClassName
{
background-color: #46BA5B;
}
.BgClassName
{
background-color: #46BA5B;
}
</style>
border-color css
<style>
span { border-color: #46BA5B; }
span { border-color: rgb(70,186,91); }
td.TdClassName
{
border-color: #46BA5B;
}
.TagClassName
{
border-color: #46BA5B;
}
</style>