Shades of Emerald #45D670
Tints of Emerald #45D670
RGB
CMYK
RGB Variations
Color information
#45D670 (or 0x45D670) is known color: Emerald. HEX triplet: 45, D6 and 70. RGB value is (69,214,112). Sum of RGB (Red+Green+Blue) = 69+214+112=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #45D670 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D670 is #BA298F. Grayscale: #9F9F9F. Windows color (decimal): -12200336 or 7394885. OLE color: 7394885.
HSL color Cylindrical-coordinate representation of color #45D670: hue angle of 137.79º 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 #45D670 is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 112 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.16 |
| HSL | 137.79º | 0.64% | 0.55% | - |
| HSV(B) | 137.79º | 0.68% | 0.84% | - |
| XYZ | 29.43 | 50.53 | 23.53 | - |
| YUV | 159.02 | 101.46 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 112 | 0.68 | 0 | 0.48 | 0.16 | 137.79 | 0.64 | 0.55 |
| Hex | 45 | D6 | 70 | 44 | 0 | 30 | 10 | 8A | 40 | 37 |
| Octal | 105 | 326 | 160 | 104 | 0 | 60 | 20 | 212 | 100 | 67 |
| Binary | 1000101 | 11010110 | 1110000 | 1000100 | 0 | 110000 | 10000 | 10001010 | 1000000 | 110111 |
Color Harmonies of #45D670
Complementary color
Monochromatic Colors of #45D670
Black with #45D670
Text Example
Text Example
White with #45D670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D670; }
p { color: rgb(69,214,112); }
H1.HeaderClassName
{
color: #45D670;
}
.AnyTagClassName
{
color: #45D670;
}
</style>
background-color css
<style>
a { background-color: #45D670; }
a { background-color: rgb(69,214,112); }
div.DivClassName
{
background-color: #45D670;
}
.BgClassName
{
background-color: #45D670;
}
</style>
border-color css
<style>
span { border-color: #45D670; }
span { border-color: rgb(69,214,112); }
td.TdClassName
{
border-color: #45D670;
}
.TagClassName
{
border-color: #45D670;
}
</style>