Shades of Fruit Salad #46BA44
Tints of Fruit Salad #46BA44
RGB
CMYK
RGB Variations
Color information
#46BA44 (or 0x46BA44) is known color: Fruit Salad. HEX triplet: 46, BA and 44. RGB value is (70,186,68). Sum of RGB (Red+Green+Blue) = 70+186+68=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BA44 is #B945BB. Grayscale: #8A8A8A. Windows color (decimal): -12142012 or 4504134. OLE color: 4504134.
HSL color Cylindrical-coordinate representation of color #46BA44: hue angle of 118.98º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BA44 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 68 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.27 |
| HSL | 118.98º | 0.46% | 0.5% | - |
| HSV(B) | 118.98º | 0.63% | 0.73% | - |
| XYZ | 21.13 | 36.84 | 11.47 | - |
| YUV | 137.86 | 88.57 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 68 | 0.62 | 0 | 0.63 | 0.27 | 118.98 | 0.46 | 0.5 |
| Hex | 46 | BA | 44 | 3E | 0 | 3F | 1B | 77 | 2E | 32 |
| Octal | 106 | 272 | 104 | 76 | 0 | 77 | 33 | 167 | 56 | 62 |
| Binary | 1000110 | 10111010 | 1000100 | 111110 | 0 | 111111 | 11011 | 1110111 | 101110 | 110010 |
Color Harmonies of #46BA44
Complementary color
Monochromatic Colors of #46BA44
Black with #46BA44
Text Example
Text Example
White with #46BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA44; }
p { color: rgb(70,186,68); }
H1.HeaderClassName
{
color: #46BA44;
}
.AnyTagClassName
{
color: #46BA44;
}
</style>
background-color css
<style>
a { background-color: #46BA44; }
a { background-color: rgb(70,186,68); }
div.DivClassName
{
background-color: #46BA44;
}
.BgClassName
{
background-color: #46BA44;
}
</style>
border-color css
<style>
span { border-color: #46BA44; }
span { border-color: rgb(70,186,68); }
td.TdClassName
{
border-color: #46BA44;
}
.TagClassName
{
border-color: #46BA44;
}
</style>