Shades of Emerald #46D25D
Tints of Emerald #46D25D
RGB
CMYK
RGB Variations
Color information
#46D25D (or 0x46D25D) is known color: Emerald. HEX triplet: 46, D2 and 5D. RGB value is (70,210,93). Sum of RGB (Red+Green+Blue) = 70+210+93=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #46D25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D25D is #B92DA2. Grayscale: #9B9B9B. Windows color (decimal): -12135843 or 6148678. OLE color: 6148678.
HSL color Cylindrical-coordinate representation of color #46D25D: hue angle of 129.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D25D is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 210 | 93 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.18 |
| HSL | 129.86º | 0.61% | 0.55% | - |
| HSV(B) | 129.86º | 0.67% | 0.82% | - |
| XYZ | 27.55 | 48.19 | 18.2 | - |
| YUV | 154.8 | 93.12 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 93 | 0.67 | 0 | 0.56 | 0.18 | 129.86 | 0.61 | 0.55 |
| Hex | 46 | D2 | 5D | 43 | 0 | 38 | 12 | 82 | 3D | 37 |
| Octal | 106 | 322 | 135 | 103 | 0 | 70 | 22 | 202 | 75 | 67 |
| Binary | 1000110 | 11010010 | 1011101 | 1000011 | 0 | 111000 | 10010 | 10000010 | 111101 | 110111 |
Color Harmonies of #46D25D
Complementary color
Monochromatic Colors of #46D25D
Black with #46D25D
Text Example
Text Example
White with #46D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D25D; }
p { color: rgb(70,210,93); }
H1.HeaderClassName
{
color: #46D25D;
}
.AnyTagClassName
{
color: #46D25D;
}
</style>
background-color css
<style>
a { background-color: #46D25D; }
a { background-color: rgb(70,210,93); }
div.DivClassName
{
background-color: #46D25D;
}
.BgClassName
{
background-color: #46D25D;
}
</style>
border-color css
<style>
span { border-color: #46D25D; }
span { border-color: rgb(70,210,93); }
td.TdClassName
{
border-color: #46D25D;
}
.TagClassName
{
border-color: #46D25D;
}
</style>