Shades of Emerald #41D861
Tints of Emerald #41D861
RGB
CMYK
RGB Variations
Color information
#41D861 (or 0x41D861) is known color: Emerald. HEX triplet: 41, D8 and 61. RGB value is (65,216,97). Sum of RGB (Red+Green+Blue) = 65+216+97=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #41D861 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D861 is #BE279E. Grayscale: #9D9D9D. Windows color (decimal): -12461983 or 6412353. OLE color: 6412353.
HSL color Cylindrical-coordinate representation of color #41D861: hue angle of 132.72º 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 #41D861 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 216 | 97 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.15 |
| HSL | 132.72º | 0.66% | 0.55% | - |
| HSV(B) | 132.72º | 0.7% | 0.85% | - |
| XYZ | 28.89 | 51.1 | 19.65 | - |
| YUV | 157.29 | 93.97 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 216 | 97 | 0.70 | 0 | 0.55 | 0.15 | 132.72 | 0.66 | 0.55 |
| Hex | 41 | D8 | 61 | 46 | 0 | 37 | F | 85 | 42 | 37 |
| Octal | 101 | 330 | 141 | 106 | 0 | 67 | 17 | 205 | 102 | 67 |
| Binary | 1000001 | 11011000 | 1100001 | 1000110 | 0 | 110111 | 1111 | 10000101 | 1000010 | 110111 |
Color Harmonies of #41D861
Complementary color
Monochromatic Colors of #41D861
Black with #41D861
Text Example
Text Example
White with #41D861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D861; }
p { color: rgb(65,216,97); }
H1.HeaderClassName
{
color: #41D861;
}
.AnyTagClassName
{
color: #41D861;
}
</style>
background-color css
<style>
a { background-color: #41D861; }
a { background-color: rgb(65,216,97); }
div.DivClassName
{
background-color: #41D861;
}
.BgClassName
{
background-color: #41D861;
}
</style>
border-color css
<style>
span { border-color: #41D861; }
span { border-color: rgb(65,216,97); }
td.TdClassName
{
border-color: #41D861;
}
.TagClassName
{
border-color: #41D861;
}
</style>