Shades of Emerald #41D882
Tints of Emerald #41D882
RGB
CMYK
RGB Variations
Color information
#41D882 (or 0x41D882) is known color: Emerald. HEX triplet: 41, D8 and 82. RGB value is (65,216,130). Sum of RGB (Red+Green+Blue) = 65+216+130=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #41D882 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D882 is #BE277D. Grayscale: #A1A1A1. Windows color (decimal): -12461950 or 8575041. OLE color: 8575041.
HSL color Cylindrical-coordinate representation of color #41D882: hue angle of 145.83º 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 #41D882 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 216 | 130 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.15 |
| HSL | 145.83º | 0.66% | 0.55% | - |
| HSV(B) | 145.83º | 0.7% | 0.85% | - |
| XYZ | 30.77 | 51.85 | 29.51 | - |
| YUV | 161.05 | 110.47 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 216 | 130 | 0.70 | 0 | 0.40 | 0.15 | 145.83 | 0.66 | 0.55 |
| Hex | 41 | D8 | 82 | 46 | 0 | 28 | F | 92 | 42 | 37 |
| Octal | 101 | 330 | 202 | 106 | 0 | 50 | 17 | 222 | 102 | 67 |
| Binary | 1000001 | 11011000 | 10000010 | 1000110 | 0 | 101000 | 1111 | 10010010 | 1000010 | 110111 |
Color Harmonies of #41D882
Complementary color
Monochromatic Colors of #41D882
Black with #41D882
Text Example
Text Example
White with #41D882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D882; }
p { color: rgb(65,216,130); }
H1.HeaderClassName
{
color: #41D882;
}
.AnyTagClassName
{
color: #41D882;
}
</style>
background-color css
<style>
a { background-color: #41D882; }
a { background-color: rgb(65,216,130); }
div.DivClassName
{
background-color: #41D882;
}
.BgClassName
{
background-color: #41D882;
}
</style>
border-color css
<style>
span { border-color: #41D882; }
span { border-color: rgb(65,216,130); }
td.TdClassName
{
border-color: #41D882;
}
.TagClassName
{
border-color: #41D882;
}
</style>