Shades of Emerald #45EC88
Tints of Emerald #45EC88
RGB
CMYK
RGB Variations
Color information
#45EC88 (or 0x45EC88) is known color: Emerald. HEX triplet: 45, EC and 88. RGB value is (69,236,136). Sum of RGB (Red+Green+Blue) = 69+236+136=441 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.65% from 441); Green value is 236 (92.58% from 255 or 53.51% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45EC88 is #BA1377. Grayscale: #AEAEAE. Windows color (decimal): -12194680 or 8973381. OLE color: 8973381.
HSL color Cylindrical-coordinate representation of color #45EC88: hue angle of 144.07º 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 #45EC88 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 136 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.07 |
| HSL | 144.07º | 0.81% | 0.6% | - |
| HSV(B) | 144.07º | 0.71% | 0.93% | - |
| XYZ | 36.89 | 63.03 | 33.51 | - |
| YUV | 174.67 | 106.17 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 136 | 0.71 | 0 | 0.42 | 0.07 | 144.07 | 0.81 | 0.6 |
| Hex | 45 | EC | 88 | 47 | 0 | 2A | 7 | 90 | 51 | 3C |
| Octal | 105 | 354 | 210 | 107 | 0 | 52 | 7 | 220 | 121 | 74 |
| Binary | 1000101 | 11101100 | 10001000 | 1000111 | 0 | 101010 | 111 | 10010000 | 1010001 | 111100 |
Color Harmonies of #45EC88
Complementary color
Monochromatic Colors of #45EC88
Black with #45EC88
Text Example
Text Example
White with #45EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EC88; }
p { color: rgb(69,236,136); }
H1.HeaderClassName
{
color: #45EC88;
}
.AnyTagClassName
{
color: #45EC88;
}
</style>
background-color css
<style>
a { background-color: #45EC88; }
a { background-color: rgb(69,236,136); }
div.DivClassName
{
background-color: #45EC88;
}
.BgClassName
{
background-color: #45EC88;
}
</style>
border-color css
<style>
span { border-color: #45EC88; }
span { border-color: rgb(69,236,136); }
td.TdClassName
{
border-color: #45EC88;
}
.TagClassName
{
border-color: #45EC88;
}
</style>