Shades of Emerald #46CB5E
Tints of Emerald #46CB5E
RGB
CMYK
RGB Variations
Color information
#46CB5E (or 0x46CB5E) is known color: Emerald. HEX triplet: 46, CB and 5E. RGB value is (70,203,94). Sum of RGB (Red+Green+Blue) = 70+203+94=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 203 (79.69% from 255 or 55.31% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CB5E is #B934A1. Grayscale: #979797. Windows color (decimal): -12137634 or 6212422. OLE color: 6212422.
HSL color Cylindrical-coordinate representation of color #46CB5E: hue angle of 130.83º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CB5E is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 94 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.20 |
| HSL | 130.83º | 0.56% | 0.54% | - |
| HSV(B) | 130.83º | 0.66% | 0.8% | - |
| XYZ | 25.9 | 44.82 | 17.88 | - |
| YUV | 150.81 | 95.94 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 94 | 0.66 | 0 | 0.54 | 0.20 | 130.83 | 0.56 | 0.54 |
| Hex | 46 | CB | 5E | 42 | 0 | 36 | 14 | 83 | 38 | 36 |
| Octal | 106 | 313 | 136 | 102 | 0 | 66 | 24 | 203 | 70 | 66 |
| Binary | 1000110 | 11001011 | 1011110 | 1000010 | 0 | 110110 | 10100 | 10000011 | 111000 | 110110 |
Color Harmonies of #46CB5E
Complementary color
Monochromatic Colors of #46CB5E
Black with #46CB5E
Text Example
Text Example
White with #46CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CB5E; }
p { color: rgb(70,203,94); }
H1.HeaderClassName
{
color: #46CB5E;
}
.AnyTagClassName
{
color: #46CB5E;
}
</style>
background-color css
<style>
a { background-color: #46CB5E; }
a { background-color: rgb(70,203,94); }
div.DivClassName
{
background-color: #46CB5E;
}
.BgClassName
{
background-color: #46CB5E;
}
</style>
border-color css
<style>
span { border-color: #46CB5E; }
span { border-color: rgb(70,203,94); }
td.TdClassName
{
border-color: #46CB5E;
}
.TagClassName
{
border-color: #46CB5E;
}
</style>