Shades of Emerald #45E888
Tints of Emerald #45E888
RGB
CMYK
RGB Variations
Color information
#45E888 (or 0x45E888) is known color: Emerald. HEX triplet: 45, E8 and 88. RGB value is (69,232,136). Sum of RGB (Red+Green+Blue) = 69+232+136=437 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.79% from 437); Green value is 232 (91.02% from 255 or 53.09% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 232 - color contains mainly: green. Hex color #45E888 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45E888 is #BA1777. Grayscale: #ACACAC. Windows color (decimal): -12195704 or 8972357. OLE color: 8972357.
HSL color Cylindrical-coordinate representation of color #45E888: hue angle of 144.66º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E888 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 232 | 136 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.09 |
| HSL | 144.66º | 0.78% | 0.59% | - |
| HSV(B) | 144.66º | 0.7% | 0.91% | - |
| XYZ | 35.75 | 60.76 | 33.14 | - |
| YUV | 172.32 | 107.5 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 232 | 136 | 0.70 | 0 | 0.41 | 0.09 | 144.66 | 0.78 | 0.59 |
| Hex | 45 | E8 | 88 | 46 | 0 | 29 | 9 | 91 | 4E | 3B |
| Octal | 105 | 350 | 210 | 106 | 0 | 51 | 11 | 221 | 116 | 73 |
| Binary | 1000101 | 11101000 | 10001000 | 1000110 | 0 | 101001 | 1001 | 10010001 | 1001110 | 111011 |
Color Harmonies of #45E888
Complementary color
Monochromatic Colors of #45E888
Black with #45E888
Text Example
Text Example
White with #45E888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E888; }
p { color: rgb(69,232,136); }
H1.HeaderClassName
{
color: #45E888;
}
.AnyTagClassName
{
color: #45E888;
}
</style>
background-color css
<style>
a { background-color: #45E888; }
a { background-color: rgb(69,232,136); }
div.DivClassName
{
background-color: #45E888;
}
.BgClassName
{
background-color: #45E888;
}
</style>
border-color css
<style>
span { border-color: #45E888; }
span { border-color: rgb(69,232,136); }
td.TdClassName
{
border-color: #45E888;
}
.TagClassName
{
border-color: #45E888;
}
</style>