Shades of Emerald #45EC7D
Tints of Emerald #45EC7D
RGB
CMYK
RGB Variations
Color information
#45EC7D (or 0x45EC7D) is known color: Emerald. HEX triplet: 45, EC and 7D. RGB value is (69,236,125). Sum of RGB (Red+Green+Blue) = 69+236+125=430 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.05% from 430); Green value is 236 (92.58% from 255 or 54.88% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EC7D is #BA1382. Grayscale: #ADADAD. Windows color (decimal): -12194691 or 8252485. OLE color: 8252485.
HSL color Cylindrical-coordinate representation of color #45EC7D: hue angle of 140.12º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EC7D is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 125 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.07 |
| HSL | 140.12º | 0.81% | 0.6% | - |
| HSV(B) | 140.12º | 0.71% | 0.93% | - |
| XYZ | 36.15 | 62.74 | 29.61 | - |
| YUV | 173.41 | 100.67 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 125 | 0.71 | 0 | 0.47 | 0.07 | 140.12 | 0.81 | 0.6 |
| Hex | 45 | EC | 7D | 47 | 0 | 2F | 7 | 8C | 51 | 3C |
| Octal | 105 | 354 | 175 | 107 | 0 | 57 | 7 | 214 | 121 | 74 |
| Binary | 1000101 | 11101100 | 1111101 | 1000111 | 0 | 101111 | 111 | 10001100 | 1010001 | 111100 |
Color Harmonies of #45EC7D
Complementary color
Monochromatic Colors of #45EC7D
Black with #45EC7D
Text Example
Text Example
White with #45EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EC7D; }
p { color: rgb(69,236,125); }
H1.HeaderClassName
{
color: #45EC7D;
}
.AnyTagClassName
{
color: #45EC7D;
}
</style>
background-color css
<style>
a { background-color: #45EC7D; }
a { background-color: rgb(69,236,125); }
div.DivClassName
{
background-color: #45EC7D;
}
.BgClassName
{
background-color: #45EC7D;
}
</style>
border-color css
<style>
span { border-color: #45EC7D; }
span { border-color: rgb(69,236,125); }
td.TdClassName
{
border-color: #45EC7D;
}
.TagClassName
{
border-color: #45EC7D;
}
</style>