Shades of Fruit Salad #46BD56
Tints of Fruit Salad #46BD56
RGB
CMYK
RGB Variations
Color information
#46BD56 (or 0x46BD56) is known color: Fruit Salad. HEX triplet: 46, BD and 56. RGB value is (70,189,86). Sum of RGB (Red+Green+Blue) = 70+189+86=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #46BD56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BD56 is #B942A9. Grayscale: #8D8D8D. Windows color (decimal): -12141226 or 5684550. OLE color: 5684550.
HSL color Cylindrical-coordinate representation of color #46BD56: hue angle of 128.07º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BD56 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 189 | 86 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.26 |
| HSL | 128.07º | 0.47% | 0.51% | - |
| HSV(B) | 128.07º | 0.63% | 0.74% | - |
| XYZ | 22.4 | 38.37 | 15.03 | - |
| YUV | 141.68 | 96.58 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 189 | 86 | 0.63 | 0 | 0.54 | 0.26 | 128.07 | 0.47 | 0.51 |
| Hex | 46 | BD | 56 | 3F | 0 | 36 | 1A | 80 | 2F | 33 |
| Octal | 106 | 275 | 126 | 77 | 0 | 66 | 32 | 200 | 57 | 63 |
| Binary | 1000110 | 10111101 | 1010110 | 111111 | 0 | 110110 | 11010 | 10000000 | 101111 | 110011 |
Color Harmonies of #46BD56
Complementary color
Monochromatic Colors of #46BD56
Black with #46BD56
Text Example
Text Example
White with #46BD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BD56; }
p { color: rgb(70,189,86); }
H1.HeaderClassName
{
color: #46BD56;
}
.AnyTagClassName
{
color: #46BD56;
}
</style>
background-color css
<style>
a { background-color: #46BD56; }
a { background-color: rgb(70,189,86); }
div.DivClassName
{
background-color: #46BD56;
}
.BgClassName
{
background-color: #46BD56;
}
</style>
border-color css
<style>
span { border-color: #46BD56; }
span { border-color: rgb(70,189,86); }
td.TdClassName
{
border-color: #46BD56;
}
.TagClassName
{
border-color: #46BD56;
}
</style>