Shades of Emerald #45ED73
Tints of Emerald #45ED73
RGB
CMYK
RGB Variations
Color information
#45ED73 (or 0x45ED73) is known color: Emerald. HEX triplet: 45, ED and 73. RGB value is (69,237,115). Sum of RGB (Red+Green+Blue) = 69+237+115=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 237 (92.97% from 255 or 56.29% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 237 - color contains mainly: green. Hex color #45ED73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45ED73 is #BA128C. Grayscale: #ADADAD. Windows color (decimal): -12194445 or 7597381. OLE color: 7597381.
HSL color Cylindrical-coordinate representation of color #45ED73: hue angle of 136.43º degrees, saturation: 0.82, 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 #45ED73 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 237 | 115 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.07 |
| HSL | 136.43º | 0.82% | 0.6% | - |
| HSV(B) | 136.43º | 0.71% | 0.93% | - |
| XYZ | 35.83 | 63.07 | 26.51 | - |
| YUV | 172.86 | 95.34 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 237 | 115 | 0.71 | 0 | 0.51 | 0.07 | 136.43 | 0.82 | 0.6 |
| Hex | 45 | ED | 73 | 47 | 0 | 33 | 7 | 88 | 52 | 3C |
| Octal | 105 | 355 | 163 | 107 | 0 | 63 | 7 | 210 | 122 | 74 |
| Binary | 1000101 | 11101101 | 1110011 | 1000111 | 0 | 110011 | 111 | 10001000 | 1010010 | 111100 |
Color Harmonies of #45ED73
Complementary color
Monochromatic Colors of #45ED73
Black with #45ED73
Text Example
Text Example
White with #45ED73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ED73; }
p { color: rgb(69,237,115); }
H1.HeaderClassName
{
color: #45ED73;
}
.AnyTagClassName
{
color: #45ED73;
}
</style>
background-color css
<style>
a { background-color: #45ED73; }
a { background-color: rgb(69,237,115); }
div.DivClassName
{
background-color: #45ED73;
}
.BgClassName
{
background-color: #45ED73;
}
</style>
border-color css
<style>
span { border-color: #45ED73; }
span { border-color: rgb(69,237,115); }
td.TdClassName
{
border-color: #45ED73;
}
.TagClassName
{
border-color: #45ED73;
}
</style>