Shades of Emerald #45EA73
Tints of Emerald #45EA73
RGB
CMYK
RGB Variations
Color information
#45EA73 (or 0x45EA73) is known color: Emerald. HEX triplet: 45, EA and 73. RGB value is (69,234,115). Sum of RGB (Red+Green+Blue) = 69+234+115=418 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.51% from 418); Green value is 234 (91.80% from 255 or 55.98% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 234 - color contains mainly: green. Hex color #45EA73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EA73 is #BA158C. Grayscale: #ABABAB. Windows color (decimal): -12195213 or 7596613. OLE color: 7596613.
HSL color Cylindrical-coordinate representation of color #45EA73: hue angle of 136.73º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EA73 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 234 | 115 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.08 |
| HSL | 136.73º | 0.8% | 0.59% | - |
| HSV(B) | 136.73º | 0.71% | 0.92% | - |
| XYZ | 34.97 | 61.35 | 26.22 | - |
| YUV | 171.1 | 96.34 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 234 | 115 | 0.71 | 0 | 0.51 | 0.08 | 136.73 | 0.8 | 0.59 |
| Hex | 45 | EA | 73 | 47 | 0 | 33 | 8 | 89 | 50 | 3B |
| Octal | 105 | 352 | 163 | 107 | 0 | 63 | 10 | 211 | 120 | 73 |
| Binary | 1000101 | 11101010 | 1110011 | 1000111 | 0 | 110011 | 1000 | 10001001 | 1010000 | 111011 |
Color Harmonies of #45EA73
Complementary color
Monochromatic Colors of #45EA73
Black with #45EA73
Text Example
Text Example
White with #45EA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EA73; }
p { color: rgb(69,234,115); }
H1.HeaderClassName
{
color: #45EA73;
}
.AnyTagClassName
{
color: #45EA73;
}
</style>
background-color css
<style>
a { background-color: #45EA73; }
a { background-color: rgb(69,234,115); }
div.DivClassName
{
background-color: #45EA73;
}
.BgClassName
{
background-color: #45EA73;
}
</style>
border-color css
<style>
span { border-color: #45EA73; }
span { border-color: rgb(69,234,115); }
td.TdClassName
{
border-color: #45EA73;
}
.TagClassName
{
border-color: #45EA73;
}
</style>