Shades of Emerald #45C97E
Tints of Emerald #45C97E
RGB
CMYK
RGB Variations
Color information
#45C97E (or 0x45C97E) is known color: Emerald. HEX triplet: 45, C9 and 7E. RGB value is (69,201,126). Sum of RGB (Red+Green+Blue) = 69+201+126=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 201 (78.91% from 255 or 50.76% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 201 - color contains mainly: green. Hex color #45C97E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C97E is #BA3681. Grayscale: #999999. Windows color (decimal): -12203650 or 8309061. OLE color: 8309061.
HSL color Cylindrical-coordinate representation of color #45C97E: hue angle of 145.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C97E is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 126 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.21 |
| HSL | 145.91º | 0.55% | 0.53% | - |
| HSV(B) | 145.91º | 0.66% | 0.79% | - |
| XYZ | 27.11 | 44.54 | 26.91 | - |
| YUV | 152.98 | 112.77 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 126 | 0.66 | 0 | 0.37 | 0.21 | 145.91 | 0.55 | 0.53 |
| Hex | 45 | C9 | 7E | 42 | 0 | 25 | 15 | 92 | 37 | 35 |
| Octal | 105 | 311 | 176 | 102 | 0 | 45 | 25 | 222 | 67 | 65 |
| Binary | 1000101 | 11001001 | 1111110 | 1000010 | 0 | 100101 | 10101 | 10010010 | 110111 | 110101 |
Color Harmonies of #45C97E
Complementary color
Monochromatic Colors of #45C97E
Black with #45C97E
Text Example
Text Example
White with #45C97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C97E; }
p { color: rgb(69,201,126); }
H1.HeaderClassName
{
color: #45C97E;
}
.AnyTagClassName
{
color: #45C97E;
}
</style>
background-color css
<style>
a { background-color: #45C97E; }
a { background-color: rgb(69,201,126); }
div.DivClassName
{
background-color: #45C97E;
}
.BgClassName
{
background-color: #45C97E;
}
</style>
border-color css
<style>
span { border-color: #45C97E; }
span { border-color: rgb(69,201,126); }
td.TdClassName
{
border-color: #45C97E;
}
.TagClassName
{
border-color: #45C97E;
}
</style>