Shades of Emerald #2DE671
Tints of Emerald #2DE671
RGB
CMYK
RGB Variations
Color information
#2DE671 (or 0x2DE671) is known color: Emerald. HEX triplet: 2D, E6 and 71. RGB value is (45,230,113). Sum of RGB (Red+Green+Blue) = 45+230+113=388 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.60% from 388); Green value is 230 (90.23% from 255 or 59.28% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 230 - color contains mainly: green. Hex color #2DE671 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DE671 is #D2198E. Grayscale: #A1A1A1. Windows color (decimal): -13769103 or 7464493. OLE color: 7464493.
HSL color Cylindrical-coordinate representation of color #2DE671: hue angle of 142.05º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE671 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 230 | 113 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.10 |
| HSL | 142.05º | 0.79% | 0.54% | - |
| HSV(B) | 142.05º | 0.8% | 0.9% | - |
| XYZ | 32.36 | 58.34 | 25.18 | - |
| YUV | 161.35 | 100.71 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 230 | 113 | 0.80 | 0 | 0.51 | 0.10 | 142.05 | 0.79 | 0.54 |
| Hex | 2D | E6 | 71 | 50 | 0 | 33 | A | 8E | 4F | 36 |
| Octal | 55 | 346 | 161 | 120 | 0 | 63 | 12 | 216 | 117 | 66 |
| Binary | 101101 | 11100110 | 1110001 | 1010000 | 0 | 110011 | 1010 | 10001110 | 1001111 | 110110 |
Color Harmonies of #2DE671
Complementary color
Monochromatic Colors of #2DE671
Black with #2DE671
Text Example
Text Example
White with #2DE671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE671; }
p { color: rgb(45,230,113); }
H1.HeaderClassName
{
color: #2DE671;
}
.AnyTagClassName
{
color: #2DE671;
}
</style>
background-color css
<style>
a { background-color: #2DE671; }
a { background-color: rgb(45,230,113); }
div.DivClassName
{
background-color: #2DE671;
}
.BgClassName
{
background-color: #2DE671;
}
</style>
border-color css
<style>
span { border-color: #2DE671; }
span { border-color: rgb(45,230,113); }
td.TdClassName
{
border-color: #2DE671;
}
.TagClassName
{
border-color: #2DE671;
}
</style>