Shades of Fruit Salad #46BC4B
Tints of Fruit Salad #46BC4B
RGB
CMYK
RGB Variations
Color information
#46BC4B (or 0x46BC4B) is known color: Fruit Salad. HEX triplet: 46, BC and 4B. RGB value is (70,188,75). Sum of RGB (Red+Green+Blue) = 70+188+75=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #46BC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BC4B is #B943B4. Grayscale: #8C8C8C. Windows color (decimal): -12141493 or 4963398. OLE color: 4963398.
HSL color Cylindrical-coordinate representation of color #46BC4B: hue angle of 122.54º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BC4B is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 188 | 75 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.26 |
| HSL | 122.54º | 0.47% | 0.51% | - |
| HSV(B) | 122.54º | 0.63% | 0.74% | - |
| XYZ | 21.78 | 37.78 | 12.8 | - |
| YUV | 139.84 | 91.41 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 75 | 0.63 | 0 | 0.60 | 0.26 | 122.54 | 0.47 | 0.51 |
| Hex | 46 | BC | 4B | 3F | 0 | 3C | 1A | 7B | 2F | 33 |
| Octal | 106 | 274 | 113 | 77 | 0 | 74 | 32 | 173 | 57 | 63 |
| Binary | 1000110 | 10111100 | 1001011 | 111111 | 0 | 111100 | 11010 | 1111011 | 101111 | 110011 |
Color Harmonies of #46BC4B
Complementary color
Monochromatic Colors of #46BC4B
Black with #46BC4B
Text Example
Text Example
White with #46BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BC4B; }
p { color: rgb(70,188,75); }
H1.HeaderClassName
{
color: #46BC4B;
}
.AnyTagClassName
{
color: #46BC4B;
}
</style>
background-color css
<style>
a { background-color: #46BC4B; }
a { background-color: rgb(70,188,75); }
div.DivClassName
{
background-color: #46BC4B;
}
.BgClassName
{
background-color: #46BC4B;
}
</style>
border-color css
<style>
span { border-color: #46BC4B; }
span { border-color: rgb(70,188,75); }
td.TdClassName
{
border-color: #46BC4B;
}
.TagClassName
{
border-color: #46BC4B;
}
</style>