Shades of Emerald #45DC76
Tints of Emerald #45DC76
RGB
CMYK
RGB Variations
Color information
#45DC76 (or 0x45DC76) is known color: Emerald. HEX triplet: 45, DC and 76. RGB value is (69,220,118). Sum of RGB (Red+Green+Blue) = 69+220+118=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #45DC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DC76 is #BA2389. Grayscale: #A3A3A3. Windows color (decimal): -12198794 or 7789637. OLE color: 7789637.
HSL color Cylindrical-coordinate representation of color #45DC76: hue angle of 139.47º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DC76 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 220 | 118 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.14 |
| HSL | 139.47º | 0.68% | 0.57% | - |
| HSV(B) | 139.47º | 0.69% | 0.86% | - |
| XYZ | 31.32 | 53.76 | 25.87 | - |
| YUV | 163.22 | 102.47 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 118 | 0.69 | 0 | 0.46 | 0.14 | 139.47 | 0.68 | 0.57 |
| Hex | 45 | DC | 76 | 45 | 0 | 2E | E | 8B | 44 | 39 |
| Octal | 105 | 334 | 166 | 105 | 0 | 56 | 16 | 213 | 104 | 71 |
| Binary | 1000101 | 11011100 | 1110110 | 1000101 | 0 | 101110 | 1110 | 10001011 | 1000100 | 111001 |
Color Harmonies of #45DC76
Complementary color
Monochromatic Colors of #45DC76
Black with #45DC76
Text Example
Text Example
White with #45DC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DC76; }
p { color: rgb(69,220,118); }
H1.HeaderClassName
{
color: #45DC76;
}
.AnyTagClassName
{
color: #45DC76;
}
</style>
background-color css
<style>
a { background-color: #45DC76; }
a { background-color: rgb(69,220,118); }
div.DivClassName
{
background-color: #45DC76;
}
.BgClassName
{
background-color: #45DC76;
}
</style>
border-color css
<style>
span { border-color: #45DC76; }
span { border-color: rgb(69,220,118); }
td.TdClassName
{
border-color: #45DC76;
}
.TagClassName
{
border-color: #45DC76;
}
</style>