Shades of Emerald #45D776
Tints of Emerald #45D776
RGB
CMYK
RGB Variations
Color information
#45D776 (or 0x45D776) is known color: Emerald. HEX triplet: 45, D7 and 76. RGB value is (69,215,118). Sum of RGB (Red+Green+Blue) = 69+215+118=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #45D776 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D776 is #BA2889. Grayscale: #A0A0A0. Windows color (decimal): -12200074 or 7788357. OLE color: 7788357.
HSL color Cylindrical-coordinate representation of color #45D776: hue angle of 140.14º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D776 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 215 | 118 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.16 |
| HSL | 140.14º | 0.65% | 0.56% | - |
| HSV(B) | 140.14º | 0.68% | 0.84% | - |
| XYZ | 30.02 | 51.17 | 25.43 | - |
| YUV | 160.29 | 104.13 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 215 | 118 | 0.68 | 0 | 0.45 | 0.16 | 140.14 | 0.65 | 0.56 |
| Hex | 45 | D7 | 76 | 44 | 0 | 2D | 10 | 8C | 41 | 38 |
| Octal | 105 | 327 | 166 | 104 | 0 | 55 | 20 | 214 | 101 | 70 |
| Binary | 1000101 | 11010111 | 1110110 | 1000100 | 0 | 101101 | 10000 | 10001100 | 1000001 | 111000 |
Color Harmonies of #45D776
Complementary color
Monochromatic Colors of #45D776
Black with #45D776
Text Example
Text Example
White with #45D776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D776; }
p { color: rgb(69,215,118); }
H1.HeaderClassName
{
color: #45D776;
}
.AnyTagClassName
{
color: #45D776;
}
</style>
background-color css
<style>
a { background-color: #45D776; }
a { background-color: rgb(69,215,118); }
div.DivClassName
{
background-color: #45D776;
}
.BgClassName
{
background-color: #45D776;
}
</style>
border-color css
<style>
span { border-color: #45D776; }
span { border-color: rgb(69,215,118); }
td.TdClassName
{
border-color: #45D776;
}
.TagClassName
{
border-color: #45D776;
}
</style>