Shades of Emerald #45EE6D
Tints of Emerald #45EE6D
RGB
CMYK
RGB Variations
Color information
#45EE6D (or 0x45EE6D) is known color: Emerald. HEX triplet: 45, EE and 6D. RGB value is (69,238,109). Sum of RGB (Red+Green+Blue) = 69+238+109=416 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.59% from 416); Green value is 238 (93.36% from 255 or 57.21% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 238 - color contains mainly: green. Hex color #45EE6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EE6D is #BA1192. Grayscale: #ADADAD. Windows color (decimal): -12194195 or 7204421. OLE color: 7204421.
HSL color Cylindrical-coordinate representation of color #45EE6D: hue angle of 134.2º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EE6D is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 238 | 109 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.07 |
| HSL | 134.2º | 0.83% | 0.6% | - |
| HSV(B) | 134.2º | 0.71% | 0.93% | - |
| XYZ | 35.79 | 63.52 | 24.84 | - |
| YUV | 172.76 | 92.01 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 238 | 109 | 0.71 | 0 | 0.54 | 0.07 | 134.2 | 0.83 | 0.6 |
| Hex | 45 | EE | 6D | 47 | 0 | 36 | 7 | 86 | 53 | 3C |
| Octal | 105 | 356 | 155 | 107 | 0 | 66 | 7 | 206 | 123 | 74 |
| Binary | 1000101 | 11101110 | 1101101 | 1000111 | 0 | 110110 | 111 | 10000110 | 1010011 | 111100 |
Color Harmonies of #45EE6D
Complementary color
Monochromatic Colors of #45EE6D
Black with #45EE6D
Text Example
Text Example
White with #45EE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EE6D; }
p { color: rgb(69,238,109); }
H1.HeaderClassName
{
color: #45EE6D;
}
.AnyTagClassName
{
color: #45EE6D;
}
</style>
background-color css
<style>
a { background-color: #45EE6D; }
a { background-color: rgb(69,238,109); }
div.DivClassName
{
background-color: #45EE6D;
}
.BgClassName
{
background-color: #45EE6D;
}
</style>
border-color css
<style>
span { border-color: #45EE6D; }
span { border-color: rgb(69,238,109); }
td.TdClassName
{
border-color: #45EE6D;
}
.TagClassName
{
border-color: #45EE6D;
}
</style>