Shades of Emerald #45C17A
Tints of Emerald #45C17A
RGB
CMYK
RGB Variations
Color information
#45C17A (or 0x45C17A) is known color: Emerald. HEX triplet: 45, C1 and 7A. RGB value is (69,193,122). Sum of RGB (Red+Green+Blue) = 69+193+122=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #45C17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C17A is #BA3E85. Grayscale: #939393. Windows color (decimal): -12205702 or 8044869. OLE color: 8044869.
HSL color Cylindrical-coordinate representation of color #45C17A: hue angle of 145.65º 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 #45C17A is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 122 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.24 |
| HSL | 145.65º | 0.5% | 0.51% | - |
| HSV(B) | 145.65º | 0.64% | 0.76% | - |
| XYZ | 25.04 | 40.81 | 24.97 | - |
| YUV | 147.83 | 113.42 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 122 | 0.64 | 0 | 0.37 | 0.24 | 145.65 | 0.5 | 0.51 |
| Hex | 45 | C1 | 7A | 40 | 0 | 25 | 18 | 92 | 32 | 33 |
| Octal | 105 | 301 | 172 | 100 | 0 | 45 | 30 | 222 | 62 | 63 |
| Binary | 1000101 | 11000001 | 1111010 | 1000000 | 0 | 100101 | 11000 | 10010010 | 110010 | 110011 |
Color Harmonies of #45C17A
Complementary color
Monochromatic Colors of #45C17A
Black with #45C17A
Text Example
Text Example
White with #45C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C17A; }
p { color: rgb(69,193,122); }
H1.HeaderClassName
{
color: #45C17A;
}
.AnyTagClassName
{
color: #45C17A;
}
</style>
background-color css
<style>
a { background-color: #45C17A; }
a { background-color: rgb(69,193,122); }
div.DivClassName
{
background-color: #45C17A;
}
.BgClassName
{
background-color: #45C17A;
}
</style>
border-color css
<style>
span { border-color: #45C17A; }
span { border-color: rgb(69,193,122); }
td.TdClassName
{
border-color: #45C17A;
}
.TagClassName
{
border-color: #45C17A;
}
</style>