Shades of Emerald #45D080
Tints of Emerald #45D080
RGB
CMYK
RGB Variations
Color information
#45D080 (or 0x45D080) is known color: Emerald. HEX triplet: 45, D0 and 80. RGB value is (69,208,128). Sum of RGB (Red+Green+Blue) = 69+208+128=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #45D080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D080 is #BA2F7F. Grayscale: #9D9D9D. Windows color (decimal): -12201856 or 8441925. OLE color: 8441925.
HSL color Cylindrical-coordinate representation of color #45D080: hue angle of 145.47º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D080 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 128 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.18 |
| HSL | 145.47º | 0.6% | 0.54% | - |
| HSV(B) | 145.47º | 0.67% | 0.82% | - |
| XYZ | 28.91 | 47.94 | 28.15 | - |
| YUV | 157.32 | 111.45 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 128 | 0.67 | 0 | 0.38 | 0.18 | 145.47 | 0.6 | 0.54 |
| Hex | 45 | D0 | 80 | 43 | 0 | 26 | 12 | 91 | 3C | 36 |
| Octal | 105 | 320 | 200 | 103 | 0 | 46 | 22 | 221 | 74 | 66 |
| Binary | 1000101 | 11010000 | 10000000 | 1000011 | 0 | 100110 | 10010 | 10010001 | 111100 | 110110 |
Color Harmonies of #45D080
Complementary color
Monochromatic Colors of #45D080
Black with #45D080
Text Example
Text Example
White with #45D080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D080; }
p { color: rgb(69,208,128); }
H1.HeaderClassName
{
color: #45D080;
}
.AnyTagClassName
{
color: #45D080;
}
</style>
background-color css
<style>
a { background-color: #45D080; }
a { background-color: rgb(69,208,128); }
div.DivClassName
{
background-color: #45D080;
}
.BgClassName
{
background-color: #45D080;
}
</style>
border-color css
<style>
span { border-color: #45D080; }
span { border-color: rgb(69,208,128); }
td.TdClassName
{
border-color: #45D080;
}
.TagClassName
{
border-color: #45D080;
}
</style>