Shades of Fruit Salad #46B03E
Tints of Fruit Salad #46B03E
RGB
CMYK
RGB Variations
Color information
#46B03E (or 0x46B03E) is known color: Fruit Salad. HEX triplet: 46, B0 and 3E. RGB value is (70,176,62). Sum of RGB (Red+Green+Blue) = 70+176+62=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 176 (69.14% from 255 or 57.14% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 176 - color contains mainly: green. Hex color #46B03E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46B03E is #B94FC1. Grayscale: #838383. Windows color (decimal): -12144578 or 4108358. OLE color: 4108358.
HSL color Cylindrical-coordinate representation of color #46B03E: hue angle of 115.79º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46B03E is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 176 | 62 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.31 |
| HSL | 115.79º | 0.48% | 0.47% | - |
| HSV(B) | 115.79º | 0.65% | 0.69% | - |
| XYZ | 18.92 | 32.7 | 9.87 | - |
| YUV | 131.31 | 88.88 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 176 | 62 | 0.60 | 0 | 0.65 | 0.31 | 115.79 | 0.48 | 0.47 |
| Hex | 46 | B0 | 3E | 3C | 0 | 41 | 1F | 74 | 30 | 2F |
| Octal | 106 | 260 | 76 | 74 | 0 | 101 | 37 | 164 | 60 | 57 |
| Binary | 1000110 | 10110000 | 111110 | 111100 | 0 | 1000001 | 11111 | 1110100 | 110000 | 101111 |
Color Harmonies of #46B03E
Complementary color
Monochromatic Colors of #46B03E
Black with #46B03E
Text Example
Text Example
White with #46B03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B03E; }
p { color: rgb(70,176,62); }
H1.HeaderClassName
{
color: #46B03E;
}
.AnyTagClassName
{
color: #46B03E;
}
</style>
background-color css
<style>
a { background-color: #46B03E; }
a { background-color: rgb(70,176,62); }
div.DivClassName
{
background-color: #46B03E;
}
.BgClassName
{
background-color: #46B03E;
}
</style>
border-color css
<style>
span { border-color: #46B03E; }
span { border-color: rgb(70,176,62); }
td.TdClassName
{
border-color: #46B03E;
}
.TagClassName
{
border-color: #46B03E;
}
</style>