Shades of Fruit Salad #46B85B
Tints of Fruit Salad #46B85B
RGB
CMYK
RGB Variations
Color information
#46B85B (or 0x46B85B) is known color: Fruit Salad. HEX triplet: 46, B8 and 5B. RGB value is (70,184,91). Sum of RGB (Red+Green+Blue) = 70+184+91=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 184 (72.27% from 255 or 53.33% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 184 - color contains mainly: green. Hex color #46B85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46B85B is #B947A4. Grayscale: #8B8B8B. Windows color (decimal): -12142501 or 6010950. OLE color: 6010950.
HSL color Cylindrical-coordinate representation of color #46B85B: hue angle of 131.05º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B85B is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 184 | 91 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.28 |
| HSL | 131.05º | 0.45% | 0.5% | - |
| HSV(B) | 131.05º | 0.62% | 0.72% | - |
| XYZ | 21.55 | 36.34 | 15.78 | - |
| YUV | 139.31 | 100.73 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 184 | 91 | 0.62 | 0 | 0.51 | 0.28 | 131.05 | 0.45 | 0.5 |
| Hex | 46 | B8 | 5B | 3E | 0 | 33 | 1C | 83 | 2D | 32 |
| Octal | 106 | 270 | 133 | 76 | 0 | 63 | 34 | 203 | 55 | 62 |
| Binary | 1000110 | 10111000 | 1011011 | 111110 | 0 | 110011 | 11100 | 10000011 | 101101 | 110010 |
Color Harmonies of #46B85B
Complementary color
Monochromatic Colors of #46B85B
Black with #46B85B
Text Example
Text Example
White with #46B85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B85B; }
p { color: rgb(70,184,91); }
H1.HeaderClassName
{
color: #46B85B;
}
.AnyTagClassName
{
color: #46B85B;
}
</style>
background-color css
<style>
a { background-color: #46B85B; }
a { background-color: rgb(70,184,91); }
div.DivClassName
{
background-color: #46B85B;
}
.BgClassName
{
background-color: #46B85B;
}
</style>
border-color css
<style>
span { border-color: #46B85B; }
span { border-color: rgb(70,184,91); }
td.TdClassName
{
border-color: #46B85B;
}
.TagClassName
{
border-color: #46B85B;
}
</style>