Shades of Fruit Salad #46A946
Tints of Fruit Salad #46A946
RGB
CMYK
RGB Variations
Color information
#46A946 (or 0x46A946) is known color: Fruit Salad. HEX triplet: 46, A9 and 46. RGB value is (70,169,70). Sum of RGB (Red+Green+Blue) = 70+169+70=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 169 (66.41% from 255 or 54.69% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 169 - color contains mainly: green. Hex color #46A946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A946 is #B956B9. Grayscale: #808080. Windows color (decimal): -12146362 or 4630854. OLE color: 4630854.
HSL color Cylindrical-coordinate representation of color #46A946: hue angle of 120º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46A946 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 169 | 70 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.34 |
| HSL | 120º | 0.41% | 0.47% | - |
| HSV(B) | 120º | 0.59% | 0.66% | - |
| XYZ | 17.82 | 30.12 | 10.67 | - |
| YUV | 128.11 | 95.2 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 169 | 70 | 0.59 | 0 | 0.59 | 0.34 | 120 | 0.41 | 0.47 |
| Hex | 46 | A9 | 46 | 3B | 0 | 3B | 22 | 78 | 29 | 2F |
| Octal | 106 | 251 | 106 | 73 | 0 | 73 | 42 | 170 | 51 | 57 |
| Binary | 1000110 | 10101001 | 1000110 | 111011 | 0 | 111011 | 100010 | 1111000 | 101001 | 101111 |
Color Harmonies of #46A946
Complementary color
Monochromatic Colors of #46A946
Black with #46A946
Text Example
Text Example
White with #46A946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A946; }
p { color: rgb(70,169,70); }
H1.HeaderClassName
{
color: #46A946;
}
.AnyTagClassName
{
color: #46A946;
}
</style>
background-color css
<style>
a { background-color: #46A946; }
a { background-color: rgb(70,169,70); }
div.DivClassName
{
background-color: #46A946;
}
.BgClassName
{
background-color: #46A946;
}
</style>
border-color css
<style>
span { border-color: #46A946; }
span { border-color: rgb(70,169,70); }
td.TdClassName
{
border-color: #46A946;
}
.TagClassName
{
border-color: #46A946;
}
</style>