Shades of Emerald #45CE88
Tints of Emerald #45CE88
RGB
CMYK
RGB Variations
Color information
#45CE88 (or 0x45CE88) is known color: Emerald. HEX triplet: 45, CE and 88. RGB value is (69,206,136). Sum of RGB (Red+Green+Blue) = 69+206+136=411 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.79% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CE88 is #BA3177. Grayscale: #9D9D9D. Windows color (decimal): -12202360 or 8965701. OLE color: 8965701.
HSL color Cylindrical-coordinate representation of color #45CE88: hue angle of 149.34º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CE88 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 136 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.19 |
| HSL | 149.34º | 0.58% | 0.54% | - |
| HSV(B) | 149.34º | 0.67% | 0.81% | - |
| XYZ | 28.97 | 47.19 | 30.87 | - |
| YUV | 157.06 | 116.11 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 136 | 0.67 | 0 | 0.34 | 0.19 | 149.34 | 0.58 | 0.54 |
| Hex | 45 | CE | 88 | 43 | 0 | 22 | 13 | 95 | 3A | 36 |
| Octal | 105 | 316 | 210 | 103 | 0 | 42 | 23 | 225 | 72 | 66 |
| Binary | 1000101 | 11001110 | 10001000 | 1000011 | 0 | 100010 | 10011 | 10010101 | 111010 | 110110 |
Color Harmonies of #45CE88
Complementary color
Monochromatic Colors of #45CE88
Black with #45CE88
Text Example
Text Example
White with #45CE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CE88; }
p { color: rgb(69,206,136); }
H1.HeaderClassName
{
color: #45CE88;
}
.AnyTagClassName
{
color: #45CE88;
}
</style>
background-color css
<style>
a { background-color: #45CE88; }
a { background-color: rgb(69,206,136); }
div.DivClassName
{
background-color: #45CE88;
}
.BgClassName
{
background-color: #45CE88;
}
</style>
border-color css
<style>
span { border-color: #45CE88; }
span { border-color: rgb(69,206,136); }
td.TdClassName
{
border-color: #45CE88;
}
.TagClassName
{
border-color: #45CE88;
}
</style>