Shades of Emerald #45EC6C
Tints of Emerald #45EC6C
RGB
CMYK
RGB Variations
Color information
#45EC6C (or 0x45EC6C) is known color: Emerald. HEX triplet: 45, EC and 6C. RGB value is (69,236,108). Sum of RGB (Red+Green+Blue) = 69+236+108=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 236 (92.58% from 255 or 57.14% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EC6C is #BA1393. Grayscale: #ABABAB. Windows color (decimal): -12194708 or 7138373. OLE color: 7138373.
HSL color Cylindrical-coordinate representation of color #45EC6C: hue angle of 134.01º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EC6C is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 108 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.07 |
| HSL | 134.01º | 0.81% | 0.6% | - |
| HSV(B) | 134.01º | 0.71% | 0.93% | - |
| XYZ | 35.16 | 62.34 | 24.37 | - |
| YUV | 171.48 | 92.17 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 108 | 0.71 | 0 | 0.54 | 0.07 | 134.01 | 0.81 | 0.6 |
| Hex | 45 | EC | 6C | 47 | 0 | 36 | 7 | 86 | 51 | 3C |
| Octal | 105 | 354 | 154 | 107 | 0 | 66 | 7 | 206 | 121 | 74 |
| Binary | 1000101 | 11101100 | 1101100 | 1000111 | 0 | 110110 | 111 | 10000110 | 1010001 | 111100 |
Color Harmonies of #45EC6C
Complementary color
Monochromatic Colors of #45EC6C
Black with #45EC6C
Text Example
Text Example
White with #45EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EC6C; }
p { color: rgb(69,236,108); }
H1.HeaderClassName
{
color: #45EC6C;
}
.AnyTagClassName
{
color: #45EC6C;
}
</style>
background-color css
<style>
a { background-color: #45EC6C; }
a { background-color: rgb(69,236,108); }
div.DivClassName
{
background-color: #45EC6C;
}
.BgClassName
{
background-color: #45EC6C;
}
</style>
border-color css
<style>
span { border-color: #45EC6C; }
span { border-color: rgb(69,236,108); }
td.TdClassName
{
border-color: #45EC6C;
}
.TagClassName
{
border-color: #45EC6C;
}
</style>