Shades of Emerald #45E05D
Tints of Emerald #45E05D
RGB
CMYK
RGB Variations
Color information
#45E05D (or 0x45E05D) is known color: Emerald. HEX triplet: 45, E0 and 5D. RGB value is (69,224,93). Sum of RGB (Red+Green+Blue) = 69+224+93=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 224 (87.89% from 255 or 58.03% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 224 - color contains mainly: green. Hex color #45E05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E05D is #BA1FA2. Grayscale: #A3A3A3. Windows color (decimal): -12197795 or 6152261. OLE color: 6152261.
HSL color Cylindrical-coordinate representation of color #45E05D: hue angle of 129.29º 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 #45E05D is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 224 | 93 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.12 |
| HSL | 129.29º | 0.71% | 0.57% | - |
| HSV(B) | 129.29º | 0.69% | 0.88% | - |
| XYZ | 31.09 | 55.37 | 19.4 | - |
| YUV | 162.72 | 88.65 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 224 | 93 | 0.69 | 0 | 0.58 | 0.12 | 129.29 | 0.71 | 0.57 |
| Hex | 45 | E0 | 5D | 45 | 0 | 3A | C | 81 | 47 | 39 |
| Octal | 105 | 340 | 135 | 105 | 0 | 72 | 14 | 201 | 107 | 71 |
| Binary | 1000101 | 11100000 | 1011101 | 1000101 | 0 | 111010 | 1100 | 10000001 | 1000111 | 111001 |
Color Harmonies of #45E05D
Complementary color
Monochromatic Colors of #45E05D
Black with #45E05D
Text Example
Text Example
White with #45E05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E05D; }
p { color: rgb(69,224,93); }
H1.HeaderClassName
{
color: #45E05D;
}
.AnyTagClassName
{
color: #45E05D;
}
</style>
background-color css
<style>
a { background-color: #45E05D; }
a { background-color: rgb(69,224,93); }
div.DivClassName
{
background-color: #45E05D;
}
.BgClassName
{
background-color: #45E05D;
}
</style>
border-color css
<style>
span { border-color: #45E05D; }
span { border-color: rgb(69,224,93); }
td.TdClassName
{
border-color: #45E05D;
}
.TagClassName
{
border-color: #45E05D;
}
</style>