Shades of Emerald #41D863
Tints of Emerald #41D863
RGB
CMYK
RGB Variations
Color information
#41D863 (or 0x41D863) is known color: Emerald. HEX triplet: 41, D8 and 63. RGB value is (65,216,99). Sum of RGB (Red+Green+Blue) = 65+216+99=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #41D863 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D863 is #BE279C. Grayscale: #9D9D9D. Windows color (decimal): -12461981 or 6543425. OLE color: 6543425.
HSL color Cylindrical-coordinate representation of color #41D863: hue angle of 133.51º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D863 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 216 | 99 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.15 |
| HSL | 133.51º | 0.66% | 0.55% | - |
| HSV(B) | 133.51º | 0.7% | 0.85% | - |
| XYZ | 28.99 | 51.14 | 20.15 | - |
| YUV | 157.51 | 94.97 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 216 | 99 | 0.70 | 0 | 0.54 | 0.15 | 133.51 | 0.66 | 0.55 |
| Hex | 41 | D8 | 63 | 46 | 0 | 36 | F | 86 | 42 | 37 |
| Octal | 101 | 330 | 143 | 106 | 0 | 66 | 17 | 206 | 102 | 67 |
| Binary | 1000001 | 11011000 | 1100011 | 1000110 | 0 | 110110 | 1111 | 10000110 | 1000010 | 110111 |
Color Harmonies of #41D863
Complementary color
Monochromatic Colors of #41D863
Black with #41D863
Text Example
Text Example
White with #41D863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D863; }
p { color: rgb(65,216,99); }
H1.HeaderClassName
{
color: #41D863;
}
.AnyTagClassName
{
color: #41D863;
}
</style>
background-color css
<style>
a { background-color: #41D863; }
a { background-color: rgb(65,216,99); }
div.DivClassName
{
background-color: #41D863;
}
.BgClassName
{
background-color: #41D863;
}
</style>
border-color css
<style>
span { border-color: #41D863; }
span { border-color: rgb(65,216,99); }
td.TdClassName
{
border-color: #41D863;
}
.TagClassName
{
border-color: #41D863;
}
</style>