Shades of Emerald #45DC71
Tints of Emerald #45DC71
RGB
CMYK
RGB Variations
Color information
#45DC71 (or 0x45DC71) is known color: Emerald. HEX triplet: 45, DC and 71. RGB value is (69,220,113). Sum of RGB (Red+Green+Blue) = 69+220+113=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #45DC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DC71 is #BA238E. Grayscale: #A2A2A2. Windows color (decimal): -12198799 or 7461957. OLE color: 7461957.
HSL color Cylindrical-coordinate representation of color #45DC71: hue angle of 137.48º 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 #45DC71 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 220 | 113 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.14 |
| HSL | 137.48º | 0.68% | 0.57% | - |
| HSV(B) | 137.48º | 0.69% | 0.86% | - |
| XYZ | 31.03 | 53.64 | 24.34 | - |
| YUV | 162.65 | 99.97 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 113 | 0.69 | 0 | 0.49 | 0.14 | 137.48 | 0.68 | 0.57 |
| Hex | 45 | DC | 71 | 45 | 0 | 31 | E | 89 | 44 | 39 |
| Octal | 105 | 334 | 161 | 105 | 0 | 61 | 16 | 211 | 104 | 71 |
| Binary | 1000101 | 11011100 | 1110001 | 1000101 | 0 | 110001 | 1110 | 10001001 | 1000100 | 111001 |
Color Harmonies of #45DC71
Complementary color
Monochromatic Colors of #45DC71
Black with #45DC71
Text Example
Text Example
White with #45DC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DC71; }
p { color: rgb(69,220,113); }
H1.HeaderClassName
{
color: #45DC71;
}
.AnyTagClassName
{
color: #45DC71;
}
</style>
background-color css
<style>
a { background-color: #45DC71; }
a { background-color: rgb(69,220,113); }
div.DivClassName
{
background-color: #45DC71;
}
.BgClassName
{
background-color: #45DC71;
}
</style>
border-color css
<style>
span { border-color: #45DC71; }
span { border-color: rgb(69,220,113); }
td.TdClassName
{
border-color: #45DC71;
}
.TagClassName
{
border-color: #45DC71;
}
</style>