Shades of Fruit Salad #46C54E
Tints of Fruit Salad #46C54E
RGB
CMYK
RGB Variations
Color information
#46C54E (or 0x46C54E) is known color: Fruit Salad. HEX triplet: 46, C5 and 4E. RGB value is (70,197,78). Sum of RGB (Red+Green+Blue) = 70+197+78=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #46C54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C54E is #B93AB1. Grayscale: #919191. Windows color (decimal): -12139186 or 5162310. OLE color: 5162310.
HSL color Cylindrical-coordinate representation of color #46C54E: hue angle of 123.78º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C54E is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 197 | 78 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.23 |
| HSL | 123.78º | 0.52% | 0.52% | - |
| HSV(B) | 123.78º | 0.64% | 0.77% | - |
| XYZ | 23.87 | 41.78 | 14.02 | - |
| YUV | 145.46 | 89.92 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 197 | 78 | 0.64 | 0 | 0.60 | 0.23 | 123.78 | 0.52 | 0.52 |
| Hex | 46 | C5 | 4E | 40 | 0 | 3C | 17 | 7C | 34 | 34 |
| Octal | 106 | 305 | 116 | 100 | 0 | 74 | 27 | 174 | 64 | 64 |
| Binary | 1000110 | 11000101 | 1001110 | 1000000 | 0 | 111100 | 10111 | 1111100 | 110100 | 110100 |
Color Harmonies of #46C54E
Complementary color
Monochromatic Colors of #46C54E
Black with #46C54E
Text Example
Text Example
White with #46C54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C54E; }
p { color: rgb(70,197,78); }
H1.HeaderClassName
{
color: #46C54E;
}
.AnyTagClassName
{
color: #46C54E;
}
</style>
background-color css
<style>
a { background-color: #46C54E; }
a { background-color: rgb(70,197,78); }
div.DivClassName
{
background-color: #46C54E;
}
.BgClassName
{
background-color: #46C54E;
}
</style>
border-color css
<style>
span { border-color: #46C54E; }
span { border-color: rgb(70,197,78); }
td.TdClassName
{
border-color: #46C54E;
}
.TagClassName
{
border-color: #46C54E;
}
</style>