Shades of Emerald #45DD8A
Tints of Emerald #45DD8A
RGB
CMYK
RGB Variations
Color information
#45DD8A (or 0x45DD8A) is known color: Emerald. HEX triplet: 45, DD and 8A. RGB value is (69,221,138). Sum of RGB (Red+Green+Blue) = 69+221+138=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 221 (86.72% from 255 or 51.64% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45DD8A is #BA2275. Grayscale: #A6A6A6. Windows color (decimal): -12198518 or 9100613. OLE color: 9100613.
HSL color Cylindrical-coordinate representation of color #45DD8A: hue angle of 147.24º 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 #45DD8A is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 138 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.13 |
| HSL | 147.24º | 0.69% | 0.57% | - |
| HSV(B) | 147.24º | 0.69% | 0.87% | - |
| XYZ | 32.9 | 54.81 | 32.89 | - |
| YUV | 166.09 | 112.14 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 138 | 0.69 | 0 | 0.38 | 0.13 | 147.24 | 0.69 | 0.57 |
| Hex | 45 | DD | 8A | 45 | 0 | 26 | D | 93 | 45 | 39 |
| Octal | 105 | 335 | 212 | 105 | 0 | 46 | 15 | 223 | 105 | 71 |
| Binary | 1000101 | 11011101 | 10001010 | 1000101 | 0 | 100110 | 1101 | 10010011 | 1000101 | 111001 |
Color Harmonies of #45DD8A
Complementary color
Monochromatic Colors of #45DD8A
Black with #45DD8A
Text Example
Text Example
White with #45DD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DD8A; }
p { color: rgb(69,221,138); }
H1.HeaderClassName
{
color: #45DD8A;
}
.AnyTagClassName
{
color: #45DD8A;
}
</style>
background-color css
<style>
a { background-color: #45DD8A; }
a { background-color: rgb(69,221,138); }
div.DivClassName
{
background-color: #45DD8A;
}
.BgClassName
{
background-color: #45DD8A;
}
</style>
border-color css
<style>
span { border-color: #45DD8A; }
span { border-color: rgb(69,221,138); }
td.TdClassName
{
border-color: #45DD8A;
}
.TagClassName
{
border-color: #45DD8A;
}
</style>