Shades of Emerald #45C980
Tints of Emerald #45C980
RGB
CMYK
RGB Variations
Color information
#45C980 (or 0x45C980) is known color: Emerald. HEX triplet: 45, C9 and 80. RGB value is (69,201,128). Sum of RGB (Red+Green+Blue) = 69+201+128=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #45C980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C980 is #BA367F. Grayscale: #999999. Windows color (decimal): -12203648 or 8440133. OLE color: 8440133.
HSL color Cylindrical-coordinate representation of color #45C980: hue angle of 146.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C980 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 128 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.21 |
| HSL | 146.82º | 0.55% | 0.53% | - |
| HSV(B) | 146.82º | 0.66% | 0.79% | - |
| XYZ | 27.24 | 44.6 | 27.59 | - |
| YUV | 153.21 | 113.77 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 128 | 0.66 | 0 | 0.36 | 0.21 | 146.82 | 0.55 | 0.53 |
| Hex | 45 | C9 | 80 | 42 | 0 | 24 | 15 | 93 | 37 | 35 |
| Octal | 105 | 311 | 200 | 102 | 0 | 44 | 25 | 223 | 67 | 65 |
| Binary | 1000101 | 11001001 | 10000000 | 1000010 | 0 | 100100 | 10101 | 10010011 | 110111 | 110101 |
Color Harmonies of #45C980
Complementary color
Monochromatic Colors of #45C980
Black with #45C980
Text Example
Text Example
White with #45C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C980; }
p { color: rgb(69,201,128); }
H1.HeaderClassName
{
color: #45C980;
}
.AnyTagClassName
{
color: #45C980;
}
</style>
background-color css
<style>
a { background-color: #45C980; }
a { background-color: rgb(69,201,128); }
div.DivClassName
{
background-color: #45C980;
}
.BgClassName
{
background-color: #45C980;
}
</style>
border-color css
<style>
span { border-color: #45C980; }
span { border-color: rgb(69,201,128); }
td.TdClassName
{
border-color: #45C980;
}
.TagClassName
{
border-color: #45C980;
}
</style>