Shades of Emerald #46CC63
Tints of Emerald #46CC63
RGB
CMYK
RGB Variations
Color information
#46CC63 (or 0x46CC63) is known color: Emerald. HEX triplet: 46, CC and 63. RGB value is (70,204,99). Sum of RGB (Red+Green+Blue) = 70+204+99=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CC63 is #B9339C. Grayscale: #989898. Windows color (decimal): -12137373 or 6540358. OLE color: 6540358.
HSL color Cylindrical-coordinate representation of color #46CC63: hue angle of 132.99º degrees, saturation: 0.57, 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 #46CC63 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 99 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.2 |
| HSL | 132.99º | 0.57% | 0.54% | - |
| HSV(B) | 132.99º | 0.66% | 0.8% | - |
| XYZ | 26.37 | 45.39 | 19.18 | - |
| YUV | 151.96 | 98.11 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 99 | 0.66 | 0 | 0.51 | 0.2 | 132.99 | 0.57 | 0.54 |
| Hex | 46 | CC | 63 | 42 | 0 | 33 | 14 | 85 | 39 | 36 |
| Octal | 106 | 314 | 143 | 102 | 0 | 63 | 24 | 205 | 71 | 66 |
| Binary | 1000110 | 11001100 | 1100011 | 1000010 | 0 | 110011 | 10100 | 10000101 | 111001 | 110110 |
Color Harmonies of #46CC63
Complementary color
Monochromatic Colors of #46CC63
Black with #46CC63
Text Example
Text Example
White with #46CC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CC63; }
p { color: rgb(70,204,99); }
H1.HeaderClassName
{
color: #46CC63;
}
.AnyTagClassName
{
color: #46CC63;
}
</style>
background-color css
<style>
a { background-color: #46CC63; }
a { background-color: rgb(70,204,99); }
div.DivClassName
{
background-color: #46CC63;
}
.BgClassName
{
background-color: #46CC63;
}
</style>
border-color css
<style>
span { border-color: #46CC63; }
span { border-color: rgb(70,204,99); }
td.TdClassName
{
border-color: #46CC63;
}
.TagClassName
{
border-color: #46CC63;
}
</style>