Shades of Emerald #46CC65
Tints of Emerald #46CC65
RGB
CMYK
RGB Variations
Color information
#46CC65 (or 0x46CC65) is known color: Emerald. HEX triplet: 46, CC and 65. RGB value is (70,204,101). Sum of RGB (Red+Green+Blue) = 70+204+101=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CC65 is #B9339A. Grayscale: #989898. Windows color (decimal): -12137371 or 6671430. OLE color: 6671430.
HSL color Cylindrical-coordinate representation of color #46CC65: hue angle of 133.88º 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 #46CC65 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 204 | 101 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.2 |
| HSL | 133.88º | 0.57% | 0.54% | - |
| HSV(B) | 133.88º | 0.66% | 0.8% | - |
| XYZ | 26.47 | 45.43 | 19.69 | - |
| YUV | 152.19 | 99.11 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 204 | 101 | 0.66 | 0 | 0.50 | 0.2 | 133.88 | 0.57 | 0.54 |
| Hex | 46 | CC | 65 | 42 | 0 | 32 | 14 | 86 | 39 | 36 |
| Octal | 106 | 314 | 145 | 102 | 0 | 62 | 24 | 206 | 71 | 66 |
| Binary | 1000110 | 11001100 | 1100101 | 1000010 | 0 | 110010 | 10100 | 10000110 | 111001 | 110110 |
Color Harmonies of #46CC65
Complementary color
Monochromatic Colors of #46CC65
Black with #46CC65
Text Example
Text Example
White with #46CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CC65; }
p { color: rgb(70,204,101); }
H1.HeaderClassName
{
color: #46CC65;
}
.AnyTagClassName
{
color: #46CC65;
}
</style>
background-color css
<style>
a { background-color: #46CC65; }
a { background-color: rgb(70,204,101); }
div.DivClassName
{
background-color: #46CC65;
}
.BgClassName
{
background-color: #46CC65;
}
</style>
border-color css
<style>
span { border-color: #46CC65; }
span { border-color: rgb(70,204,101); }
td.TdClassName
{
border-color: #46CC65;
}
.TagClassName
{
border-color: #46CC65;
}
</style>