Shades of Fruit Salad #46BC4F
Tints of Fruit Salad #46BC4F
RGB
CMYK
RGB Variations
Color information
#46BC4F (or 0x46BC4F) is known color: Fruit Salad. HEX triplet: 46, BC and 4F. RGB value is (70,188,79). Sum of RGB (Red+Green+Blue) = 70+188+79=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #46BC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BC4F is #B943B0. Grayscale: #8C8C8C. Windows color (decimal): -12141489 or 5225542. OLE color: 5225542.
HSL color Cylindrical-coordinate representation of color #46BC4F: hue angle of 124.58º 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 #46BC4F is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 188 | 79 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.26 |
| HSL | 124.58º | 0.47% | 0.51% | - |
| HSV(B) | 124.58º | 0.63% | 0.74% | - |
| XYZ | 21.92 | 37.83 | 13.54 | - |
| YUV | 140.29 | 93.41 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 79 | 0.63 | 0 | 0.58 | 0.26 | 124.58 | 0.47 | 0.51 |
| Hex | 46 | BC | 4F | 3F | 0 | 3A | 1A | 7D | 2F | 33 |
| Octal | 106 | 274 | 117 | 77 | 0 | 72 | 32 | 175 | 57 | 63 |
| Binary | 1000110 | 10111100 | 1001111 | 111111 | 0 | 111010 | 11010 | 1111101 | 101111 | 110011 |
Color Harmonies of #46BC4F
Complementary color
Monochromatic Colors of #46BC4F
Black with #46BC4F
Text Example
Text Example
White with #46BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BC4F; }
p { color: rgb(70,188,79); }
H1.HeaderClassName
{
color: #46BC4F;
}
.AnyTagClassName
{
color: #46BC4F;
}
</style>
background-color css
<style>
a { background-color: #46BC4F; }
a { background-color: rgb(70,188,79); }
div.DivClassName
{
background-color: #46BC4F;
}
.BgClassName
{
background-color: #46BC4F;
}
</style>
border-color css
<style>
span { border-color: #46BC4F; }
span { border-color: rgb(70,188,79); }
td.TdClassName
{
border-color: #46BC4F;
}
.TagClassName
{
border-color: #46BC4F;
}
</style>