Shades of Emerald #45CE64
Tints of Emerald #45CE64
RGB
CMYK
RGB Variations
Color information
#45CE64 (or 0x45CE64) is known color: Emerald. HEX triplet: 45, CE and 64. RGB value is (69,206,100). Sum of RGB (Red+Green+Blue) = 69+206+100=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 206 (80.86% from 255 or 54.93% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 206 - color contains mainly: green. Hex color #45CE64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CE64 is #BA319B. Grayscale: #999999. Windows color (decimal): -12202396 or 6606405. OLE color: 6606405.
HSL color Cylindrical-coordinate representation of color #45CE64: hue angle of 133.58º 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 #45CE64 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 206 | 100 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.19 |
| HSL | 133.58º | 0.58% | 0.54% | - |
| HSV(B) | 133.58º | 0.67% | 0.81% | - |
| XYZ | 26.83 | 46.33 | 19.58 | - |
| YUV | 152.95 | 98.11 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 206 | 100 | 0.67 | 0 | 0.51 | 0.19 | 133.58 | 0.58 | 0.54 |
| Hex | 45 | CE | 64 | 43 | 0 | 33 | 13 | 86 | 3A | 36 |
| Octal | 105 | 316 | 144 | 103 | 0 | 63 | 23 | 206 | 72 | 66 |
| Binary | 1000101 | 11001110 | 1100100 | 1000011 | 0 | 110011 | 10011 | 10000110 | 111010 | 110110 |
Color Harmonies of #45CE64
Complementary color
Monochromatic Colors of #45CE64
Black with #45CE64
Text Example
Text Example
White with #45CE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CE64; }
p { color: rgb(69,206,100); }
H1.HeaderClassName
{
color: #45CE64;
}
.AnyTagClassName
{
color: #45CE64;
}
</style>
background-color css
<style>
a { background-color: #45CE64; }
a { background-color: rgb(69,206,100); }
div.DivClassName
{
background-color: #45CE64;
}
.BgClassName
{
background-color: #45CE64;
}
</style>
border-color css
<style>
span { border-color: #45CE64; }
span { border-color: rgb(69,206,100); }
td.TdClassName
{
border-color: #45CE64;
}
.TagClassName
{
border-color: #45CE64;
}
</style>