Shades of Emerald #45E47F
Tints of Emerald #45E47F
RGB
CMYK
RGB Variations
Color information
#45E47F (or 0x45E47F) is known color: Emerald. HEX triplet: 45, E4 and 7F. RGB value is (69,228,127). Sum of RGB (Red+Green+Blue) = 69+228+127=424 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.27% from 424); Green value is 228 (89.45% from 255 or 53.77% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 228 - color contains mainly: green. Hex color #45E47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E47F is #BA1B80. Grayscale: #A9A9A9. Windows color (decimal): -12196737 or 8381509. OLE color: 8381509.
HSL color Cylindrical-coordinate representation of color #45E47F: hue angle of 141.89º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E47F is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 228 | 127 | - |
| CMYK | 0.70 | 0 | 0.44 | 0.11 |
| HSL | 141.89º | 0.75% | 0.58% | - |
| HSV(B) | 141.89º | 0.7% | 0.89% | - |
| XYZ | 34.03 | 58.28 | 29.54 | - |
| YUV | 168.95 | 104.32 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 228 | 127 | 0.70 | 0 | 0.44 | 0.11 | 141.89 | 0.75 | 0.58 |
| Hex | 45 | E4 | 7F | 46 | 0 | 2C | B | 8E | 4B | 3A |
| Octal | 105 | 344 | 177 | 106 | 0 | 54 | 13 | 216 | 113 | 72 |
| Binary | 1000101 | 11100100 | 1111111 | 1000110 | 0 | 101100 | 1011 | 10001110 | 1001011 | 111010 |
Color Harmonies of #45E47F
Complementary color
Monochromatic Colors of #45E47F
Black with #45E47F
Text Example
Text Example
White with #45E47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E47F; }
p { color: rgb(69,228,127); }
H1.HeaderClassName
{
color: #45E47F;
}
.AnyTagClassName
{
color: #45E47F;
}
</style>
background-color css
<style>
a { background-color: #45E47F; }
a { background-color: rgb(69,228,127); }
div.DivClassName
{
background-color: #45E47F;
}
.BgClassName
{
background-color: #45E47F;
}
</style>
border-color css
<style>
span { border-color: #45E47F; }
span { border-color: rgb(69,228,127); }
td.TdClassName
{
border-color: #45E47F;
}
.TagClassName
{
border-color: #45E47F;
}
</style>