Shades of Emerald #45C47C
Tints of Emerald #45C47C
RGB
CMYK
RGB Variations
Color information
#45C47C (or 0x45C47C) is known color: Emerald. HEX triplet: 45, C4 and 7C. RGB value is (69,196,124). Sum of RGB (Red+Green+Blue) = 69+196+124=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #45C47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C47C is #BA3B83. Grayscale: #959595. Windows color (decimal): -12204932 or 8176709. OLE color: 8176709.
HSL color Cylindrical-coordinate representation of color #45C47C: hue angle of 145.98º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C47C is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 196 | 124 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.23 |
| HSL | 145.98º | 0.52% | 0.52% | - |
| HSV(B) | 145.98º | 0.65% | 0.77% | - |
| XYZ | 25.83 | 42.2 | 25.85 | - |
| YUV | 149.82 | 113.42 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 196 | 124 | 0.65 | 0 | 0.37 | 0.23 | 145.98 | 0.52 | 0.52 |
| Hex | 45 | C4 | 7C | 41 | 0 | 25 | 17 | 92 | 34 | 34 |
| Octal | 105 | 304 | 174 | 101 | 0 | 45 | 27 | 222 | 64 | 64 |
| Binary | 1000101 | 11000100 | 1111100 | 1000001 | 0 | 100101 | 10111 | 10010010 | 110100 | 110100 |
Color Harmonies of #45C47C
Complementary color
Monochromatic Colors of #45C47C
Black with #45C47C
Text Example
Text Example
White with #45C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C47C; }
p { color: rgb(69,196,124); }
H1.HeaderClassName
{
color: #45C47C;
}
.AnyTagClassName
{
color: #45C47C;
}
</style>
background-color css
<style>
a { background-color: #45C47C; }
a { background-color: rgb(69,196,124); }
div.DivClassName
{
background-color: #45C47C;
}
.BgClassName
{
background-color: #45C47C;
}
</style>
border-color css
<style>
span { border-color: #45C47C; }
span { border-color: rgb(69,196,124); }
td.TdClassName
{
border-color: #45C47C;
}
.TagClassName
{
border-color: #45C47C;
}
</style>