Shades of Emerald #45D987
Tints of Emerald #45D987
RGB
CMYK
RGB Variations
Color information
#45D987 (or 0x45D987) is known color: Emerald. HEX triplet: 45, D9 and 87. RGB value is (69,217,135). Sum of RGB (Red+Green+Blue) = 69+217+135=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #45D987 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D987 is #BA2678. Grayscale: #A3A3A3. Windows color (decimal): -12199545 or 8902981. OLE color: 8902981.
HSL color Cylindrical-coordinate representation of color #45D987: hue angle of 146.76º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D987 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 135 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.15 |
| HSL | 146.76º | 0.66% | 0.56% | - |
| HSV(B) | 146.76º | 0.68% | 0.85% | - |
| XYZ | 31.64 | 52.64 | 31.41 | - |
| YUV | 163.4 | 111.97 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 135 | 0.68 | 0 | 0.38 | 0.15 | 146.76 | 0.66 | 0.56 |
| Hex | 45 | D9 | 87 | 44 | 0 | 26 | F | 93 | 42 | 38 |
| Octal | 105 | 331 | 207 | 104 | 0 | 46 | 17 | 223 | 102 | 70 |
| Binary | 1000101 | 11011001 | 10000111 | 1000100 | 0 | 100110 | 1111 | 10010011 | 1000010 | 111000 |
Color Harmonies of #45D987
Complementary color
Monochromatic Colors of #45D987
Black with #45D987
Text Example
Text Example
White with #45D987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D987; }
p { color: rgb(69,217,135); }
H1.HeaderClassName
{
color: #45D987;
}
.AnyTagClassName
{
color: #45D987;
}
</style>
background-color css
<style>
a { background-color: #45D987; }
a { background-color: rgb(69,217,135); }
div.DivClassName
{
background-color: #45D987;
}
.BgClassName
{
background-color: #45D987;
}
</style>
border-color css
<style>
span { border-color: #45D987; }
span { border-color: rgb(69,217,135); }
td.TdClassName
{
border-color: #45D987;
}
.TagClassName
{
border-color: #45D987;
}
</style>