Shades of Emerald #45EC78
Tints of Emerald #45EC78
RGB
CMYK
RGB Variations
Color information
#45EC78 (or 0x45EC78) is known color: Emerald. HEX triplet: 45, EC and 78. RGB value is (69,236,120). Sum of RGB (Red+Green+Blue) = 69+236+120=425 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.24% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EC78 is #BA1387. Grayscale: #ADADAD. Windows color (decimal): -12194696 or 7924805. OLE color: 7924805.
HSL color Cylindrical-coordinate representation of color #45EC78: hue angle of 138.32º 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 #45EC78 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 120 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.07 |
| HSL | 138.32º | 0.81% | 0.6% | - |
| HSV(B) | 138.32º | 0.71% | 0.93% | - |
| XYZ | 35.84 | 62.61 | 27.97 | - |
| YUV | 172.84 | 98.17 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 120 | 0.71 | 0 | 0.49 | 0.07 | 138.32 | 0.81 | 0.6 |
| Hex | 45 | EC | 78 | 47 | 0 | 31 | 7 | 8A | 51 | 3C |
| Octal | 105 | 354 | 170 | 107 | 0 | 61 | 7 | 212 | 121 | 74 |
| Binary | 1000101 | 11101100 | 1111000 | 1000111 | 0 | 110001 | 111 | 10001010 | 1010001 | 111100 |
Color Harmonies of #45EC78
Complementary color
Monochromatic Colors of #45EC78
Black with #45EC78
Text Example
Text Example
White with #45EC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EC78; }
p { color: rgb(69,236,120); }
H1.HeaderClassName
{
color: #45EC78;
}
.AnyTagClassName
{
color: #45EC78;
}
</style>
background-color css
<style>
a { background-color: #45EC78; }
a { background-color: rgb(69,236,120); }
div.DivClassName
{
background-color: #45EC78;
}
.BgClassName
{
background-color: #45EC78;
}
</style>
border-color css
<style>
span { border-color: #45EC78; }
span { border-color: rgb(69,236,120); }
td.TdClassName
{
border-color: #45EC78;
}
.TagClassName
{
border-color: #45EC78;
}
</style>