Shades of Emerald #41E86D
Tints of Emerald #41E86D
RGB
CMYK
RGB Variations
Color information
#41E86D (or 0x41E86D) is known color: Emerald. HEX triplet: 41, E8 and 6D. RGB value is (65,232,109). Sum of RGB (Red+Green+Blue) = 65+232+109=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 232 (91.02% from 255 or 57.14% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 232 - color contains mainly: green. Hex color #41E86D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E86D is #BE1792. Grayscale: #A8A8A8. Windows color (decimal): -12457875 or 7202881. OLE color: 7202881.
HSL color Cylindrical-coordinate representation of color #41E86D: hue angle of 135.81º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E86D is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 232 | 109 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.09 |
| HSL | 135.81º | 0.78% | 0.58% | - |
| HSV(B) | 135.81º | 0.72% | 0.91% | - |
| XYZ | 33.8 | 59.94 | 24.26 | - |
| YUV | 168.05 | 94.67 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 232 | 109 | 0.72 | 0 | 0.53 | 0.09 | 135.81 | 0.78 | 0.58 |
| Hex | 41 | E8 | 6D | 48 | 0 | 35 | 9 | 88 | 4E | 3A |
| Octal | 101 | 350 | 155 | 110 | 0 | 65 | 11 | 210 | 116 | 72 |
| Binary | 1000001 | 11101000 | 1101101 | 1001000 | 0 | 110101 | 1001 | 10001000 | 1001110 | 111010 |
Color Harmonies of #41E86D
Complementary color
Monochromatic Colors of #41E86D
Black with #41E86D
Text Example
Text Example
White with #41E86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E86D; }
p { color: rgb(65,232,109); }
H1.HeaderClassName
{
color: #41E86D;
}
.AnyTagClassName
{
color: #41E86D;
}
</style>
background-color css
<style>
a { background-color: #41E86D; }
a { background-color: rgb(65,232,109); }
div.DivClassName
{
background-color: #41E86D;
}
.BgClassName
{
background-color: #41E86D;
}
</style>
border-color css
<style>
span { border-color: #41E86D; }
span { border-color: rgb(65,232,109); }
td.TdClassName
{
border-color: #41E86D;
}
.TagClassName
{
border-color: #41E86D;
}
</style>