Shades of Fruit Salad #46B841
Tints of Fruit Salad #46B841
RGB
CMYK
RGB Variations
Color information
#46B841 (or 0x46B841) is known color: Fruit Salad. HEX triplet: 46, B8 and 41. RGB value is (70,184,65). Sum of RGB (Red+Green+Blue) = 70+184+65=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 184 (72.27% from 255 or 57.68% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 184 - color contains mainly: green. Hex color #46B841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B841 is #B947BE. Grayscale: #888888. Windows color (decimal): -12142527 or 4307014. OLE color: 4307014.
HSL color Cylindrical-coordinate representation of color #46B841: hue angle of 117.48º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46B841 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 184 | 65 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.28 |
| HSL | 117.48º | 0.48% | 0.49% | - |
| HSV(B) | 117.48º | 0.65% | 0.72% | - |
| XYZ | 20.62 | 35.96 | 10.86 | - |
| YUV | 136.35 | 87.73 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 184 | 65 | 0.62 | 0 | 0.65 | 0.28 | 117.48 | 0.48 | 0.49 |
| Hex | 46 | B8 | 41 | 3E | 0 | 41 | 1C | 75 | 30 | 31 |
| Octal | 106 | 270 | 101 | 76 | 0 | 101 | 34 | 165 | 60 | 61 |
| Binary | 1000110 | 10111000 | 1000001 | 111110 | 0 | 1000001 | 11100 | 1110101 | 110000 | 110001 |
Color Harmonies of #46B841
Complementary color
Monochromatic Colors of #46B841
Black with #46B841
Text Example
Text Example
White with #46B841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B841; }
p { color: rgb(70,184,65); }
H1.HeaderClassName
{
color: #46B841;
}
.AnyTagClassName
{
color: #46B841;
}
</style>
background-color css
<style>
a { background-color: #46B841; }
a { background-color: rgb(70,184,65); }
div.DivClassName
{
background-color: #46B841;
}
.BgClassName
{
background-color: #46B841;
}
</style>
border-color css
<style>
span { border-color: #46B841; }
span { border-color: rgb(70,184,65); }
td.TdClassName
{
border-color: #46B841;
}
.TagClassName
{
border-color: #46B841;
}
</style>