Shades of Emerald #45DF59
Tints of Emerald #45DF59
RGB
CMYK
RGB Variations
Color information
#45DF59 (or 0x45DF59) is known color: Emerald. HEX triplet: 45, DF and 59. RGB value is (69,223,89). Sum of RGB (Red+Green+Blue) = 69+223+89=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DF59 is #BA20A6. Grayscale: #A2A2A2. Windows color (decimal): -12198055 or 5889861. OLE color: 5889861.
HSL color Cylindrical-coordinate representation of color #45DF59: hue angle of 127.79º 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 #45DF59 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 223 | 89 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.13 |
| HSL | 127.79º | 0.71% | 0.57% | - |
| HSV(B) | 127.79º | 0.69% | 0.87% | - |
| XYZ | 30.65 | 54.76 | 18.41 | - |
| YUV | 161.68 | 86.98 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 223 | 89 | 0.69 | 0 | 0.60 | 0.13 | 127.79 | 0.71 | 0.57 |
| Hex | 45 | DF | 59 | 45 | 0 | 3C | D | 80 | 47 | 39 |
| Octal | 105 | 337 | 131 | 105 | 0 | 74 | 15 | 200 | 107 | 71 |
| Binary | 1000101 | 11011111 | 1011001 | 1000101 | 0 | 111100 | 1101 | 10000000 | 1000111 | 111001 |
Color Harmonies of #45DF59
Complementary color
Monochromatic Colors of #45DF59
Black with #45DF59
Text Example
Text Example
White with #45DF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DF59; }
p { color: rgb(69,223,89); }
H1.HeaderClassName
{
color: #45DF59;
}
.AnyTagClassName
{
color: #45DF59;
}
</style>
background-color css
<style>
a { background-color: #45DF59; }
a { background-color: rgb(69,223,89); }
div.DivClassName
{
background-color: #45DF59;
}
.BgClassName
{
background-color: #45DF59;
}
</style>
border-color css
<style>
span { border-color: #45DF59; }
span { border-color: rgb(69,223,89); }
td.TdClassName
{
border-color: #45DF59;
}
.TagClassName
{
border-color: #45DF59;
}
</style>