Shades of Emerald #45E186
Tints of Emerald #45E186
RGB
CMYK
RGB Variations
Color information
#45E186 (or 0x45E186) is known color: Emerald. HEX triplet: 45, E1 and 86. RGB value is (69,225,134). Sum of RGB (Red+Green+Blue) = 69+225+134=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #45E186 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45E186 is #BA1E79. Grayscale: #A8A8A8. Windows color (decimal): -12197498 or 8839493. OLE color: 8839493.
HSL color Cylindrical-coordinate representation of color #45E186: hue angle of 145º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E186 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 134 | - |
| CMYK | 0.69 | 0 | 0.40 | 0.12 |
| HSL | 145º | 0.72% | 0.58% | - |
| HSV(B) | 145º | 0.69% | 0.88% | - |
| XYZ | 33.68 | 56.84 | 31.75 | - |
| YUV | 167.98 | 108.82 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 134 | 0.69 | 0 | 0.40 | 0.12 | 145 | 0.72 | 0.58 |
| Hex | 45 | E1 | 86 | 45 | 0 | 28 | C | 91 | 48 | 3A |
| Octal | 105 | 341 | 206 | 105 | 0 | 50 | 14 | 221 | 110 | 72 |
| Binary | 1000101 | 11100001 | 10000110 | 1000101 | 0 | 101000 | 1100 | 10010001 | 1001000 | 111010 |
Color Harmonies of #45E186
Complementary color
Monochromatic Colors of #45E186
Black with #45E186
Text Example
Text Example
White with #45E186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E186; }
p { color: rgb(69,225,134); }
H1.HeaderClassName
{
color: #45E186;
}
.AnyTagClassName
{
color: #45E186;
}
</style>
background-color css
<style>
a { background-color: #45E186; }
a { background-color: rgb(69,225,134); }
div.DivClassName
{
background-color: #45E186;
}
.BgClassName
{
background-color: #45E186;
}
</style>
border-color css
<style>
span { border-color: #45E186; }
span { border-color: rgb(69,225,134); }
td.TdClassName
{
border-color: #45E186;
}
.TagClassName
{
border-color: #45E186;
}
</style>