Shades of Emerald #45DD7E
Tints of Emerald #45DD7E
RGB
CMYK
RGB Variations
Color information
#45DD7E (or 0x45DD7E) is known color: Emerald. HEX triplet: 45, DD and 7E. RGB value is (69,221,126). Sum of RGB (Red+Green+Blue) = 69+221+126=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DD7E is #BA2281. Grayscale: #A4A4A4. Windows color (decimal): -12198530 or 8314181. OLE color: 8314181.
HSL color Cylindrical-coordinate representation of color #45DD7E: hue angle of 142.5º degrees, saturation: 0.69, 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 #45DD7E is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 126 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.13 |
| HSL | 142.5º | 0.69% | 0.57% | - |
| HSV(B) | 142.5º | 0.69% | 0.87% | - |
| XYZ | 32.08 | 54.48 | 28.56 | - |
| YUV | 164.72 | 106.14 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 126 | 0.69 | 0 | 0.43 | 0.13 | 142.5 | 0.69 | 0.57 |
| Hex | 45 | DD | 7E | 45 | 0 | 2B | D | 8E | 45 | 39 |
| Octal | 105 | 335 | 176 | 105 | 0 | 53 | 15 | 216 | 105 | 71 |
| Binary | 1000101 | 11011101 | 1111110 | 1000101 | 0 | 101011 | 1101 | 10001110 | 1000101 | 111001 |
Color Harmonies of #45DD7E
Complementary color
Monochromatic Colors of #45DD7E
Black with #45DD7E
Text Example
Text Example
White with #45DD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DD7E; }
p { color: rgb(69,221,126); }
H1.HeaderClassName
{
color: #45DD7E;
}
.AnyTagClassName
{
color: #45DD7E;
}
</style>
background-color css
<style>
a { background-color: #45DD7E; }
a { background-color: rgb(69,221,126); }
div.DivClassName
{
background-color: #45DD7E;
}
.BgClassName
{
background-color: #45DD7E;
}
</style>
border-color css
<style>
span { border-color: #45DD7E; }
span { border-color: rgb(69,221,126); }
td.TdClassName
{
border-color: #45DD7E;
}
.TagClassName
{
border-color: #45DD7E;
}
</style>