Shades of Emerald #45C17C
Tints of Emerald #45C17C
RGB
CMYK
RGB Variations
Color information
#45C17C (or 0x45C17C) is known color: Emerald. HEX triplet: 45, C1 and 7C. RGB value is (69,193,124). Sum of RGB (Red+Green+Blue) = 69+193+124=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #45C17C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C17C is #BA3E83. Grayscale: #949494. Windows color (decimal): -12205700 or 8175941. OLE color: 8175941.
HSL color Cylindrical-coordinate representation of color #45C17C: hue angle of 146.61º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C17C is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 124 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.24 |
| HSL | 146.61º | 0.5% | 0.51% | - |
| HSV(B) | 146.61º | 0.64% | 0.76% | - |
| XYZ | 25.16 | 40.86 | 25.63 | - |
| YUV | 148.06 | 114.42 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 124 | 0.64 | 0 | 0.36 | 0.24 | 146.61 | 0.5 | 0.51 |
| Hex | 45 | C1 | 7C | 40 | 0 | 24 | 18 | 93 | 32 | 33 |
| Octal | 105 | 301 | 174 | 100 | 0 | 44 | 30 | 223 | 62 | 63 |
| Binary | 1000101 | 11000001 | 1111100 | 1000000 | 0 | 100100 | 11000 | 10010011 | 110010 | 110011 |
Color Harmonies of #45C17C
Complementary color
Monochromatic Colors of #45C17C
Black with #45C17C
Text Example
Text Example
White with #45C17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C17C; }
p { color: rgb(69,193,124); }
H1.HeaderClassName
{
color: #45C17C;
}
.AnyTagClassName
{
color: #45C17C;
}
</style>
background-color css
<style>
a { background-color: #45C17C; }
a { background-color: rgb(69,193,124); }
div.DivClassName
{
background-color: #45C17C;
}
.BgClassName
{
background-color: #45C17C;
}
</style>
border-color css
<style>
span { border-color: #45C17C; }
span { border-color: rgb(69,193,124); }
td.TdClassName
{
border-color: #45C17C;
}
.TagClassName
{
border-color: #45C17C;
}
</style>