Shades of Emerald #45D08A
Tints of Emerald #45D08A
RGB
CMYK
RGB Variations
Color information
#45D08A (or 0x45D08A) is known color: Emerald. HEX triplet: 45, D0 and 8A. RGB value is (69,208,138). Sum of RGB (Red+Green+Blue) = 69+208+138=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #45D08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D08A is #BA2F75. Grayscale: #9E9E9E. Windows color (decimal): -12201846 or 9097285. OLE color: 9097285.
HSL color Cylindrical-coordinate representation of color #45D08A: hue angle of 149.78º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D08A is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 138 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.18 |
| HSL | 149.78º | 0.6% | 0.54% | - |
| HSV(B) | 149.78º | 0.67% | 0.82% | - |
| XYZ | 29.6 | 48.21 | 31.79 | - |
| YUV | 158.46 | 116.45 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 138 | 0.67 | 0 | 0.34 | 0.18 | 149.78 | 0.6 | 0.54 |
| Hex | 45 | D0 | 8A | 43 | 0 | 22 | 12 | 96 | 3C | 36 |
| Octal | 105 | 320 | 212 | 103 | 0 | 42 | 22 | 226 | 74 | 66 |
| Binary | 1000101 | 11010000 | 10001010 | 1000011 | 0 | 100010 | 10010 | 10010110 | 111100 | 110110 |
Color Harmonies of #45D08A
Complementary color
Monochromatic Colors of #45D08A
Black with #45D08A
Text Example
Text Example
White with #45D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D08A; }
p { color: rgb(69,208,138); }
H1.HeaderClassName
{
color: #45D08A;
}
.AnyTagClassName
{
color: #45D08A;
}
</style>
background-color css
<style>
a { background-color: #45D08A; }
a { background-color: rgb(69,208,138); }
div.DivClassName
{
background-color: #45D08A;
}
.BgClassName
{
background-color: #45D08A;
}
</style>
border-color css
<style>
span { border-color: #45D08A; }
span { border-color: rgb(69,208,138); }
td.TdClassName
{
border-color: #45D08A;
}
.TagClassName
{
border-color: #45D08A;
}
</style>