Shades of Emerald #45CE72
Tints of Emerald #45CE72
RGB
CMYK
RGB Variations
Color information
#45CE72 (or 0x45CE72) is known color: Emerald. HEX triplet: 45, CE and 72. RGB value is (69,206,114). Sum of RGB (Red+Green+Blue) = 69+206+114=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CE72 is #BA318D. Grayscale: #9A9A9A. Windows color (decimal): -12202382 or 7523909. OLE color: 7523909.
HSL color Cylindrical-coordinate representation of color #45CE72: hue angle of 139.71º 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 #45CE72 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 114 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.19 |
| HSL | 139.71º | 0.58% | 0.54% | - |
| HSV(B) | 139.71º | 0.67% | 0.81% | - |
| XYZ | 27.56 | 46.62 | 23.47 | - |
| YUV | 154.55 | 105.11 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 114 | 0.67 | 0 | 0.45 | 0.19 | 139.71 | 0.58 | 0.54 |
| Hex | 45 | CE | 72 | 43 | 0 | 2D | 13 | 8C | 3A | 36 |
| Octal | 105 | 316 | 162 | 103 | 0 | 55 | 23 | 214 | 72 | 66 |
| Binary | 1000101 | 11001110 | 1110010 | 1000011 | 0 | 101101 | 10011 | 10001100 | 111010 | 110110 |
Color Harmonies of #45CE72
Complementary color
Monochromatic Colors of #45CE72
Black with #45CE72
Text Example
Text Example
White with #45CE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CE72; }
p { color: rgb(69,206,114); }
H1.HeaderClassName
{
color: #45CE72;
}
.AnyTagClassName
{
color: #45CE72;
}
</style>
background-color css
<style>
a { background-color: #45CE72; }
a { background-color: rgb(69,206,114); }
div.DivClassName
{
background-color: #45CE72;
}
.BgClassName
{
background-color: #45CE72;
}
</style>
border-color css
<style>
span { border-color: #45CE72; }
span { border-color: rgb(69,206,114); }
td.TdClassName
{
border-color: #45CE72;
}
.TagClassName
{
border-color: #45CE72;
}
</style>