Shades of Emerald #45E886
Tints of Emerald #45E886
RGB
CMYK
RGB Variations
Color information
#45E886 (or 0x45E886) is known color: Emerald. HEX triplet: 45, E8 and 86. RGB value is (69,232,134). Sum of RGB (Red+Green+Blue) = 69+232+134=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #45E886 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45E886 is #BA1779. Grayscale: #ACACAC. Windows color (decimal): -12195706 or 8841285. OLE color: 8841285.
HSL color Cylindrical-coordinate representation of color #45E886: hue angle of 143.93º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E886 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 232 | 134 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.09 |
| HSL | 143.93º | 0.78% | 0.59% | - |
| HSV(B) | 143.93º | 0.7% | 0.91% | - |
| XYZ | 35.61 | 60.7 | 32.39 | - |
| YUV | 172.09 | 106.5 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 232 | 134 | 0.70 | 0 | 0.42 | 0.09 | 143.93 | 0.78 | 0.59 |
| Hex | 45 | E8 | 86 | 46 | 0 | 2A | 9 | 90 | 4E | 3B |
| Octal | 105 | 350 | 206 | 106 | 0 | 52 | 11 | 220 | 116 | 73 |
| Binary | 1000101 | 11101000 | 10000110 | 1000110 | 0 | 101010 | 1001 | 10010000 | 1001110 | 111011 |
Color Harmonies of #45E886
Complementary color
Monochromatic Colors of #45E886
Black with #45E886
Text Example
Text Example
White with #45E886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E886; }
p { color: rgb(69,232,134); }
H1.HeaderClassName
{
color: #45E886;
}
.AnyTagClassName
{
color: #45E886;
}
</style>
background-color css
<style>
a { background-color: #45E886; }
a { background-color: rgb(69,232,134); }
div.DivClassName
{
background-color: #45E886;
}
.BgClassName
{
background-color: #45E886;
}
</style>
border-color css
<style>
span { border-color: #45E886; }
span { border-color: rgb(69,232,134); }
td.TdClassName
{
border-color: #45E886;
}
.TagClassName
{
border-color: #45E886;
}
</style>