Shades of Emerald #45EF89
Tints of Emerald #45EF89
RGB
CMYK
RGB Variations
Color information
#45EF89 (or 0x45EF89) is known color: Emerald. HEX triplet: 45, EF and 89. RGB value is (69,239,137). Sum of RGB (Red+Green+Blue) = 69+239+137=445 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.51% from 445); Green value is 239 (93.75% from 255 or 53.71% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 239 - color contains mainly: green. Hex color #45EF89 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45EF89 is #BA1076. Grayscale: #B0B0B0. Windows color (decimal): -12193911 or 9039685. OLE color: 9039685.
HSL color Cylindrical-coordinate representation of color #45EF89: hue angle of 144º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EF89 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 137 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.06 |
| HSL | 144º | 0.84% | 0.6% | - |
| HSV(B) | 144º | 0.71% | 0.94% | - |
| XYZ | 37.84 | 64.8 | 34.18 | - |
| YUV | 176.54 | 105.68 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 137 | 0.71 | 0 | 0.43 | 0.06 | 144 | 0.84 | 0.6 |
| Hex | 45 | EF | 89 | 47 | 0 | 2B | 6 | 90 | 54 | 3C |
| Octal | 105 | 357 | 211 | 107 | 0 | 53 | 6 | 220 | 124 | 74 |
| Binary | 1000101 | 11101111 | 10001001 | 1000111 | 0 | 101011 | 110 | 10010000 | 1010100 | 111100 |
Color Harmonies of #45EF89
Complementary color
Monochromatic Colors of #45EF89
Black with #45EF89
Text Example
Text Example
White with #45EF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EF89; }
p { color: rgb(69,239,137); }
H1.HeaderClassName
{
color: #45EF89;
}
.AnyTagClassName
{
color: #45EF89;
}
</style>
background-color css
<style>
a { background-color: #45EF89; }
a { background-color: rgb(69,239,137); }
div.DivClassName
{
background-color: #45EF89;
}
.BgClassName
{
background-color: #45EF89;
}
</style>
border-color css
<style>
span { border-color: #45EF89; }
span { border-color: rgb(69,239,137); }
td.TdClassName
{
border-color: #45EF89;
}
.TagClassName
{
border-color: #45EF89;
}
</style>