Shades of Emerald #45DD88
Tints of Emerald #45DD88
RGB
CMYK
RGB Variations
Color information
#45DD88 (or 0x45DD88) is known color: Emerald. HEX triplet: 45, DD and 88. RGB value is (69,221,136). Sum of RGB (Red+Green+Blue) = 69+221+136=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45DD88 is #BA2277. Grayscale: #A6A6A6. Windows color (decimal): -12198520 or 8969541. OLE color: 8969541.
HSL color Cylindrical-coordinate representation of color #45DD88: hue angle of 146.45º 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 #45DD88 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 136 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.13 |
| HSL | 146.45º | 0.69% | 0.57% | - |
| HSV(B) | 146.45º | 0.69% | 0.87% | - |
| XYZ | 32.75 | 54.76 | 32.14 | - |
| YUV | 165.86 | 111.14 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 136 | 0.69 | 0 | 0.38 | 0.13 | 146.45 | 0.69 | 0.57 |
| Hex | 45 | DD | 88 | 45 | 0 | 26 | D | 92 | 45 | 39 |
| Octal | 105 | 335 | 210 | 105 | 0 | 46 | 15 | 222 | 105 | 71 |
| Binary | 1000101 | 11011101 | 10001000 | 1000101 | 0 | 100110 | 1101 | 10010010 | 1000101 | 111001 |
Color Harmonies of #45DD88
Complementary color
Monochromatic Colors of #45DD88
Black with #45DD88
Text Example
Text Example
White with #45DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DD88; }
p { color: rgb(69,221,136); }
H1.HeaderClassName
{
color: #45DD88;
}
.AnyTagClassName
{
color: #45DD88;
}
</style>
background-color css
<style>
a { background-color: #45DD88; }
a { background-color: rgb(69,221,136); }
div.DivClassName
{
background-color: #45DD88;
}
.BgClassName
{
background-color: #45DD88;
}
</style>
border-color css
<style>
span { border-color: #45DD88; }
span { border-color: rgb(69,221,136); }
td.TdClassName
{
border-color: #45DD88;
}
.TagClassName
{
border-color: #45DD88;
}
</style>