Shades of Emerald #46C55D
Tints of Emerald #46C55D
RGB
CMYK
RGB Variations
Color information
#46C55D (or 0x46C55D) is known color: Emerald. HEX triplet: 46, C5 and 5D. RGB value is (70,197,93). Sum of RGB (Red+Green+Blue) = 70+197+93=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #46C55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C55D is #B93AA2. Grayscale: #939393. Windows color (decimal): -12139171 or 6145350. OLE color: 6145350.
HSL color Cylindrical-coordinate representation of color #46C55D: hue angle of 130.87º 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 #46C55D is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 197 | 93 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.23 |
| HSL | 130.87º | 0.52% | 0.52% | - |
| HSV(B) | 130.87º | 0.64% | 0.77% | - |
| XYZ | 24.47 | 42.02 | 17.18 | - |
| YUV | 147.17 | 97.42 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 197 | 93 | 0.64 | 0 | 0.53 | 0.23 | 130.87 | 0.52 | 0.52 |
| Hex | 46 | C5 | 5D | 40 | 0 | 35 | 17 | 83 | 34 | 34 |
| Octal | 106 | 305 | 135 | 100 | 0 | 65 | 27 | 203 | 64 | 64 |
| Binary | 1000110 | 11000101 | 1011101 | 1000000 | 0 | 110101 | 10111 | 10000011 | 110100 | 110100 |
Color Harmonies of #46C55D
Complementary color
Monochromatic Colors of #46C55D
Black with #46C55D
Text Example
Text Example
White with #46C55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C55D; }
p { color: rgb(70,197,93); }
H1.HeaderClassName
{
color: #46C55D;
}
.AnyTagClassName
{
color: #46C55D;
}
</style>
background-color css
<style>
a { background-color: #46C55D; }
a { background-color: rgb(70,197,93); }
div.DivClassName
{
background-color: #46C55D;
}
.BgClassName
{
background-color: #46C55D;
}
</style>
border-color css
<style>
span { border-color: #46C55D; }
span { border-color: rgb(70,197,93); }
td.TdClassName
{
border-color: #46C55D;
}
.TagClassName
{
border-color: #46C55D;
}
</style>