Shades of Emerald #46D45B
Tints of Emerald #46D45B
RGB
CMYK
RGB Variations
Color information
#46D45B (or 0x46D45B) is known color: Emerald. HEX triplet: 46, D4 and 5B. RGB value is (70,212,91). Sum of RGB (Red+Green+Blue) = 70+212+91=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 212 (83.20% from 255 or 56.84% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 212 - color contains mainly: green. Hex color #46D45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D45B is #B92BA4. Grayscale: #9C9C9C. Windows color (decimal): -12135333 or 6018118. OLE color: 6018118.
HSL color Cylindrical-coordinate representation of color #46D45B: hue angle of 128.87º 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 #46D45B is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 212 | 91 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.17 |
| HSL | 128.87º | 0.62% | 0.55% | - |
| HSV(B) | 128.87º | 0.67% | 0.83% | - |
| XYZ | 27.96 | 49.14 | 17.91 | - |
| YUV | 155.75 | 91.46 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 91 | 0.67 | 0 | 0.57 | 0.17 | 128.87 | 0.62 | 0.55 |
| Hex | 46 | D4 | 5B | 43 | 0 | 39 | 11 | 81 | 3E | 37 |
| Octal | 106 | 324 | 133 | 103 | 0 | 71 | 21 | 201 | 76 | 67 |
| Binary | 1000110 | 11010100 | 1011011 | 1000011 | 0 | 111001 | 10001 | 10000001 | 111110 | 110111 |
Color Harmonies of #46D45B
Complementary color
Monochromatic Colors of #46D45B
Black with #46D45B
Text Example
Text Example
White with #46D45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D45B; }
p { color: rgb(70,212,91); }
H1.HeaderClassName
{
color: #46D45B;
}
.AnyTagClassName
{
color: #46D45B;
}
</style>
background-color css
<style>
a { background-color: #46D45B; }
a { background-color: rgb(70,212,91); }
div.DivClassName
{
background-color: #46D45B;
}
.BgClassName
{
background-color: #46D45B;
}
</style>
border-color css
<style>
span { border-color: #46D45B; }
span { border-color: rgb(70,212,91); }
td.TdClassName
{
border-color: #46D45B;
}
.TagClassName
{
border-color: #46D45B;
}
</style>