Shades of Emerald #45D778
Tints of Emerald #45D778
RGB
CMYK
RGB Variations
Color information
#45D778 (or 0x45D778) is known color: Emerald. HEX triplet: 45, D7 and 78. RGB value is (69,215,120). Sum of RGB (Red+Green+Blue) = 69+215+120=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #45D778 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D778 is #BA2887. Grayscale: #A0A0A0. Windows color (decimal): -12200072 or 7919429. OLE color: 7919429.
HSL color Cylindrical-coordinate representation of color #45D778: hue angle of 140.96º 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 #45D778 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 215 | 120 | - |
| CMYK | 0.68 | 0 | 0.44 | 0.16 |
| HSL | 140.96º | 0.65% | 0.56% | - |
| HSV(B) | 140.96º | 0.68% | 0.84% | - |
| XYZ | 30.14 | 51.22 | 26.07 | - |
| YUV | 160.52 | 105.13 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 215 | 120 | 0.68 | 0 | 0.44 | 0.16 | 140.96 | 0.65 | 0.56 |
| Hex | 45 | D7 | 78 | 44 | 0 | 2C | 10 | 8D | 41 | 38 |
| Octal | 105 | 327 | 170 | 104 | 0 | 54 | 20 | 215 | 101 | 70 |
| Binary | 1000101 | 11010111 | 1111000 | 1000100 | 0 | 101100 | 10000 | 10001101 | 1000001 | 111000 |
Color Harmonies of #45D778
Complementary color
Monochromatic Colors of #45D778
Black with #45D778
Text Example
Text Example
White with #45D778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D778; }
p { color: rgb(69,215,120); }
H1.HeaderClassName
{
color: #45D778;
}
.AnyTagClassName
{
color: #45D778;
}
</style>
background-color css
<style>
a { background-color: #45D778; }
a { background-color: rgb(69,215,120); }
div.DivClassName
{
background-color: #45D778;
}
.BgClassName
{
background-color: #45D778;
}
</style>
border-color css
<style>
span { border-color: #45D778; }
span { border-color: rgb(69,215,120); }
td.TdClassName
{
border-color: #45D778;
}
.TagClassName
{
border-color: #45D778;
}
</style>