Shades of Emerald #2DDF74
Tints of Emerald #2DDF74
RGB
CMYK
RGB Variations
Color information
#2DDF74 (or 0x2DDF74) is known color: Emerald. HEX triplet: 2D, DF and 74. RGB value is (45,223,116). Sum of RGB (Red+Green+Blue) = 45+223+116=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF74 is #D2208B. Grayscale: #9D9D9D. Windows color (decimal): -13770892 or 7659309. OLE color: 7659309.
HSL color Cylindrical-coordinate representation of color #2DDF74: hue angle of 143.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDF74 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 116 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.13 |
| HSL | 143.93º | 0.74% | 0.53% | - |
| HSV(B) | 143.93º | 0.8% | 0.87% | - |
| XYZ | 30.62 | 54.59 | 25.45 | - |
| YUV | 157.58 | 104.53 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 116 | 0.80 | 0 | 0.48 | 0.13 | 143.93 | 0.74 | 0.53 |
| Hex | 2D | DF | 74 | 50 | 0 | 30 | D | 90 | 4A | 35 |
| Octal | 55 | 337 | 164 | 120 | 0 | 60 | 15 | 220 | 112 | 65 |
| Binary | 101101 | 11011111 | 1110100 | 1010000 | 0 | 110000 | 1101 | 10010000 | 1001010 | 110101 |
Color Harmonies of #2DDF74
Complementary color
Monochromatic Colors of #2DDF74
Black with #2DDF74
Text Example
Text Example
White with #2DDF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF74; }
p { color: rgb(45,223,116); }
H1.HeaderClassName
{
color: #2DDF74;
}
.AnyTagClassName
{
color: #2DDF74;
}
</style>
background-color css
<style>
a { background-color: #2DDF74; }
a { background-color: rgb(45,223,116); }
div.DivClassName
{
background-color: #2DDF74;
}
.BgClassName
{
background-color: #2DDF74;
}
</style>
border-color css
<style>
span { border-color: #2DDF74; }
span { border-color: rgb(45,223,116); }
td.TdClassName
{
border-color: #2DDF74;
}
.TagClassName
{
border-color: #2DDF74;
}
</style>