Shades of Emerald #45CE7E
Tints of Emerald #45CE7E
RGB
CMYK
RGB Variations
Color information
#45CE7E (or 0x45CE7E) is known color: Emerald. HEX triplet: 45, CE and 7E. RGB value is (69,206,126). Sum of RGB (Red+Green+Blue) = 69+206+126=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CE7E is #BA3181. Grayscale: #9C9C9C. Windows color (decimal): -12202370 or 8310341. OLE color: 8310341.
HSL color Cylindrical-coordinate representation of color #45CE7E: hue angle of 144.96º 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 #45CE7E is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 126 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.19 |
| HSL | 144.96º | 0.58% | 0.54% | - |
| HSV(B) | 144.96º | 0.67% | 0.81% | - |
| XYZ | 28.29 | 46.91 | 27.3 | - |
| YUV | 155.92 | 111.11 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 126 | 0.67 | 0 | 0.39 | 0.19 | 144.96 | 0.58 | 0.54 |
| Hex | 45 | CE | 7E | 43 | 0 | 27 | 13 | 91 | 3A | 36 |
| Octal | 105 | 316 | 176 | 103 | 0 | 47 | 23 | 221 | 72 | 66 |
| Binary | 1000101 | 11001110 | 1111110 | 1000011 | 0 | 100111 | 10011 | 10010001 | 111010 | 110110 |
Color Harmonies of #45CE7E
Complementary color
Monochromatic Colors of #45CE7E
Black with #45CE7E
Text Example
Text Example
White with #45CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CE7E; }
p { color: rgb(69,206,126); }
H1.HeaderClassName
{
color: #45CE7E;
}
.AnyTagClassName
{
color: #45CE7E;
}
</style>
background-color css
<style>
a { background-color: #45CE7E; }
a { background-color: rgb(69,206,126); }
div.DivClassName
{
background-color: #45CE7E;
}
.BgClassName
{
background-color: #45CE7E;
}
</style>
border-color css
<style>
span { border-color: #45CE7E; }
span { border-color: rgb(69,206,126); }
td.TdClassName
{
border-color: #45CE7E;
}
.TagClassName
{
border-color: #45CE7E;
}
</style>