Shades of Emerald #46DF83
Tints of Emerald #46DF83
RGB
CMYK
RGB Variations
Color information
#46DF83 (or 0x46DF83) is known color: Emerald. HEX triplet: 46, DF and 83. RGB value is (70,223,131). Sum of RGB (Red+Green+Blue) = 70+223+131=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #46DF83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DF83 is #B9207C. Grayscale: #A6A6A6. Windows color (decimal): -12132477 or 8642374. OLE color: 8642374.
HSL color Cylindrical-coordinate representation of color #46DF83: hue angle of 143.92º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46DF83 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 223 | 131 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.13 |
| HSL | 143.92º | 0.71% | 0.57% | - |
| HSV(B) | 143.92º | 0.69% | 0.87% | - |
| XYZ | 33.01 | 55.72 | 30.49 | - |
| YUV | 166.77 | 107.81 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 131 | 0.69 | 0 | 0.41 | 0.13 | 143.92 | 0.71 | 0.57 |
| Hex | 46 | DF | 83 | 45 | 0 | 29 | D | 90 | 47 | 39 |
| Octal | 106 | 337 | 203 | 105 | 0 | 51 | 15 | 220 | 107 | 71 |
| Binary | 1000110 | 11011111 | 10000011 | 1000101 | 0 | 101001 | 1101 | 10010000 | 1000111 | 111001 |
Color Harmonies of #46DF83
Complementary color
Monochromatic Colors of #46DF83
Black with #46DF83
Text Example
Text Example
White with #46DF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DF83; }
p { color: rgb(70,223,131); }
H1.HeaderClassName
{
color: #46DF83;
}
.AnyTagClassName
{
color: #46DF83;
}
</style>
background-color css
<style>
a { background-color: #46DF83; }
a { background-color: rgb(70,223,131); }
div.DivClassName
{
background-color: #46DF83;
}
.BgClassName
{
background-color: #46DF83;
}
</style>
border-color css
<style>
span { border-color: #46DF83; }
span { border-color: rgb(70,223,131); }
td.TdClassName
{
border-color: #46DF83;
}
.TagClassName
{
border-color: #46DF83;
}
</style>