Shades of Fruit Salad #46B53A
Tints of Fruit Salad #46B53A
RGB
CMYK
RGB Variations
Color information
#46B53A (or 0x46B53A) is known color: Fruit Salad. HEX triplet: 46, B5 and 3A. RGB value is (70,181,58). Sum of RGB (Red+Green+Blue) = 70+181+58=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 181 (71.09% from 255 or 58.58% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 181 - color contains mainly: green. Hex color #46B53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B53A is #B94AC5. Grayscale: #868686. Windows color (decimal): -12143302 or 3847494. OLE color: 3847494.
HSL color Cylindrical-coordinate representation of color #46B53A: hue angle of 114.15º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46B53A is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 181 | 58 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.29 |
| HSL | 114.15º | 0.51% | 0.47% | - |
| HSV(B) | 114.15º | 0.68% | 0.71% | - |
| XYZ | 19.81 | 34.66 | 9.65 | - |
| YUV | 133.79 | 85.23 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 181 | 58 | 0.61 | 0 | 0.68 | 0.29 | 114.15 | 0.51 | 0.47 |
| Hex | 46 | B5 | 3A | 3D | 0 | 44 | 1D | 72 | 33 | 2F |
| Octal | 106 | 265 | 72 | 75 | 0 | 104 | 35 | 162 | 63 | 57 |
| Binary | 1000110 | 10110101 | 111010 | 111101 | 0 | 1000100 | 11101 | 1110010 | 110011 | 101111 |
Color Harmonies of #46B53A
Complementary color
Monochromatic Colors of #46B53A
Black with #46B53A
Text Example
Text Example
White with #46B53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B53A; }
p { color: rgb(70,181,58); }
H1.HeaderClassName
{
color: #46B53A;
}
.AnyTagClassName
{
color: #46B53A;
}
</style>
background-color css
<style>
a { background-color: #46B53A; }
a { background-color: rgb(70,181,58); }
div.DivClassName
{
background-color: #46B53A;
}
.BgClassName
{
background-color: #46B53A;
}
</style>
border-color css
<style>
span { border-color: #46B53A; }
span { border-color: rgb(70,181,58); }
td.TdClassName
{
border-color: #46B53A;
}
.TagClassName
{
border-color: #46B53A;
}
</style>