Shades of Emerald #45DB6E
Tints of Emerald #45DB6E
RGB
CMYK
RGB Variations
Color information
#45DB6E (or 0x45DB6E) is known color: Emerald. HEX triplet: 45, DB and 6E. RGB value is (69,219,110). Sum of RGB (Red+Green+Blue) = 69+219+110=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #45DB6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DB6E is #BA2491. Grayscale: #A2A2A2. Windows color (decimal): -12199058 or 7265093. OLE color: 7265093.
HSL color Cylindrical-coordinate representation of color #45DB6E: hue angle of 136.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45DB6E is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 219 | 110 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.14 |
| HSL | 136.4º | 0.68% | 0.56% | - |
| HSV(B) | 136.4º | 0.68% | 0.86% | - |
| XYZ | 30.6 | 53.05 | 23.38 | - |
| YUV | 161.72 | 98.81 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 219 | 110 | 0.68 | 0 | 0.50 | 0.14 | 136.4 | 0.68 | 0.56 |
| Hex | 45 | DB | 6E | 44 | 0 | 32 | E | 88 | 44 | 38 |
| Octal | 105 | 333 | 156 | 104 | 0 | 62 | 16 | 210 | 104 | 70 |
| Binary | 1000101 | 11011011 | 1101110 | 1000100 | 0 | 110010 | 1110 | 10001000 | 1000100 | 111000 |
Color Harmonies of #45DB6E
Complementary color
Monochromatic Colors of #45DB6E
Black with #45DB6E
Text Example
Text Example
White with #45DB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DB6E; }
p { color: rgb(69,219,110); }
H1.HeaderClassName
{
color: #45DB6E;
}
.AnyTagClassName
{
color: #45DB6E;
}
</style>
background-color css
<style>
a { background-color: #45DB6E; }
a { background-color: rgb(69,219,110); }
div.DivClassName
{
background-color: #45DB6E;
}
.BgClassName
{
background-color: #45DB6E;
}
</style>
border-color css
<style>
span { border-color: #45DB6E; }
span { border-color: rgb(69,219,110); }
td.TdClassName
{
border-color: #45DB6E;
}
.TagClassName
{
border-color: #45DB6E;
}
</style>