Shades of Emerald #45DD76
Tints of Emerald #45DD76
RGB
CMYK
RGB Variations
Color information
#45DD76 (or 0x45DD76) is known color: Emerald. HEX triplet: 45, DD and 76. RGB value is (69,221,118). Sum of RGB (Red+Green+Blue) = 69+221+118=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DD76 is #BA2289. Grayscale: #A4A4A4. Windows color (decimal): -12198538 or 7789893. OLE color: 7789893.
HSL color Cylindrical-coordinate representation of color #45DD76: hue angle of 139.34º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DD76 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 118 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.13 |
| HSL | 139.34º | 0.69% | 0.57% | - |
| HSV(B) | 139.34º | 0.69% | 0.87% | - |
| XYZ | 31.58 | 54.29 | 25.95 | - |
| YUV | 163.81 | 102.14 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 118 | 0.69 | 0 | 0.47 | 0.13 | 139.34 | 0.69 | 0.57 |
| Hex | 45 | DD | 76 | 45 | 0 | 2F | D | 8B | 45 | 39 |
| Octal | 105 | 335 | 166 | 105 | 0 | 57 | 15 | 213 | 105 | 71 |
| Binary | 1000101 | 11011101 | 1110110 | 1000101 | 0 | 101111 | 1101 | 10001011 | 1000101 | 111001 |
Color Harmonies of #45DD76
Complementary color
Monochromatic Colors of #45DD76
Black with #45DD76
Text Example
Text Example
White with #45DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DD76; }
p { color: rgb(69,221,118); }
H1.HeaderClassName
{
color: #45DD76;
}
.AnyTagClassName
{
color: #45DD76;
}
</style>
background-color css
<style>
a { background-color: #45DD76; }
a { background-color: rgb(69,221,118); }
div.DivClassName
{
background-color: #45DD76;
}
.BgClassName
{
background-color: #45DD76;
}
</style>
border-color css
<style>
span { border-color: #45DD76; }
span { border-color: rgb(69,221,118); }
td.TdClassName
{
border-color: #45DD76;
}
.TagClassName
{
border-color: #45DD76;
}
</style>