Shades of Emerald #45CE76
Tints of Emerald #45CE76
RGB
CMYK
RGB Variations
Color information
#45CE76 (or 0x45CE76) is known color: Emerald. HEX triplet: 45, CE and 76. RGB value is (69,206,118). Sum of RGB (Red+Green+Blue) = 69+206+118=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CE76 is #BA3189. Grayscale: #9B9B9B. Windows color (decimal): -12202378 or 7786053. OLE color: 7786053.
HSL color Cylindrical-coordinate representation of color #45CE76: hue angle of 141.46º 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 #45CE76 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 118 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.19 |
| HSL | 141.46º | 0.58% | 0.54% | - |
| HSV(B) | 141.46º | 0.67% | 0.81% | - |
| XYZ | 27.8 | 46.72 | 24.69 | - |
| YUV | 155.01 | 107.11 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 118 | 0.67 | 0 | 0.43 | 0.19 | 141.46 | 0.58 | 0.54 |
| Hex | 45 | CE | 76 | 43 | 0 | 2B | 13 | 8D | 3A | 36 |
| Octal | 105 | 316 | 166 | 103 | 0 | 53 | 23 | 215 | 72 | 66 |
| Binary | 1000101 | 11001110 | 1110110 | 1000011 | 0 | 101011 | 10011 | 10001101 | 111010 | 110110 |
Color Harmonies of #45CE76
Complementary color
Monochromatic Colors of #45CE76
Black with #45CE76
Text Example
Text Example
White with #45CE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CE76; }
p { color: rgb(69,206,118); }
H1.HeaderClassName
{
color: #45CE76;
}
.AnyTagClassName
{
color: #45CE76;
}
</style>
background-color css
<style>
a { background-color: #45CE76; }
a { background-color: rgb(69,206,118); }
div.DivClassName
{
background-color: #45CE76;
}
.BgClassName
{
background-color: #45CE76;
}
</style>
border-color css
<style>
span { border-color: #45CE76; }
span { border-color: rgb(69,206,118); }
td.TdClassName
{
border-color: #45CE76;
}
.TagClassName
{
border-color: #45CE76;
}
</style>