Shades of Emerald #45CE82
Tints of Emerald #45CE82
RGB
CMYK
RGB Variations
Color information
#45CE82 (or 0x45CE82) is known color: Emerald. HEX triplet: 45, CE and 82. RGB value is (69,206,130). Sum of RGB (Red+Green+Blue) = 69+206+130=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CE82 is #BA317D. Grayscale: #9C9C9C. Windows color (decimal): -12202366 or 8572485. OLE color: 8572485.
HSL color Cylindrical-coordinate representation of color #45CE82: hue angle of 146.72º 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 #45CE82 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 130 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.19 |
| HSL | 146.72º | 0.58% | 0.54% | - |
| HSV(B) | 146.72º | 0.67% | 0.81% | - |
| XYZ | 28.55 | 47.02 | 28.69 | - |
| YUV | 156.37 | 113.11 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 130 | 0.67 | 0 | 0.37 | 0.19 | 146.72 | 0.58 | 0.54 |
| Hex | 45 | CE | 82 | 43 | 0 | 25 | 13 | 93 | 3A | 36 |
| Octal | 105 | 316 | 202 | 103 | 0 | 45 | 23 | 223 | 72 | 66 |
| Binary | 1000101 | 11001110 | 10000010 | 1000011 | 0 | 100101 | 10011 | 10010011 | 111010 | 110110 |
Color Harmonies of #45CE82
Complementary color
Monochromatic Colors of #45CE82
Black with #45CE82
Text Example
Text Example
White with #45CE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CE82; }
p { color: rgb(69,206,130); }
H1.HeaderClassName
{
color: #45CE82;
}
.AnyTagClassName
{
color: #45CE82;
}
</style>
background-color css
<style>
a { background-color: #45CE82; }
a { background-color: rgb(69,206,130); }
div.DivClassName
{
background-color: #45CE82;
}
.BgClassName
{
background-color: #45CE82;
}
</style>
border-color css
<style>
span { border-color: #45CE82; }
span { border-color: rgb(69,206,130); }
td.TdClassName
{
border-color: #45CE82;
}
.TagClassName
{
border-color: #45CE82;
}
</style>