Shades of Emerald #45CE65
Tints of Emerald #45CE65
RGB
CMYK
RGB Variations
Color information
#45CE65 (or 0x45CE65) is known color: Emerald. HEX triplet: 45, CE and 65. RGB value is (69,206,101). Sum of RGB (Red+Green+Blue) = 69+206+101=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CE65 is #BA319A. Grayscale: #999999. Windows color (decimal): -12202395 or 6671941. OLE color: 6671941.
HSL color Cylindrical-coordinate representation of color #45CE65: hue angle of 134.01º 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 #45CE65 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 101 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.19 |
| HSL | 134.01º | 0.58% | 0.54% | - |
| HSV(B) | 134.01º | 0.67% | 0.81% | - |
| XYZ | 26.87 | 46.35 | 19.84 | - |
| YUV | 153.07 | 98.61 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 101 | 0.67 | 0 | 0.51 | 0.19 | 134.01 | 0.58 | 0.54 |
| Hex | 45 | CE | 65 | 43 | 0 | 33 | 13 | 86 | 3A | 36 |
| Octal | 105 | 316 | 145 | 103 | 0 | 63 | 23 | 206 | 72 | 66 |
| Binary | 1000101 | 11001110 | 1100101 | 1000011 | 0 | 110011 | 10011 | 10000110 | 111010 | 110110 |
Color Harmonies of #45CE65
Complementary color
Monochromatic Colors of #45CE65
Black with #45CE65
Text Example
Text Example
White with #45CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CE65; }
p { color: rgb(69,206,101); }
H1.HeaderClassName
{
color: #45CE65;
}
.AnyTagClassName
{
color: #45CE65;
}
</style>
background-color css
<style>
a { background-color: #45CE65; }
a { background-color: rgb(69,206,101); }
div.DivClassName
{
background-color: #45CE65;
}
.BgClassName
{
background-color: #45CE65;
}
</style>
border-color css
<style>
span { border-color: #45CE65; }
span { border-color: rgb(69,206,101); }
td.TdClassName
{
border-color: #45CE65;
}
.TagClassName
{
border-color: #45CE65;
}
</style>