Shades of Fruit Salad #46AD40
Tints of Fruit Salad #46AD40
RGB
CMYK
RGB Variations
Color information
#46AD40 (or 0x46AD40) is known color: Fruit Salad. HEX triplet: 46, AD and 40. RGB value is (70,173,64). Sum of RGB (Red+Green+Blue) = 70+173+64=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #46AD40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AD40 is #B952BF. Grayscale: #828282. Windows color (decimal): -12145344 or 4238662. OLE color: 4238662.
HSL color Cylindrical-coordinate representation of color #46AD40: hue angle of 116.7º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46AD40 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 173 | 64 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.32 |
| HSL | 116.7º | 0.46% | 0.46% | - |
| HSV(B) | 116.7º | 0.63% | 0.68% | - |
| XYZ | 18.39 | 31.56 | 9.97 | - |
| YUV | 129.78 | 90.88 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 64 | 0.60 | 0 | 0.63 | 0.32 | 116.7 | 0.46 | 0.46 |
| Hex | 46 | AD | 40 | 3C | 0 | 3F | 20 | 75 | 2E | 2E |
| Octal | 106 | 255 | 100 | 74 | 0 | 77 | 40 | 165 | 56 | 56 |
| Binary | 1000110 | 10101101 | 1000000 | 111100 | 0 | 111111 | 100000 | 1110101 | 101110 | 101110 |
Color Harmonies of #46AD40
Complementary color
Monochromatic Colors of #46AD40
Black with #46AD40
Text Example
Text Example
White with #46AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AD40; }
p { color: rgb(70,173,64); }
H1.HeaderClassName
{
color: #46AD40;
}
.AnyTagClassName
{
color: #46AD40;
}
</style>
background-color css
<style>
a { background-color: #46AD40; }
a { background-color: rgb(70,173,64); }
div.DivClassName
{
background-color: #46AD40;
}
.BgClassName
{
background-color: #46AD40;
}
</style>
border-color css
<style>
span { border-color: #46AD40; }
span { border-color: rgb(70,173,64); }
td.TdClassName
{
border-color: #46AD40;
}
.TagClassName
{
border-color: #46AD40;
}
</style>