Shades of Emerald #46DE6C
Tints of Emerald #46DE6C
RGB
CMYK
RGB Variations
Color information
#46DE6C (or 0x46DE6C) is known color: Emerald. HEX triplet: 46, DE and 6C. RGB value is (70,222,108). Sum of RGB (Red+Green+Blue) = 70+222+108=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 222 (87.11% from 255 or 55.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 222 - color contains mainly: green. Hex color #46DE6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DE6C is #B92193. Grayscale: #A3A3A3. Windows color (decimal): -12132756 or 7134790. OLE color: 7134790.
HSL color Cylindrical-coordinate representation of color #46DE6C: hue angle of 135º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DE6C is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 222 | 108 | - |
| CMYK | 0.68 | 0 | 0.51 | 0.13 |
| HSL | 135º | 0.7% | 0.57% | - |
| HSV(B) | 135º | 0.68% | 0.87% | - |
| XYZ | 31.35 | 54.63 | 23.08 | - |
| YUV | 163.56 | 96.64 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 222 | 108 | 0.68 | 0 | 0.51 | 0.13 | 135 | 0.7 | 0.57 |
| Hex | 46 | DE | 6C | 44 | 0 | 33 | D | 87 | 46 | 39 |
| Octal | 106 | 336 | 154 | 104 | 0 | 63 | 15 | 207 | 106 | 71 |
| Binary | 1000110 | 11011110 | 1101100 | 1000100 | 0 | 110011 | 1101 | 10000111 | 1000110 | 111001 |
Color Harmonies of #46DE6C
Complementary color
Monochromatic Colors of #46DE6C
Black with #46DE6C
Text Example
Text Example
White with #46DE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DE6C; }
p { color: rgb(70,222,108); }
H1.HeaderClassName
{
color: #46DE6C;
}
.AnyTagClassName
{
color: #46DE6C;
}
</style>
background-color css
<style>
a { background-color: #46DE6C; }
a { background-color: rgb(70,222,108); }
div.DivClassName
{
background-color: #46DE6C;
}
.BgClassName
{
background-color: #46DE6C;
}
</style>
border-color css
<style>
span { border-color: #46DE6C; }
span { border-color: rgb(70,222,108); }
td.TdClassName
{
border-color: #46DE6C;
}
.TagClassName
{
border-color: #46DE6C;
}
</style>