Shades of Emerald #45E47B
Tints of Emerald #45E47B
RGB
CMYK
RGB Variations
Color information
#45E47B (or 0x45E47B) is known color: Emerald. HEX triplet: 45, E4 and 7B. RGB value is (69,228,123). Sum of RGB (Red+Green+Blue) = 69+228+123=420 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.43% from 420); Green value is 228 (89.45% from 255 or 54.29% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 228 - color contains mainly: green. Hex color #45E47B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E47B is #BA1B84. Grayscale: #A8A8A8. Windows color (decimal): -12196741 or 8119365. OLE color: 8119365.
HSL color Cylindrical-coordinate representation of color #45E47B: hue angle of 140.38º 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 #45E47B is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 228 | 123 | - |
| CMYK | 0.70 | 0 | 0.46 | 0.11 |
| HSL | 140.38º | 0.75% | 0.58% | - |
| HSV(B) | 140.38º | 0.7% | 0.89% | - |
| XYZ | 33.77 | 58.18 | 28.19 | - |
| YUV | 168.49 | 102.32 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 228 | 123 | 0.70 | 0 | 0.46 | 0.11 | 140.38 | 0.75 | 0.58 |
| Hex | 45 | E4 | 7B | 46 | 0 | 2E | B | 8C | 4B | 3A |
| Octal | 105 | 344 | 173 | 106 | 0 | 56 | 13 | 214 | 113 | 72 |
| Binary | 1000101 | 11100100 | 1111011 | 1000110 | 0 | 101110 | 1011 | 10001100 | 1001011 | 111010 |
Color Harmonies of #45E47B
Complementary color
Monochromatic Colors of #45E47B
Black with #45E47B
Text Example
Text Example
White with #45E47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E47B; }
p { color: rgb(69,228,123); }
H1.HeaderClassName
{
color: #45E47B;
}
.AnyTagClassName
{
color: #45E47B;
}
</style>
background-color css
<style>
a { background-color: #45E47B; }
a { background-color: rgb(69,228,123); }
div.DivClassName
{
background-color: #45E47B;
}
.BgClassName
{
background-color: #45E47B;
}
</style>
border-color css
<style>
span { border-color: #45E47B; }
span { border-color: rgb(69,228,123); }
td.TdClassName
{
border-color: #45E47B;
}
.TagClassName
{
border-color: #45E47B;
}
</style>