Shades of Fruit Salad #46BA56
Tints of Fruit Salad #46BA56
RGB
CMYK
RGB Variations
Color information
#46BA56 (or 0x46BA56) is known color: Fruit Salad. HEX triplet: 46, BA and 56. RGB value is (70,186,86). Sum of RGB (Red+Green+Blue) = 70+186+86=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BA56 is #B945A9. Grayscale: #8C8C8C. Windows color (decimal): -12141994 or 5683782. OLE color: 5683782.
HSL color Cylindrical-coordinate representation of color #46BA56: hue angle of 128.28º 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 #46BA56 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 86 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.27 |
| HSL | 128.28º | 0.46% | 0.5% | - |
| HSV(B) | 128.28º | 0.62% | 0.73% | - |
| XYZ | 21.76 | 37.09 | 14.82 | - |
| YUV | 139.92 | 97.57 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 86 | 0.62 | 0 | 0.54 | 0.27 | 128.28 | 0.46 | 0.5 |
| Hex | 46 | BA | 56 | 3E | 0 | 36 | 1B | 80 | 2E | 32 |
| Octal | 106 | 272 | 126 | 76 | 0 | 66 | 33 | 200 | 56 | 62 |
| Binary | 1000110 | 10111010 | 1010110 | 111110 | 0 | 110110 | 11011 | 10000000 | 101110 | 110010 |
Color Harmonies of #46BA56
Complementary color
Monochromatic Colors of #46BA56
Black with #46BA56
Text Example
Text Example
White with #46BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA56; }
p { color: rgb(70,186,86); }
H1.HeaderClassName
{
color: #46BA56;
}
.AnyTagClassName
{
color: #46BA56;
}
</style>
background-color css
<style>
a { background-color: #46BA56; }
a { background-color: rgb(70,186,86); }
div.DivClassName
{
background-color: #46BA56;
}
.BgClassName
{
background-color: #46BA56;
}
</style>
border-color css
<style>
span { border-color: #46BA56; }
span { border-color: rgb(70,186,86); }
td.TdClassName
{
border-color: #46BA56;
}
.TagClassName
{
border-color: #46BA56;
}
</style>