Shades of Fruit Salad #46B440
Tints of Fruit Salad #46B440
RGB
CMYK
RGB Variations
Color information
#46B440 (or 0x46B440) is known color: Fruit Salad. HEX triplet: 46, B4 and 40. RGB value is (70,180,64). Sum of RGB (Red+Green+Blue) = 70+180+64=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #46B440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B440 is #B94BBF. Grayscale: #868686. Windows color (decimal): -12143552 or 4240454. OLE color: 4240454.
HSL color Cylindrical-coordinate representation of color #46B440: hue angle of 116.9º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46B440 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 180 | 64 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.29 |
| HSL | 116.9º | 0.48% | 0.48% | - |
| HSV(B) | 116.9º | 0.64% | 0.71% | - |
| XYZ | 19.77 | 34.31 | 10.43 | - |
| YUV | 133.89 | 88.56 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 180 | 64 | 0.61 | 0 | 0.64 | 0.29 | 116.9 | 0.48 | 0.48 |
| Hex | 46 | B4 | 40 | 3D | 0 | 40 | 1D | 75 | 30 | 30 |
| Octal | 106 | 264 | 100 | 75 | 0 | 100 | 35 | 165 | 60 | 60 |
| Binary | 1000110 | 10110100 | 1000000 | 111101 | 0 | 1000000 | 11101 | 1110101 | 110000 | 110000 |
Color Harmonies of #46B440
Complementary color
Monochromatic Colors of #46B440
Black with #46B440
Text Example
Text Example
White with #46B440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B440; }
p { color: rgb(70,180,64); }
H1.HeaderClassName
{
color: #46B440;
}
.AnyTagClassName
{
color: #46B440;
}
</style>
background-color css
<style>
a { background-color: #46B440; }
a { background-color: rgb(70,180,64); }
div.DivClassName
{
background-color: #46B440;
}
.BgClassName
{
background-color: #46B440;
}
</style>
border-color css
<style>
span { border-color: #46B440; }
span { border-color: rgb(70,180,64); }
td.TdClassName
{
border-color: #46B440;
}
.TagClassName
{
border-color: #46B440;
}
</style>