Shades of Emerald #45D27A
Tints of Emerald #45D27A
RGB
CMYK
RGB Variations
Color information
#45D27A (or 0x45D27A) is known color: Emerald. HEX triplet: 45, D2 and 7A. RGB value is (69,210,122). Sum of RGB (Red+Green+Blue) = 69+210+122=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #45D27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D27A is #BA2D85. Grayscale: #9E9E9E. Windows color (decimal): -12201350 or 8049221. OLE color: 8049221.
HSL color Cylindrical-coordinate representation of color #45D27A: hue angle of 142.55º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D27A is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 210 | 122 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.18 |
| HSL | 142.55º | 0.61% | 0.55% | - |
| HSV(B) | 142.55º | 0.67% | 0.82% | - |
| XYZ | 29.01 | 48.76 | 26.3 | - |
| YUV | 157.81 | 107.79 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 210 | 122 | 0.67 | 0 | 0.42 | 0.18 | 142.55 | 0.61 | 0.55 |
| Hex | 45 | D2 | 7A | 43 | 0 | 2A | 12 | 8F | 3D | 37 |
| Octal | 105 | 322 | 172 | 103 | 0 | 52 | 22 | 217 | 75 | 67 |
| Binary | 1000101 | 11010010 | 1111010 | 1000011 | 0 | 101010 | 10010 | 10001111 | 111101 | 110111 |
Color Harmonies of #45D27A
Complementary color
Monochromatic Colors of #45D27A
Black with #45D27A
Text Example
Text Example
White with #45D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D27A; }
p { color: rgb(69,210,122); }
H1.HeaderClassName
{
color: #45D27A;
}
.AnyTagClassName
{
color: #45D27A;
}
</style>
background-color css
<style>
a { background-color: #45D27A; }
a { background-color: rgb(69,210,122); }
div.DivClassName
{
background-color: #45D27A;
}
.BgClassName
{
background-color: #45D27A;
}
</style>
border-color css
<style>
span { border-color: #45D27A; }
span { border-color: rgb(69,210,122); }
td.TdClassName
{
border-color: #45D27A;
}
.TagClassName
{
border-color: #45D27A;
}
</style>