Shades of Emerald #45C07F
Tints of Emerald #45C07F
RGB
CMYK
RGB Variations
Color information
#45C07F (or 0x45C07F) is known color: Emerald. HEX triplet: 45, C0 and 7F. RGB value is (69,192,127). Sum of RGB (Red+Green+Blue) = 69+192+127=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #45C07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C07F is #BA3F80. Grayscale: #939393. Windows color (decimal): -12205953 or 8372293. OLE color: 8372293.
HSL color Cylindrical-coordinate representation of color #45C07F: hue angle of 148.29º 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 #45C07F is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 127 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.25 |
| HSL | 148.29º | 0.49% | 0.51% | - |
| HSV(B) | 148.29º | 0.64% | 0.75% | - |
| XYZ | 25.13 | 40.5 | 26.57 | - |
| YUV | 147.81 | 116.25 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 127 | 0.64 | 0 | 0.34 | 0.25 | 148.29 | 0.49 | 0.51 |
| Hex | 45 | C0 | 7F | 40 | 0 | 22 | 19 | 94 | 31 | 33 |
| Octal | 105 | 300 | 177 | 100 | 0 | 42 | 31 | 224 | 61 | 63 |
| Binary | 1000101 | 11000000 | 1111111 | 1000000 | 0 | 100010 | 11001 | 10010100 | 110001 | 110011 |
Color Harmonies of #45C07F
Complementary color
Monochromatic Colors of #45C07F
Black with #45C07F
Text Example
Text Example
White with #45C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C07F; }
p { color: rgb(69,192,127); }
H1.HeaderClassName
{
color: #45C07F;
}
.AnyTagClassName
{
color: #45C07F;
}
</style>
background-color css
<style>
a { background-color: #45C07F; }
a { background-color: rgb(69,192,127); }
div.DivClassName
{
background-color: #45C07F;
}
.BgClassName
{
background-color: #45C07F;
}
</style>
border-color css
<style>
span { border-color: #45C07F; }
span { border-color: rgb(69,192,127); }
td.TdClassName
{
border-color: #45C07F;
}
.TagClassName
{
border-color: #45C07F;
}
</style>