Shades of Emerald #46CF8A
Tints of Emerald #46CF8A
RGB
CMYK
RGB Variations
Color information
#46CF8A (or 0x46CF8A) is known color: Emerald. HEX triplet: 46, CF and 8A. RGB value is (70,207,138). Sum of RGB (Red+Green+Blue) = 70+207+138=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CF8A is #B93075. Grayscale: #9E9E9E. Windows color (decimal): -12136566 or 9097030. OLE color: 9097030.
HSL color Cylindrical-coordinate representation of color #46CF8A: hue angle of 149.78º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CF8A is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 138 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.19 |
| HSL | 149.78º | 0.59% | 0.54% | - |
| HSV(B) | 149.78º | 0.66% | 0.81% | - |
| XYZ | 29.43 | 47.76 | 31.71 | - |
| YUV | 158.17 | 116.61 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 138 | 0.66 | 0 | 0.33 | 0.19 | 149.78 | 0.59 | 0.54 |
| Hex | 46 | CF | 8A | 42 | 0 | 21 | 13 | 96 | 3B | 36 |
| Octal | 106 | 317 | 212 | 102 | 0 | 41 | 23 | 226 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10001010 | 1000010 | 0 | 100001 | 10011 | 10010110 | 111011 | 110110 |
Color Harmonies of #46CF8A
Complementary color
Monochromatic Colors of #46CF8A
Black with #46CF8A
Text Example
Text Example
White with #46CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF8A; }
p { color: rgb(70,207,138); }
H1.HeaderClassName
{
color: #46CF8A;
}
.AnyTagClassName
{
color: #46CF8A;
}
</style>
background-color css
<style>
a { background-color: #46CF8A; }
a { background-color: rgb(70,207,138); }
div.DivClassName
{
background-color: #46CF8A;
}
.BgClassName
{
background-color: #46CF8A;
}
</style>
border-color css
<style>
span { border-color: #46CF8A; }
span { border-color: rgb(70,207,138); }
td.TdClassName
{
border-color: #46CF8A;
}
.TagClassName
{
border-color: #46CF8A;
}
</style>