Shades of Emerald #46D45C
Tints of Emerald #46D45C
RGB
CMYK
RGB Variations
Color information
#46D45C (or 0x46D45C) is known color: Emerald. HEX triplet: 46, D4 and 5C. RGB value is (70,212,92). Sum of RGB (Red+Green+Blue) = 70+212+92=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #46D45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D45C is #B92BA3. Grayscale: #9C9C9C. Windows color (decimal): -12135332 or 6083654. OLE color: 6083654.
HSL color Cylindrical-coordinate representation of color #46D45C: hue angle of 129.3º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D45C is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 212 | 92 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.17 |
| HSL | 129.3º | 0.62% | 0.55% | - |
| HSV(B) | 129.3º | 0.67% | 0.83% | - |
| XYZ | 28 | 49.16 | 18.14 | - |
| YUV | 155.86 | 91.96 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 92 | 0.67 | 0 | 0.57 | 0.17 | 129.3 | 0.62 | 0.55 |
| Hex | 46 | D4 | 5C | 43 | 0 | 39 | 11 | 81 | 3E | 37 |
| Octal | 106 | 324 | 134 | 103 | 0 | 71 | 21 | 201 | 76 | 67 |
| Binary | 1000110 | 11010100 | 1011100 | 1000011 | 0 | 111001 | 10001 | 10000001 | 111110 | 110111 |
Color Harmonies of #46D45C
Complementary color
Monochromatic Colors of #46D45C
Black with #46D45C
Text Example
Text Example
White with #46D45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D45C; }
p { color: rgb(70,212,92); }
H1.HeaderClassName
{
color: #46D45C;
}
.AnyTagClassName
{
color: #46D45C;
}
</style>
background-color css
<style>
a { background-color: #46D45C; }
a { background-color: rgb(70,212,92); }
div.DivClassName
{
background-color: #46D45C;
}
.BgClassName
{
background-color: #46D45C;
}
</style>
border-color css
<style>
span { border-color: #46D45C; }
span { border-color: rgb(70,212,92); }
td.TdClassName
{
border-color: #46D45C;
}
.TagClassName
{
border-color: #46D45C;
}
</style>