Shades of Emerald #45CE84
Tints of Emerald #45CE84
RGB
CMYK
RGB Variations
Color information
#45CE84 (or 0x45CE84) is known color: Emerald. HEX triplet: 45, CE and 84. RGB value is (69,206,132). Sum of RGB (Red+Green+Blue) = 69+206+132=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CE84 is #BA317B. Grayscale: #9C9C9C. Windows color (decimal): -12202364 or 8703557. OLE color: 8703557.
HSL color Cylindrical-coordinate representation of color #45CE84: hue angle of 147.59º 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 #45CE84 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 132 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.19 |
| HSL | 147.59º | 0.58% | 0.54% | - |
| HSV(B) | 147.59º | 0.67% | 0.81% | - |
| XYZ | 28.69 | 47.07 | 29.4 | - |
| YUV | 156.6 | 114.11 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 132 | 0.67 | 0 | 0.36 | 0.19 | 147.59 | 0.58 | 0.54 |
| Hex | 45 | CE | 84 | 43 | 0 | 24 | 13 | 94 | 3A | 36 |
| Octal | 105 | 316 | 204 | 103 | 0 | 44 | 23 | 224 | 72 | 66 |
| Binary | 1000101 | 11001110 | 10000100 | 1000011 | 0 | 100100 | 10011 | 10010100 | 111010 | 110110 |
Color Harmonies of #45CE84
Complementary color
Monochromatic Colors of #45CE84
Black with #45CE84
Text Example
Text Example
White with #45CE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CE84; }
p { color: rgb(69,206,132); }
H1.HeaderClassName
{
color: #45CE84;
}
.AnyTagClassName
{
color: #45CE84;
}
</style>
background-color css
<style>
a { background-color: #45CE84; }
a { background-color: rgb(69,206,132); }
div.DivClassName
{
background-color: #45CE84;
}
.BgClassName
{
background-color: #45CE84;
}
</style>
border-color css
<style>
span { border-color: #45CE84; }
span { border-color: rgb(69,206,132); }
td.TdClassName
{
border-color: #45CE84;
}
.TagClassName
{
border-color: #45CE84;
}
</style>