Shades of Emerald #41D376
Tints of Emerald #41D376
RGB
CMYK
RGB Variations
Color information
#41D376 (or 0x41D376) is known color: Emerald. HEX triplet: 41, D3 and 76. RGB value is (65,211,118). Sum of RGB (Red+Green+Blue) = 65+211+118=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 211 (82.81% from 255 or 53.55% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 211 - color contains mainly: green. Hex color #41D376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D376 is #BE2C89. Grayscale: #9C9C9C. Windows color (decimal): -12463242 or 7787329. OLE color: 7787329.
HSL color Cylindrical-coordinate representation of color #41D376: hue angle of 141.78º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D376 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 211 | 118 | - |
| CMYK | 0.69 | 0 | 0.44 | 0.17 |
| HSL | 141.78º | 0.62% | 0.54% | - |
| HSV(B) | 141.78º | 0.69% | 0.83% | - |
| XYZ | 28.74 | 49.02 | 25.09 | - |
| YUV | 156.74 | 106.13 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 211 | 118 | 0.69 | 0 | 0.44 | 0.17 | 141.78 | 0.62 | 0.54 |
| Hex | 41 | D3 | 76 | 45 | 0 | 2C | 11 | 8E | 3E | 36 |
| Octal | 101 | 323 | 166 | 105 | 0 | 54 | 21 | 216 | 76 | 66 |
| Binary | 1000001 | 11010011 | 1110110 | 1000101 | 0 | 101100 | 10001 | 10001110 | 111110 | 110110 |
Color Harmonies of #41D376
Complementary color
Monochromatic Colors of #41D376
Black with #41D376
Text Example
Text Example
White with #41D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D376; }
p { color: rgb(65,211,118); }
H1.HeaderClassName
{
color: #41D376;
}
.AnyTagClassName
{
color: #41D376;
}
</style>
background-color css
<style>
a { background-color: #41D376; }
a { background-color: rgb(65,211,118); }
div.DivClassName
{
background-color: #41D376;
}
.BgClassName
{
background-color: #41D376;
}
</style>
border-color css
<style>
span { border-color: #41D376; }
span { border-color: rgb(65,211,118); }
td.TdClassName
{
border-color: #41D376;
}
.TagClassName
{
border-color: #41D376;
}
</style>