Shades of Emerald #46CC64
Tints of Emerald #46CC64
RGB
CMYK
RGB Variations
Color information
#46CC64 (or 0x46CC64) is known color: Emerald. HEX triplet: 46, CC and 64. RGB value is (70,204,100). Sum of RGB (Red+Green+Blue) = 70+204+100=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CC64 is #B9339B. Grayscale: #989898. Windows color (decimal): -12137372 or 6605894. OLE color: 6605894.
HSL color Cylindrical-coordinate representation of color #46CC64: hue angle of 133.43º 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 #46CC64 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 100 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.2 |
| HSL | 133.43º | 0.57% | 0.54% | - |
| HSV(B) | 133.43º | 0.66% | 0.8% | - |
| XYZ | 26.42 | 45.41 | 19.43 | - |
| YUV | 152.08 | 98.61 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 100 | 0.66 | 0 | 0.51 | 0.2 | 133.43 | 0.57 | 0.54 |
| Hex | 46 | CC | 64 | 42 | 0 | 33 | 14 | 85 | 39 | 36 |
| Octal | 106 | 314 | 144 | 102 | 0 | 63 | 24 | 205 | 71 | 66 |
| Binary | 1000110 | 11001100 | 1100100 | 1000010 | 0 | 110011 | 10100 | 10000101 | 111001 | 110110 |
Color Harmonies of #46CC64
Complementary color
Monochromatic Colors of #46CC64
Black with #46CC64
Text Example
Text Example
White with #46CC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CC64; }
p { color: rgb(70,204,100); }
H1.HeaderClassName
{
color: #46CC64;
}
.AnyTagClassName
{
color: #46CC64;
}
</style>
background-color css
<style>
a { background-color: #46CC64; }
a { background-color: rgb(70,204,100); }
div.DivClassName
{
background-color: #46CC64;
}
.BgClassName
{
background-color: #46CC64;
}
</style>
border-color css
<style>
span { border-color: #46CC64; }
span { border-color: rgb(70,204,100); }
td.TdClassName
{
border-color: #46CC64;
}
.TagClassName
{
border-color: #46CC64;
}
</style>