Shades of Emerald #45D389
Tints of Emerald #45D389
RGB
CMYK
RGB Variations
Color information
#45D389 (or 0x45D389) is known color: Emerald. HEX triplet: 45, D3 and 89. RGB value is (69,211,137). Sum of RGB (Red+Green+Blue) = 69+211+137=417 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.55% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #45D389 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D389 is #BA2C76. Grayscale: #A0A0A0. Windows color (decimal): -12201079 or 9032517. OLE color: 9032517.
HSL color Cylindrical-coordinate representation of color #45D389: hue angle of 148.73º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D389 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 211 | 137 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.17 |
| HSL | 148.73º | 0.62% | 0.55% | - |
| HSV(B) | 148.73º | 0.67% | 0.83% | - |
| XYZ | 30.26 | 49.66 | 31.66 | - |
| YUV | 160.11 | 114.96 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 211 | 137 | 0.67 | 0 | 0.35 | 0.17 | 148.73 | 0.62 | 0.55 |
| Hex | 45 | D3 | 89 | 43 | 0 | 23 | 11 | 95 | 3E | 37 |
| Octal | 105 | 323 | 211 | 103 | 0 | 43 | 21 | 225 | 76 | 67 |
| Binary | 1000101 | 11010011 | 10001001 | 1000011 | 0 | 100011 | 10001 | 10010101 | 111110 | 110111 |
Color Harmonies of #45D389
Complementary color
Monochromatic Colors of #45D389
Black with #45D389
Text Example
Text Example
White with #45D389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D389; }
p { color: rgb(69,211,137); }
H1.HeaderClassName
{
color: #45D389;
}
.AnyTagClassName
{
color: #45D389;
}
</style>
background-color css
<style>
a { background-color: #45D389; }
a { background-color: rgb(69,211,137); }
div.DivClassName
{
background-color: #45D389;
}
.BgClassName
{
background-color: #45D389;
}
</style>
border-color css
<style>
span { border-color: #45D389; }
span { border-color: rgb(69,211,137); }
td.TdClassName
{
border-color: #45D389;
}
.TagClassName
{
border-color: #45D389;
}
</style>