Shades of Emerald #45D671
Tints of Emerald #45D671
RGB
CMYK
RGB Variations
Color information
#45D671 (or 0x45D671) is known color: Emerald. HEX triplet: 45, D6 and 71. RGB value is (69,214,113). Sum of RGB (Red+Green+Blue) = 69+214+113=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #45D671 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D671 is #BA298E. Grayscale: #9F9F9F. Windows color (decimal): -12200335 or 7460421. OLE color: 7460421.
HSL color Cylindrical-coordinate representation of color #45D671: hue angle of 138.21º degrees, saturation: 0.64, 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 #45D671 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 113 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.16 |
| HSL | 138.21º | 0.64% | 0.55% | - |
| HSV(B) | 138.21º | 0.68% | 0.84% | - |
| XYZ | 29.48 | 50.55 | 23.83 | - |
| YUV | 159.13 | 101.96 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 113 | 0.68 | 0 | 0.47 | 0.16 | 138.21 | 0.64 | 0.55 |
| Hex | 45 | D6 | 71 | 44 | 0 | 2F | 10 | 8A | 40 | 37 |
| Octal | 105 | 326 | 161 | 104 | 0 | 57 | 20 | 212 | 100 | 67 |
| Binary | 1000101 | 11010110 | 1110001 | 1000100 | 0 | 101111 | 10000 | 10001010 | 1000000 | 110111 |
Color Harmonies of #45D671
Complementary color
Monochromatic Colors of #45D671
Black with #45D671
Text Example
Text Example
White with #45D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D671; }
p { color: rgb(69,214,113); }
H1.HeaderClassName
{
color: #45D671;
}
.AnyTagClassName
{
color: #45D671;
}
</style>
background-color css
<style>
a { background-color: #45D671; }
a { background-color: rgb(69,214,113); }
div.DivClassName
{
background-color: #45D671;
}
.BgClassName
{
background-color: #45D671;
}
</style>
border-color css
<style>
span { border-color: #45D671; }
span { border-color: rgb(69,214,113); }
td.TdClassName
{
border-color: #45D671;
}
.TagClassName
{
border-color: #45D671;
}
</style>