Shades of Emerald #45C07A
Tints of Emerald #45C07A
RGB
CMYK
RGB Variations
Color information
#45C07A (or 0x45C07A) is known color: Emerald. HEX triplet: 45, C0 and 7A. RGB value is (69,192,122). Sum of RGB (Red+Green+Blue) = 69+192+122=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #45C07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C07A is #BA3F85. Grayscale: #939393. Windows color (decimal): -12205958 or 8044613. OLE color: 8044613.
HSL color Cylindrical-coordinate representation of color #45C07A: hue angle of 145.85º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C07A is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 122 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.25 |
| HSL | 145.85º | 0.49% | 0.51% | - |
| HSV(B) | 145.85º | 0.64% | 0.75% | - |
| XYZ | 24.82 | 40.37 | 24.9 | - |
| YUV | 147.24 | 113.75 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 122 | 0.64 | 0 | 0.36 | 0.25 | 145.85 | 0.49 | 0.51 |
| Hex | 45 | C0 | 7A | 40 | 0 | 24 | 19 | 92 | 31 | 33 |
| Octal | 105 | 300 | 172 | 100 | 0 | 44 | 31 | 222 | 61 | 63 |
| Binary | 1000101 | 11000000 | 1111010 | 1000000 | 0 | 100100 | 11001 | 10010010 | 110001 | 110011 |
Color Harmonies of #45C07A
Complementary color
Monochromatic Colors of #45C07A
Black with #45C07A
Text Example
Text Example
White with #45C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C07A; }
p { color: rgb(69,192,122); }
H1.HeaderClassName
{
color: #45C07A;
}
.AnyTagClassName
{
color: #45C07A;
}
</style>
background-color css
<style>
a { background-color: #45C07A; }
a { background-color: rgb(69,192,122); }
div.DivClassName
{
background-color: #45C07A;
}
.BgClassName
{
background-color: #45C07A;
}
</style>
border-color css
<style>
span { border-color: #45C07A; }
span { border-color: rgb(69,192,122); }
td.TdClassName
{
border-color: #45C07A;
}
.TagClassName
{
border-color: #45C07A;
}
</style>