Shades of Emerald #45C06D
Tints of Emerald #45C06D
RGB
CMYK
RGB Variations
Color information
#45C06D (or 0x45C06D) is known color: Emerald. HEX triplet: 45, C0 and 6D. RGB value is (69,192,109). Sum of RGB (Red+Green+Blue) = 69+192+109=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #45C06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C06D is #BA3F92. Grayscale: #919191. Windows color (decimal): -12205971 or 7192645. OLE color: 7192645.
HSL color Cylindrical-coordinate representation of color #45C06D: hue angle of 139.51º 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 #45C06D is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 109 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.25 |
| HSL | 139.51º | 0.49% | 0.51% | - |
| HSV(B) | 139.51º | 0.64% | 0.75% | - |
| XYZ | 24.06 | 40.07 | 20.93 | - |
| YUV | 145.76 | 107.25 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 109 | 0.64 | 0 | 0.43 | 0.25 | 139.51 | 0.49 | 0.51 |
| Hex | 45 | C0 | 6D | 40 | 0 | 2B | 19 | 8C | 31 | 33 |
| Octal | 105 | 300 | 155 | 100 | 0 | 53 | 31 | 214 | 61 | 63 |
| Binary | 1000101 | 11000000 | 1101101 | 1000000 | 0 | 101011 | 11001 | 10001100 | 110001 | 110011 |
Color Harmonies of #45C06D
Complementary color
Monochromatic Colors of #45C06D
Black with #45C06D
Text Example
Text Example
White with #45C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C06D; }
p { color: rgb(69,192,109); }
H1.HeaderClassName
{
color: #45C06D;
}
.AnyTagClassName
{
color: #45C06D;
}
</style>
background-color css
<style>
a { background-color: #45C06D; }
a { background-color: rgb(69,192,109); }
div.DivClassName
{
background-color: #45C06D;
}
.BgClassName
{
background-color: #45C06D;
}
</style>
border-color css
<style>
span { border-color: #45C06D; }
span { border-color: rgb(69,192,109); }
td.TdClassName
{
border-color: #45C06D;
}
.TagClassName
{
border-color: #45C06D;
}
</style>