Shades of Emerald #45E059
Tints of Emerald #45E059
RGB
CMYK
RGB Variations
Color information
#45E059 (or 0x45E059) is known color: Emerald. HEX triplet: 45, E0 and 59. RGB value is (69,224,89). Sum of RGB (Red+Green+Blue) = 69+224+89=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #45E059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E059 is #BA1FA6. Grayscale: #A2A2A2. Windows color (decimal): -12197799 or 5890117. OLE color: 5890117.
HSL color Cylindrical-coordinate representation of color #45E059: hue angle of 127.74º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E059 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 224 | 89 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.12 |
| HSL | 127.74º | 0.71% | 0.57% | - |
| HSV(B) | 127.74º | 0.69% | 0.88% | - |
| XYZ | 30.91 | 55.3 | 18.5 | - |
| YUV | 162.27 | 86.65 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 224 | 89 | 0.69 | 0 | 0.60 | 0.12 | 127.74 | 0.71 | 0.57 |
| Hex | 45 | E0 | 59 | 45 | 0 | 3C | C | 80 | 47 | 39 |
| Octal | 105 | 340 | 131 | 105 | 0 | 74 | 14 | 200 | 107 | 71 |
| Binary | 1000101 | 11100000 | 1011001 | 1000101 | 0 | 111100 | 1100 | 10000000 | 1000111 | 111001 |
Color Harmonies of #45E059
Complementary color
Monochromatic Colors of #45E059
Black with #45E059
Text Example
Text Example
White with #45E059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E059; }
p { color: rgb(69,224,89); }
H1.HeaderClassName
{
color: #45E059;
}
.AnyTagClassName
{
color: #45E059;
}
</style>
background-color css
<style>
a { background-color: #45E059; }
a { background-color: rgb(69,224,89); }
div.DivClassName
{
background-color: #45E059;
}
.BgClassName
{
background-color: #45E059;
}
</style>
border-color css
<style>
span { border-color: #45E059; }
span { border-color: rgb(69,224,89); }
td.TdClassName
{
border-color: #45E059;
}
.TagClassName
{
border-color: #45E059;
}
</style>