Shades of Emerald #45DF7C
Tints of Emerald #45DF7C
RGB
CMYK
RGB Variations
Color information
#45DF7C (or 0x45DF7C) is known color: Emerald. HEX triplet: 45, DF and 7C. RGB value is (69,223,124). Sum of RGB (Red+Green+Blue) = 69+223+124=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DF7C is #BA2083. Grayscale: #A5A5A5. Windows color (decimal): -12198020 or 8183621. OLE color: 8183621.
HSL color Cylindrical-coordinate representation of color #45DF7C: hue angle of 141.43º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DF7C is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 223 | 124 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.13 |
| HSL | 141.43º | 0.71% | 0.57% | - |
| HSV(B) | 141.43º | 0.69% | 0.87% | - |
| XYZ | 32.48 | 55.5 | 28.07 | - |
| YUV | 165.67 | 104.48 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 223 | 124 | 0.69 | 0 | 0.44 | 0.13 | 141.43 | 0.71 | 0.57 |
| Hex | 45 | DF | 7C | 45 | 0 | 2C | D | 8D | 47 | 39 |
| Octal | 105 | 337 | 174 | 105 | 0 | 54 | 15 | 215 | 107 | 71 |
| Binary | 1000101 | 11011111 | 1111100 | 1000101 | 0 | 101100 | 1101 | 10001101 | 1000111 | 111001 |
Color Harmonies of #45DF7C
Complementary color
Monochromatic Colors of #45DF7C
Black with #45DF7C
Text Example
Text Example
White with #45DF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DF7C; }
p { color: rgb(69,223,124); }
H1.HeaderClassName
{
color: #45DF7C;
}
.AnyTagClassName
{
color: #45DF7C;
}
</style>
background-color css
<style>
a { background-color: #45DF7C; }
a { background-color: rgb(69,223,124); }
div.DivClassName
{
background-color: #45DF7C;
}
.BgClassName
{
background-color: #45DF7C;
}
</style>
border-color css
<style>
span { border-color: #45DF7C; }
span { border-color: rgb(69,223,124); }
td.TdClassName
{
border-color: #45DF7C;
}
.TagClassName
{
border-color: #45DF7C;
}
</style>