Shades of Emerald #45DC8B
Tints of Emerald #45DC8B
RGB
CMYK
RGB Variations
Color information
#45DC8B (or 0x45DC8B) is known color: Emerald. HEX triplet: 45, DC and 8B. RGB value is (69,220,139). Sum of RGB (Red+Green+Blue) = 69+220+139=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #45DC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45DC8B is #BA2374. Grayscale: #A5A5A5. Windows color (decimal): -12198773 or 9165893. OLE color: 9165893.
HSL color Cylindrical-coordinate representation of color #45DC8B: hue angle of 147.81º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DC8B is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 220 | 139 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.14 |
| HSL | 147.81º | 0.68% | 0.57% | - |
| HSV(B) | 147.81º | 0.69% | 0.86% | - |
| XYZ | 32.71 | 54.32 | 33.19 | - |
| YUV | 165.62 | 112.97 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 139 | 0.69 | 0 | 0.37 | 0.14 | 147.81 | 0.68 | 0.57 |
| Hex | 45 | DC | 8B | 45 | 0 | 25 | E | 94 | 44 | 39 |
| Octal | 105 | 334 | 213 | 105 | 0 | 45 | 16 | 224 | 104 | 71 |
| Binary | 1000101 | 11011100 | 10001011 | 1000101 | 0 | 100101 | 1110 | 10010100 | 1000100 | 111001 |
Color Harmonies of #45DC8B
Complementary color
Monochromatic Colors of #45DC8B
Black with #45DC8B
Text Example
Text Example
White with #45DC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DC8B; }
p { color: rgb(69,220,139); }
H1.HeaderClassName
{
color: #45DC8B;
}
.AnyTagClassName
{
color: #45DC8B;
}
</style>
background-color css
<style>
a { background-color: #45DC8B; }
a { background-color: rgb(69,220,139); }
div.DivClassName
{
background-color: #45DC8B;
}
.BgClassName
{
background-color: #45DC8B;
}
</style>
border-color css
<style>
span { border-color: #45DC8B; }
span { border-color: rgb(69,220,139); }
td.TdClassName
{
border-color: #45DC8B;
}
.TagClassName
{
border-color: #45DC8B;
}
</style>