Shades of Emerald #45ED6D
Tints of Emerald #45ED6D
RGB
CMYK
RGB Variations
Color information
#45ED6D (or 0x45ED6D) is known color: Emerald. HEX triplet: 45, ED and 6D. RGB value is (69,237,109). Sum of RGB (Red+Green+Blue) = 69+237+109=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 237 (92.97% from 255 or 57.11% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 237 - color contains mainly: green. Hex color #45ED6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45ED6D is #BA1292. Grayscale: #ACACAC. Windows color (decimal): -12194451 or 7204165. OLE color: 7204165.
HSL color Cylindrical-coordinate representation of color #45ED6D: hue angle of 134.29º degrees, saturation: 0.82, 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 #45ED6D is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 237 | 109 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.07 |
| HSL | 134.29º | 0.82% | 0.6% | - |
| HSV(B) | 134.29º | 0.71% | 0.93% | - |
| XYZ | 35.5 | 62.94 | 24.75 | - |
| YUV | 172.18 | 92.34 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 237 | 109 | 0.71 | 0 | 0.54 | 0.07 | 134.29 | 0.82 | 0.6 |
| Hex | 45 | ED | 6D | 47 | 0 | 36 | 7 | 86 | 52 | 3C |
| Octal | 105 | 355 | 155 | 107 | 0 | 66 | 7 | 206 | 122 | 74 |
| Binary | 1000101 | 11101101 | 1101101 | 1000111 | 0 | 110110 | 111 | 10000110 | 1010010 | 111100 |
Color Harmonies of #45ED6D
Complementary color
Monochromatic Colors of #45ED6D
Black with #45ED6D
Text Example
Text Example
White with #45ED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ED6D; }
p { color: rgb(69,237,109); }
H1.HeaderClassName
{
color: #45ED6D;
}
.AnyTagClassName
{
color: #45ED6D;
}
</style>
background-color css
<style>
a { background-color: #45ED6D; }
a { background-color: rgb(69,237,109); }
div.DivClassName
{
background-color: #45ED6D;
}
.BgClassName
{
background-color: #45ED6D;
}
</style>
border-color css
<style>
span { border-color: #45ED6D; }
span { border-color: rgb(69,237,109); }
td.TdClassName
{
border-color: #45ED6D;
}
.TagClassName
{
border-color: #45ED6D;
}
</style>