Shades of Emerald #45C56E
Tints of Emerald #45C56E
RGB
CMYK
RGB Variations
Color information
#45C56E (or 0x45C56E) is known color: Emerald. HEX triplet: 45, C5 and 6E. RGB value is (69,197,110). Sum of RGB (Red+Green+Blue) = 69+197+110=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #45C56E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C56E is #BA3A91. Grayscale: #959595. Windows color (decimal): -12204690 or 7259461. OLE color: 7259461.
HSL color Cylindrical-coordinate representation of color #45C56E: hue angle of 139.22º 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 #45C56E is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 197 | 110 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.23 |
| HSL | 139.22º | 0.52% | 0.52% | - |
| HSV(B) | 139.22º | 0.65% | 0.77% | - |
| XYZ | 25.23 | 42.32 | 21.59 | - |
| YUV | 148.81 | 106.09 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 197 | 110 | 0.65 | 0 | 0.44 | 0.23 | 139.22 | 0.52 | 0.52 |
| Hex | 45 | C5 | 6E | 41 | 0 | 2C | 17 | 8B | 34 | 34 |
| Octal | 105 | 305 | 156 | 101 | 0 | 54 | 27 | 213 | 64 | 64 |
| Binary | 1000101 | 11000101 | 1101110 | 1000001 | 0 | 101100 | 10111 | 10001011 | 110100 | 110100 |
Color Harmonies of #45C56E
Complementary color
Monochromatic Colors of #45C56E
Black with #45C56E
Text Example
Text Example
White with #45C56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C56E; }
p { color: rgb(69,197,110); }
H1.HeaderClassName
{
color: #45C56E;
}
.AnyTagClassName
{
color: #45C56E;
}
</style>
background-color css
<style>
a { background-color: #45C56E; }
a { background-color: rgb(69,197,110); }
div.DivClassName
{
background-color: #45C56E;
}
.BgClassName
{
background-color: #45C56E;
}
</style>
border-color css
<style>
span { border-color: #45C56E; }
span { border-color: rgb(69,197,110); }
td.TdClassName
{
border-color: #45C56E;
}
.TagClassName
{
border-color: #45C56E;
}
</style>