Shades of Emerald #45CE7B
Tints of Emerald #45CE7B
RGB
CMYK
RGB Variations
Color information
#45CE7B (or 0x45CE7B) is known color: Emerald. HEX triplet: 45, CE and 7B. RGB value is (69,206,123). Sum of RGB (Red+Green+Blue) = 69+206+123=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CE7B is #BA3184. Grayscale: #9B9B9B. Windows color (decimal): -12202373 or 8113733. OLE color: 8113733.
HSL color Cylindrical-coordinate representation of color #45CE7B: hue angle of 143.65º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CE7B is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 123 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.19 |
| HSL | 143.65º | 0.58% | 0.54% | - |
| HSV(B) | 143.65º | 0.67% | 0.81% | - |
| XYZ | 28.1 | 46.84 | 26.3 | - |
| YUV | 155.58 | 109.61 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 123 | 0.67 | 0 | 0.40 | 0.19 | 143.65 | 0.58 | 0.54 |
| Hex | 45 | CE | 7B | 43 | 0 | 28 | 13 | 90 | 3A | 36 |
| Octal | 105 | 316 | 173 | 103 | 0 | 50 | 23 | 220 | 72 | 66 |
| Binary | 1000101 | 11001110 | 1111011 | 1000011 | 0 | 101000 | 10011 | 10010000 | 111010 | 110110 |
Color Harmonies of #45CE7B
Complementary color
Monochromatic Colors of #45CE7B
Black with #45CE7B
Text Example
Text Example
White with #45CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CE7B; }
p { color: rgb(69,206,123); }
H1.HeaderClassName
{
color: #45CE7B;
}
.AnyTagClassName
{
color: #45CE7B;
}
</style>
background-color css
<style>
a { background-color: #45CE7B; }
a { background-color: rgb(69,206,123); }
div.DivClassName
{
background-color: #45CE7B;
}
.BgClassName
{
background-color: #45CE7B;
}
</style>
border-color css
<style>
span { border-color: #45CE7B; }
span { border-color: rgb(69,206,123); }
td.TdClassName
{
border-color: #45CE7B;
}
.TagClassName
{
border-color: #45CE7B;
}
</style>