Shades of Emerald #45C15E
Tints of Emerald #45C15E
RGB
CMYK
RGB Variations
Color information
#45C15E (or 0x45C15E) is known color: Emerald. HEX triplet: 45, C1 and 5E. RGB value is (69,193,94). Sum of RGB (Red+Green+Blue) = 69+193+94=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #45C15E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C15E is #BA3EA1. Grayscale: #909090. Windows color (decimal): -12205730 or 6209861. OLE color: 6209861.
HSL color Cylindrical-coordinate representation of color #45C15E: hue angle of 132.1º 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 #45C15E is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 94 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.24 |
| HSL | 132.1º | 0.5% | 0.51% | - |
| HSV(B) | 132.1º | 0.64% | 0.76% | - |
| XYZ | 23.54 | 40.21 | 17.11 | - |
| YUV | 144.64 | 99.42 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 94 | 0.64 | 0 | 0.51 | 0.24 | 132.1 | 0.5 | 0.51 |
| Hex | 45 | C1 | 5E | 40 | 0 | 33 | 18 | 84 | 32 | 33 |
| Octal | 105 | 301 | 136 | 100 | 0 | 63 | 30 | 204 | 62 | 63 |
| Binary | 1000101 | 11000001 | 1011110 | 1000000 | 0 | 110011 | 11000 | 10000100 | 110010 | 110011 |
Color Harmonies of #45C15E
Complementary color
Monochromatic Colors of #45C15E
Black with #45C15E
Text Example
Text Example
White with #45C15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C15E; }
p { color: rgb(69,193,94); }
H1.HeaderClassName
{
color: #45C15E;
}
.AnyTagClassName
{
color: #45C15E;
}
</style>
background-color css
<style>
a { background-color: #45C15E; }
a { background-color: rgb(69,193,94); }
div.DivClassName
{
background-color: #45C15E;
}
.BgClassName
{
background-color: #45C15E;
}
</style>
border-color css
<style>
span { border-color: #45C15E; }
span { border-color: rgb(69,193,94); }
td.TdClassName
{
border-color: #45C15E;
}
.TagClassName
{
border-color: #45C15E;
}
</style>