Shades of Emerald #45C97C
Tints of Emerald #45C97C
RGB
CMYK
RGB Variations
Color information
#45C97C (or 0x45C97C) is known color: Emerald. HEX triplet: 45, C9 and 7C. RGB value is (69,201,124). Sum of RGB (Red+Green+Blue) = 69+201+124=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #45C97C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C97C is #BA3683. Grayscale: #989898. Windows color (decimal): -12203652 or 8177989. OLE color: 8177989.
HSL color Cylindrical-coordinate representation of color #45C97C: hue angle of 145º 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 #45C97C is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 124 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.21 |
| HSL | 145º | 0.55% | 0.53% | - |
| HSV(B) | 145º | 0.66% | 0.79% | - |
| XYZ | 26.98 | 44.49 | 26.23 | - |
| YUV | 152.75 | 111.77 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 124 | 0.66 | 0 | 0.38 | 0.21 | 145 | 0.55 | 0.53 |
| Hex | 45 | C9 | 7C | 42 | 0 | 26 | 15 | 91 | 37 | 35 |
| Octal | 105 | 311 | 174 | 102 | 0 | 46 | 25 | 221 | 67 | 65 |
| Binary | 1000101 | 11001001 | 1111100 | 1000010 | 0 | 100110 | 10101 | 10010001 | 110111 | 110101 |
Color Harmonies of #45C97C
Complementary color
Monochromatic Colors of #45C97C
Black with #45C97C
Text Example
Text Example
White with #45C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C97C; }
p { color: rgb(69,201,124); }
H1.HeaderClassName
{
color: #45C97C;
}
.AnyTagClassName
{
color: #45C97C;
}
</style>
background-color css
<style>
a { background-color: #45C97C; }
a { background-color: rgb(69,201,124); }
div.DivClassName
{
background-color: #45C97C;
}
.BgClassName
{
background-color: #45C97C;
}
</style>
border-color css
<style>
span { border-color: #45C97C; }
span { border-color: rgb(69,201,124); }
td.TdClassName
{
border-color: #45C97C;
}
.TagClassName
{
border-color: #45C97C;
}
</style>