Shades of Emerald #45D976
Tints of Emerald #45D976
RGB
CMYK
RGB Variations
Color information
#45D976 (or 0x45D976) is known color: Emerald. HEX triplet: 45, D9 and 76. RGB value is (69,217,118). Sum of RGB (Red+Green+Blue) = 69+217+118=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #45D976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D976 is #BA2689. Grayscale: #A1A1A1. Windows color (decimal): -12199562 or 7788869. OLE color: 7788869.
HSL color Cylindrical-coordinate representation of color #45D976: hue angle of 139.86º 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 #45D976 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 118 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.15 |
| HSL | 139.86º | 0.66% | 0.56% | - |
| HSV(B) | 139.86º | 0.68% | 0.85% | - |
| XYZ | 30.54 | 52.2 | 25.61 | - |
| YUV | 161.46 | 103.47 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 118 | 0.68 | 0 | 0.46 | 0.15 | 139.86 | 0.66 | 0.56 |
| Hex | 45 | D9 | 76 | 44 | 0 | 2E | F | 8C | 42 | 38 |
| Octal | 105 | 331 | 166 | 104 | 0 | 56 | 17 | 214 | 102 | 70 |
| Binary | 1000101 | 11011001 | 1110110 | 1000100 | 0 | 101110 | 1111 | 10001100 | 1000010 | 111000 |
Color Harmonies of #45D976
Complementary color
Monochromatic Colors of #45D976
Black with #45D976
Text Example
Text Example
White with #45D976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D976; }
p { color: rgb(69,217,118); }
H1.HeaderClassName
{
color: #45D976;
}
.AnyTagClassName
{
color: #45D976;
}
</style>
background-color css
<style>
a { background-color: #45D976; }
a { background-color: rgb(69,217,118); }
div.DivClassName
{
background-color: #45D976;
}
.BgClassName
{
background-color: #45D976;
}
</style>
border-color css
<style>
span { border-color: #45D976; }
span { border-color: rgb(69,217,118); }
td.TdClassName
{
border-color: #45D976;
}
.TagClassName
{
border-color: #45D976;
}
</style>