Shades of Fruit Salad #46B63D
Tints of Fruit Salad #46B63D
RGB
CMYK
RGB Variations
Color information
#46B63D (or 0x46B63D) is known color: Fruit Salad. HEX triplet: 46, B6 and 3D. RGB value is (70,182,61). Sum of RGB (Red+Green+Blue) = 70+182+61=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 182 (71.48% from 255 or 58.15% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 182 - color contains mainly: green. Hex color #46B63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B63D is #B949C2. Grayscale: #878787. Windows color (decimal): -12143043 or 4044358. OLE color: 4044358.
HSL color Cylindrical-coordinate representation of color #46B63D: hue angle of 115.54º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46B63D is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 182 | 61 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.29 |
| HSL | 115.54º | 0.5% | 0.48% | - |
| HSV(B) | 115.54º | 0.66% | 0.71% | - |
| XYZ | 20.1 | 35.09 | 10.13 | - |
| YUV | 134.72 | 86.39 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 182 | 61 | 0.62 | 0 | 0.66 | 0.29 | 115.54 | 0.5 | 0.48 |
| Hex | 46 | B6 | 3D | 3E | 0 | 42 | 1D | 74 | 32 | 30 |
| Octal | 106 | 266 | 75 | 76 | 0 | 102 | 35 | 164 | 62 | 60 |
| Binary | 1000110 | 10110110 | 111101 | 111110 | 0 | 1000010 | 11101 | 1110100 | 110010 | 110000 |
Color Harmonies of #46B63D
Complementary color
Monochromatic Colors of #46B63D
Black with #46B63D
Text Example
Text Example
White with #46B63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B63D; }
p { color: rgb(70,182,61); }
H1.HeaderClassName
{
color: #46B63D;
}
.AnyTagClassName
{
color: #46B63D;
}
</style>
background-color css
<style>
a { background-color: #46B63D; }
a { background-color: rgb(70,182,61); }
div.DivClassName
{
background-color: #46B63D;
}
.BgClassName
{
background-color: #46B63D;
}
</style>
border-color css
<style>
span { border-color: #46B63D; }
span { border-color: rgb(70,182,61); }
td.TdClassName
{
border-color: #46B63D;
}
.TagClassName
{
border-color: #46B63D;
}
</style>