Shades of Emerald #46CB76
Tints of Emerald #46CB76
RGB
CMYK
RGB Variations
Color information
#46CB76 (or 0x46CB76) is known color: Emerald. HEX triplet: 46, CB and 76. RGB value is (70,203,118). Sum of RGB (Red+Green+Blue) = 70+203+118=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CB76 is #B93489. Grayscale: #999999. Windows color (decimal): -12137610 or 7785286. OLE color: 7785286.
HSL color Cylindrical-coordinate representation of color #46CB76: hue angle of 141.65º 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 #46CB76 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 118 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.20 |
| HSL | 141.65º | 0.56% | 0.54% | - |
| HSV(B) | 141.65º | 0.66% | 0.8% | - |
| XYZ | 27.15 | 45.32 | 24.46 | - |
| YUV | 153.54 | 107.94 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 118 | 0.66 | 0 | 0.42 | 0.20 | 141.65 | 0.56 | 0.54 |
| Hex | 46 | CB | 76 | 42 | 0 | 2A | 14 | 8E | 38 | 36 |
| Octal | 106 | 313 | 166 | 102 | 0 | 52 | 24 | 216 | 70 | 66 |
| Binary | 1000110 | 11001011 | 1110110 | 1000010 | 0 | 101010 | 10100 | 10001110 | 111000 | 110110 |
Color Harmonies of #46CB76
Complementary color
Monochromatic Colors of #46CB76
Black with #46CB76
Text Example
Text Example
White with #46CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CB76; }
p { color: rgb(70,203,118); }
H1.HeaderClassName
{
color: #46CB76;
}
.AnyTagClassName
{
color: #46CB76;
}
</style>
background-color css
<style>
a { background-color: #46CB76; }
a { background-color: rgb(70,203,118); }
div.DivClassName
{
background-color: #46CB76;
}
.BgClassName
{
background-color: #46CB76;
}
</style>
border-color css
<style>
span { border-color: #46CB76; }
span { border-color: rgb(70,203,118); }
td.TdClassName
{
border-color: #46CB76;
}
.TagClassName
{
border-color: #46CB76;
}
</style>