Shades of Emerald #45EC6B
Tints of Emerald #45EC6B
RGB
CMYK
RGB Variations
Color information
#45EC6B (or 0x45EC6B) is known color: Emerald. HEX triplet: 45, EC and 6B. RGB value is (69,236,107). Sum of RGB (Red+Green+Blue) = 69+236+107=412 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.75% from 412); Green value is 236 (92.58% from 255 or 57.28% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EC6B is #BA1394. Grayscale: #ABABAB. Windows color (decimal): -12194709 or 7072837. OLE color: 7072837.
HSL color Cylindrical-coordinate representation of color #45EC6B: hue angle of 133.65º 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 #45EC6B is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 107 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.07 |
| HSL | 133.65º | 0.81% | 0.6% | - |
| HSV(B) | 133.65º | 0.71% | 0.93% | - |
| XYZ | 35.1 | 62.32 | 24.09 | - |
| YUV | 171.36 | 91.67 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 107 | 0.71 | 0 | 0.55 | 0.07 | 133.65 | 0.81 | 0.6 |
| Hex | 45 | EC | 6B | 47 | 0 | 37 | 7 | 86 | 51 | 3C |
| Octal | 105 | 354 | 153 | 107 | 0 | 67 | 7 | 206 | 121 | 74 |
| Binary | 1000101 | 11101100 | 1101011 | 1000111 | 0 | 110111 | 111 | 10000110 | 1010001 | 111100 |
Color Harmonies of #45EC6B
Complementary color
Monochromatic Colors of #45EC6B
Black with #45EC6B
Text Example
Text Example
White with #45EC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EC6B; }
p { color: rgb(69,236,107); }
H1.HeaderClassName
{
color: #45EC6B;
}
.AnyTagClassName
{
color: #45EC6B;
}
</style>
background-color css
<style>
a { background-color: #45EC6B; }
a { background-color: rgb(69,236,107); }
div.DivClassName
{
background-color: #45EC6B;
}
.BgClassName
{
background-color: #45EC6B;
}
</style>
border-color css
<style>
span { border-color: #45EC6B; }
span { border-color: rgb(69,236,107); }
td.TdClassName
{
border-color: #45EC6B;
}
.TagClassName
{
border-color: #45EC6B;
}
</style>