Shades of Emerald #45D082
Tints of Emerald #45D082
RGB
CMYK
RGB Variations
Color information
#45D082 (or 0x45D082) is known color: Emerald. HEX triplet: 45, D0 and 82. RGB value is (69,208,130). Sum of RGB (Red+Green+Blue) = 69+208+130=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #45D082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D082 is #BA2F7D. Grayscale: #9D9D9D. Windows color (decimal): -12201854 or 8572997. OLE color: 8572997.
HSL color Cylindrical-coordinate representation of color #45D082: hue angle of 146.33º 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 #45D082 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 130 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.18 |
| HSL | 146.33º | 0.6% | 0.54% | - |
| HSV(B) | 146.33º | 0.67% | 0.82% | - |
| XYZ | 29.04 | 47.99 | 28.85 | - |
| YUV | 157.55 | 112.45 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 130 | 0.67 | 0 | 0.38 | 0.18 | 146.33 | 0.6 | 0.54 |
| Hex | 45 | D0 | 82 | 43 | 0 | 26 | 12 | 92 | 3C | 36 |
| Octal | 105 | 320 | 202 | 103 | 0 | 46 | 22 | 222 | 74 | 66 |
| Binary | 1000101 | 11010000 | 10000010 | 1000011 | 0 | 100110 | 10010 | 10010010 | 111100 | 110110 |
Color Harmonies of #45D082
Complementary color
Monochromatic Colors of #45D082
Black with #45D082
Text Example
Text Example
White with #45D082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D082; }
p { color: rgb(69,208,130); }
H1.HeaderClassName
{
color: #45D082;
}
.AnyTagClassName
{
color: #45D082;
}
</style>
background-color css
<style>
a { background-color: #45D082; }
a { background-color: rgb(69,208,130); }
div.DivClassName
{
background-color: #45D082;
}
.BgClassName
{
background-color: #45D082;
}
</style>
border-color css
<style>
span { border-color: #45D082; }
span { border-color: rgb(69,208,130); }
td.TdClassName
{
border-color: #45D082;
}
.TagClassName
{
border-color: #45D082;
}
</style>