Shades of Emerald #41D862
Tints of Emerald #41D862
RGB
CMYK
RGB Variations
Color information
#41D862 (or 0x41D862) is known color: Emerald. HEX triplet: 41, D8 and 62. RGB value is (65,216,98). Sum of RGB (Red+Green+Blue) = 65+216+98=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #41D862 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D862 is #BE279D. Grayscale: #9D9D9D. Windows color (decimal): -12461982 or 6477889. OLE color: 6477889.
HSL color Cylindrical-coordinate representation of color #41D862: hue angle of 133.11º 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 #41D862 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 216 | 98 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.15 |
| HSL | 133.11º | 0.66% | 0.55% | - |
| HSV(B) | 133.11º | 0.7% | 0.85% | - |
| XYZ | 28.94 | 51.12 | 19.9 | - |
| YUV | 157.4 | 94.47 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 216 | 98 | 0.70 | 0 | 0.55 | 0.15 | 133.11 | 0.66 | 0.55 |
| Hex | 41 | D8 | 62 | 46 | 0 | 37 | F | 85 | 42 | 37 |
| Octal | 101 | 330 | 142 | 106 | 0 | 67 | 17 | 205 | 102 | 67 |
| Binary | 1000001 | 11011000 | 1100010 | 1000110 | 0 | 110111 | 1111 | 10000101 | 1000010 | 110111 |
Color Harmonies of #41D862
Complementary color
Monochromatic Colors of #41D862
Black with #41D862
Text Example
Text Example
White with #41D862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D862; }
p { color: rgb(65,216,98); }
H1.HeaderClassName
{
color: #41D862;
}
.AnyTagClassName
{
color: #41D862;
}
</style>
background-color css
<style>
a { background-color: #41D862; }
a { background-color: rgb(65,216,98); }
div.DivClassName
{
background-color: #41D862;
}
.BgClassName
{
background-color: #41D862;
}
</style>
border-color css
<style>
span { border-color: #41D862; }
span { border-color: rgb(65,216,98); }
td.TdClassName
{
border-color: #41D862;
}
.TagClassName
{
border-color: #41D862;
}
</style>