Shades of Emerald #46CB5D
Tints of Emerald #46CB5D
RGB
CMYK
RGB Variations
Color information
#46CB5D (or 0x46CB5D) is known color: Emerald. HEX triplet: 46, CB and 5D. RGB value is (70,203,93). Sum of RGB (Red+Green+Blue) = 70+203+93=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 203 (79.69% from 255 or 55.46% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CB5D is #B934A2. Grayscale: #969696. Windows color (decimal): -12137635 or 6146886. OLE color: 6146886.
HSL color Cylindrical-coordinate representation of color #46CB5D: hue angle of 130.38º 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 #46CB5D is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 93 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.20 |
| HSL | 130.38º | 0.56% | 0.54% | - |
| HSV(B) | 130.38º | 0.66% | 0.8% | - |
| XYZ | 25.86 | 44.8 | 17.64 | - |
| YUV | 150.69 | 95.44 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 93 | 0.66 | 0 | 0.54 | 0.20 | 130.38 | 0.56 | 0.54 |
| Hex | 46 | CB | 5D | 42 | 0 | 36 | 14 | 82 | 38 | 36 |
| Octal | 106 | 313 | 135 | 102 | 0 | 66 | 24 | 202 | 70 | 66 |
| Binary | 1000110 | 11001011 | 1011101 | 1000010 | 0 | 110110 | 10100 | 10000010 | 111000 | 110110 |
Color Harmonies of #46CB5D
Complementary color
Monochromatic Colors of #46CB5D
Black with #46CB5D
Text Example
Text Example
White with #46CB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CB5D; }
p { color: rgb(70,203,93); }
H1.HeaderClassName
{
color: #46CB5D;
}
.AnyTagClassName
{
color: #46CB5D;
}
</style>
background-color css
<style>
a { background-color: #46CB5D; }
a { background-color: rgb(70,203,93); }
div.DivClassName
{
background-color: #46CB5D;
}
.BgClassName
{
background-color: #46CB5D;
}
</style>
border-color css
<style>
span { border-color: #46CB5D; }
span { border-color: rgb(70,203,93); }
td.TdClassName
{
border-color: #46CB5D;
}
.TagClassName
{
border-color: #46CB5D;
}
</style>