Shades of Emerald #45D56D
Tints of Emerald #45D56D
RGB
CMYK
RGB Variations
Color information
#45D56D (or 0x45D56D) is known color: Emerald. HEX triplet: 45, D5 and 6D. RGB value is (69,213,109). Sum of RGB (Red+Green+Blue) = 69+213+109=391 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.65% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #45D56D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D56D is #BA2A92. Grayscale: #9E9E9E. Windows color (decimal): -12200595 or 7198021. OLE color: 7198021.
HSL color Cylindrical-coordinate representation of color #45D56D: hue angle of 136.67º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D56D is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 109 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.16 |
| HSL | 136.67º | 0.63% | 0.55% | - |
| HSV(B) | 136.67º | 0.68% | 0.84% | - |
| XYZ | 29.01 | 49.96 | 22.58 | - |
| YUV | 158.09 | 100.29 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 109 | 0.68 | 0 | 0.49 | 0.16 | 136.67 | 0.63 | 0.55 |
| Hex | 45 | D5 | 6D | 44 | 0 | 31 | 10 | 89 | 3F | 37 |
| Octal | 105 | 325 | 155 | 104 | 0 | 61 | 20 | 211 | 77 | 67 |
| Binary | 1000101 | 11010101 | 1101101 | 1000100 | 0 | 110001 | 10000 | 10001001 | 111111 | 110111 |
Color Harmonies of #45D56D
Complementary color
Monochromatic Colors of #45D56D
Black with #45D56D
Text Example
Text Example
White with #45D56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D56D; }
p { color: rgb(69,213,109); }
H1.HeaderClassName
{
color: #45D56D;
}
.AnyTagClassName
{
color: #45D56D;
}
</style>
background-color css
<style>
a { background-color: #45D56D; }
a { background-color: rgb(69,213,109); }
div.DivClassName
{
background-color: #45D56D;
}
.BgClassName
{
background-color: #45D56D;
}
</style>
border-color css
<style>
span { border-color: #45D56D; }
span { border-color: rgb(69,213,109); }
td.TdClassName
{
border-color: #45D56D;
}
.TagClassName
{
border-color: #45D56D;
}
</style>