Shades of Emerald #45C882
Tints of Emerald #45C882
RGB
CMYK
RGB Variations
Color information
#45C882 (or 0x45C882) is known color: Emerald. HEX triplet: 45, C8 and 82. RGB value is (69,200,130). Sum of RGB (Red+Green+Blue) = 69+200+130=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #45C882 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C882 is #BA377D. Grayscale: #999999. Windows color (decimal): -12203902 or 8570949. OLE color: 8570949.
HSL color Cylindrical-coordinate representation of color #45C882: hue angle of 147.94º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C882 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 200 | 130 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.22 |
| HSL | 147.94º | 0.54% | 0.53% | - |
| HSV(B) | 147.94º | 0.66% | 0.78% | - |
| XYZ | 27.14 | 44.19 | 28.22 | - |
| YUV | 152.85 | 115.1 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 200 | 130 | 0.66 | 0 | 0.35 | 0.22 | 147.94 | 0.54 | 0.53 |
| Hex | 45 | C8 | 82 | 42 | 0 | 23 | 16 | 94 | 36 | 35 |
| Octal | 105 | 310 | 202 | 102 | 0 | 43 | 26 | 224 | 66 | 65 |
| Binary | 1000101 | 11001000 | 10000010 | 1000010 | 0 | 100011 | 10110 | 10010100 | 110110 | 110101 |
Color Harmonies of #45C882
Complementary color
Monochromatic Colors of #45C882
Black with #45C882
Text Example
Text Example
White with #45C882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C882; }
p { color: rgb(69,200,130); }
H1.HeaderClassName
{
color: #45C882;
}
.AnyTagClassName
{
color: #45C882;
}
</style>
background-color css
<style>
a { background-color: #45C882; }
a { background-color: rgb(69,200,130); }
div.DivClassName
{
background-color: #45C882;
}
.BgClassName
{
background-color: #45C882;
}
</style>
border-color css
<style>
span { border-color: #45C882; }
span { border-color: rgb(69,200,130); }
td.TdClassName
{
border-color: #45C882;
}
.TagClassName
{
border-color: #45C882;
}
</style>