Shades of Emerald #45E080
Tints of Emerald #45E080
RGB
CMYK
RGB Variations
Color information
#45E080 (or 0x45E080) is known color: Emerald. HEX triplet: 45, E0 and 80. RGB value is (69,224,128). Sum of RGB (Red+Green+Blue) = 69+224+128=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #45E080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45E080 is #BA1F7F. Grayscale: #A6A6A6. Windows color (decimal): -12197760 or 8446021. OLE color: 8446021.
HSL color Cylindrical-coordinate representation of color #45E080: hue angle of 142.84º 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 #45E080 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 224 | 128 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.12 |
| HSL | 142.84º | 0.71% | 0.57% | - |
| HSV(B) | 142.84º | 0.69% | 0.88% | - |
| XYZ | 33.01 | 56.14 | 29.52 | - |
| YUV | 166.71 | 106.15 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 224 | 128 | 0.69 | 0 | 0.43 | 0.12 | 142.84 | 0.71 | 0.57 |
| Hex | 45 | E0 | 80 | 45 | 0 | 2B | C | 8F | 47 | 39 |
| Octal | 105 | 340 | 200 | 105 | 0 | 53 | 14 | 217 | 107 | 71 |
| Binary | 1000101 | 11100000 | 10000000 | 1000101 | 0 | 101011 | 1100 | 10001111 | 1000111 | 111001 |
Color Harmonies of #45E080
Complementary color
Monochromatic Colors of #45E080
Black with #45E080
Text Example
Text Example
White with #45E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E080; }
p { color: rgb(69,224,128); }
H1.HeaderClassName
{
color: #45E080;
}
.AnyTagClassName
{
color: #45E080;
}
</style>
background-color css
<style>
a { background-color: #45E080; }
a { background-color: rgb(69,224,128); }
div.DivClassName
{
background-color: #45E080;
}
.BgClassName
{
background-color: #45E080;
}
</style>
border-color css
<style>
span { border-color: #45E080; }
span { border-color: rgb(69,224,128); }
td.TdClassName
{
border-color: #45E080;
}
.TagClassName
{
border-color: #45E080;
}
</style>