Shades of Emerald #46CB6D
Tints of Emerald #46CB6D
RGB
CMYK
RGB Variations
Color information
#46CB6D (or 0x46CB6D) is known color: Emerald. HEX triplet: 46, CB and 6D. RGB value is (70,203,109). Sum of RGB (Red+Green+Blue) = 70+203+109=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CB6D is #B93492. Grayscale: #989898. Windows color (decimal): -12137619 or 7195462. OLE color: 7195462.
HSL color Cylindrical-coordinate representation of color #46CB6D: hue angle of 137.59º 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 #46CB6D is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 109 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.20 |
| HSL | 137.59º | 0.56% | 0.54% | - |
| HSV(B) | 137.59º | 0.66% | 0.8% | - |
| XYZ | 26.64 | 45.12 | 21.77 | - |
| YUV | 152.52 | 103.44 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 109 | 0.66 | 0 | 0.46 | 0.20 | 137.59 | 0.56 | 0.54 |
| Hex | 46 | CB | 6D | 42 | 0 | 2E | 14 | 8A | 38 | 36 |
| Octal | 106 | 313 | 155 | 102 | 0 | 56 | 24 | 212 | 70 | 66 |
| Binary | 1000110 | 11001011 | 1101101 | 1000010 | 0 | 101110 | 10100 | 10001010 | 111000 | 110110 |
Color Harmonies of #46CB6D
Complementary color
Monochromatic Colors of #46CB6D
Black with #46CB6D
Text Example
Text Example
White with #46CB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CB6D; }
p { color: rgb(70,203,109); }
H1.HeaderClassName
{
color: #46CB6D;
}
.AnyTagClassName
{
color: #46CB6D;
}
</style>
background-color css
<style>
a { background-color: #46CB6D; }
a { background-color: rgb(70,203,109); }
div.DivClassName
{
background-color: #46CB6D;
}
.BgClassName
{
background-color: #46CB6D;
}
</style>
border-color css
<style>
span { border-color: #46CB6D; }
span { border-color: rgb(70,203,109); }
td.TdClassName
{
border-color: #46CB6D;
}
.TagClassName
{
border-color: #46CB6D;
}
</style>