Shades of Emerald #41E15D
Tints of Emerald #41E15D
RGB
CMYK
RGB Variations
Color information
#41E15D (or 0x41E15D) is known color: Emerald. HEX triplet: 41, E1 and 5D. RGB value is (65,225,93). Sum of RGB (Red+Green+Blue) = 65+225+93=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 225 (88.28% from 255 or 58.75% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 225 - color contains mainly: green. Hex color #41E15D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41E15D is #BE1EA2. Grayscale: #A2A2A2. Windows color (decimal): -12459683 or 6152513. OLE color: 6152513.
HSL color Cylindrical-coordinate representation of color #41E15D: hue angle of 130.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E15D is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 225 | 93 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.12 |
| HSL | 130.5º | 0.73% | 0.57% | - |
| HSV(B) | 130.5º | 0.71% | 0.88% | - |
| XYZ | 31.08 | 55.76 | 19.48 | - |
| YUV | 162.11 | 88.99 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 225 | 93 | 0.71 | 0 | 0.59 | 0.12 | 130.5 | 0.73 | 0.57 |
| Hex | 41 | E1 | 5D | 47 | 0 | 3B | C | 82 | 49 | 39 |
| Octal | 101 | 341 | 135 | 107 | 0 | 73 | 14 | 202 | 111 | 71 |
| Binary | 1000001 | 11100001 | 1011101 | 1000111 | 0 | 111011 | 1100 | 10000010 | 1001001 | 111001 |
Color Harmonies of #41E15D
Complementary color
Monochromatic Colors of #41E15D
Black with #41E15D
Text Example
Text Example
White with #41E15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E15D; }
p { color: rgb(65,225,93); }
H1.HeaderClassName
{
color: #41E15D;
}
.AnyTagClassName
{
color: #41E15D;
}
</style>
background-color css
<style>
a { background-color: #41E15D; }
a { background-color: rgb(65,225,93); }
div.DivClassName
{
background-color: #41E15D;
}
.BgClassName
{
background-color: #41E15D;
}
</style>
border-color css
<style>
span { border-color: #41E15D; }
span { border-color: rgb(65,225,93); }
td.TdClassName
{
border-color: #41E15D;
}
.TagClassName
{
border-color: #41E15D;
}
</style>