Shades of Emerald #45D56E
Tints of Emerald #45D56E
RGB
CMYK
RGB Variations
Color information
#45D56E (or 0x45D56E) is known color: Emerald. HEX triplet: 45, D5 and 6E. RGB value is (69,213,110). Sum of RGB (Red+Green+Blue) = 69+213+110=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #45D56E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D56E is #BA2A91. Grayscale: #9E9E9E. Windows color (decimal): -12200594 or 7263557. OLE color: 7263557.
HSL color Cylindrical-coordinate representation of color #45D56E: hue angle of 137.08º 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 #45D56E is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 110 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.16 |
| HSL | 137.08º | 0.63% | 0.55% | - |
| HSV(B) | 137.08º | 0.68% | 0.84% | - |
| XYZ | 29.06 | 49.98 | 22.87 | - |
| YUV | 158.2 | 100.79 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 110 | 0.68 | 0 | 0.48 | 0.16 | 137.08 | 0.63 | 0.55 |
| Hex | 45 | D5 | 6E | 44 | 0 | 30 | 10 | 89 | 3F | 37 |
| Octal | 105 | 325 | 156 | 104 | 0 | 60 | 20 | 211 | 77 | 67 |
| Binary | 1000101 | 11010101 | 1101110 | 1000100 | 0 | 110000 | 10000 | 10001001 | 111111 | 110111 |
Color Harmonies of #45D56E
Complementary color
Monochromatic Colors of #45D56E
Black with #45D56E
Text Example
Text Example
White with #45D56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D56E; }
p { color: rgb(69,213,110); }
H1.HeaderClassName
{
color: #45D56E;
}
.AnyTagClassName
{
color: #45D56E;
}
</style>
background-color css
<style>
a { background-color: #45D56E; }
a { background-color: rgb(69,213,110); }
div.DivClassName
{
background-color: #45D56E;
}
.BgClassName
{
background-color: #45D56E;
}
</style>
border-color css
<style>
span { border-color: #45D56E; }
span { border-color: rgb(69,213,110); }
td.TdClassName
{
border-color: #45D56E;
}
.TagClassName
{
border-color: #45D56E;
}
</style>