Shades of Emerald #45E576
Tints of Emerald #45E576
RGB
CMYK
RGB Variations
Color information
#45E576 (or 0x45E576) is known color: Emerald. HEX triplet: 45, E5 and 76. RGB value is (69,229,118). Sum of RGB (Red+Green+Blue) = 69+229+118=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 229 (89.84% from 255 or 55.05% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 229 - color contains mainly: green. Hex color #45E576 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E576 is #BA1A89. Grayscale: #A8A8A8. Windows color (decimal): -12196490 or 7791941. OLE color: 7791941.
HSL color Cylindrical-coordinate representation of color #45E576: hue angle of 138.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E576 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 229 | 118 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.10 |
| HSL | 138.38º | 0.75% | 0.58% | - |
| HSV(B) | 138.38º | 0.7% | 0.9% | - |
| XYZ | 33.74 | 58.61 | 26.67 | - |
| YUV | 168.51 | 99.49 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 229 | 118 | 0.70 | 0 | 0.48 | 0.10 | 138.38 | 0.75 | 0.58 |
| Hex | 45 | E5 | 76 | 46 | 0 | 30 | A | 8A | 4B | 3A |
| Octal | 105 | 345 | 166 | 106 | 0 | 60 | 12 | 212 | 113 | 72 |
| Binary | 1000101 | 11100101 | 1110110 | 1000110 | 0 | 110000 | 1010 | 10001010 | 1001011 | 111010 |
Color Harmonies of #45E576
Complementary color
Monochromatic Colors of #45E576
Black with #45E576
Text Example
Text Example
White with #45E576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E576; }
p { color: rgb(69,229,118); }
H1.HeaderClassName
{
color: #45E576;
}
.AnyTagClassName
{
color: #45E576;
}
</style>
background-color css
<style>
a { background-color: #45E576; }
a { background-color: rgb(69,229,118); }
div.DivClassName
{
background-color: #45E576;
}
.BgClassName
{
background-color: #45E576;
}
</style>
border-color css
<style>
span { border-color: #45E576; }
span { border-color: rgb(69,229,118); }
td.TdClassName
{
border-color: #45E576;
}
.TagClassName
{
border-color: #45E576;
}
</style>