Shades of Emerald #41DF76
Tints of Emerald #41DF76
RGB
CMYK
RGB Variations
Color information
#41DF76 (or 0x41DF76) is known color: Emerald. HEX triplet: 41, DF and 76. RGB value is (65,223,118). Sum of RGB (Red+Green+Blue) = 65+223+118=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 223 (87.5% from 255 or 54.93% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 223 - color contains mainly: green. Hex color #41DF76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DF76 is #BE2089. Grayscale: #A4A4A4. Windows color (decimal): -12460170 or 7790401. OLE color: 7790401.
HSL color Cylindrical-coordinate representation of color #41DF76: hue angle of 140.13º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DF76 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 223 | 118 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.13 |
| HSL | 140.13º | 0.71% | 0.56% | - |
| HSV(B) | 140.13º | 0.71% | 0.87% | - |
| XYZ | 31.84 | 55.21 | 26.12 | - |
| YUV | 163.79 | 102.15 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 118 | 0.71 | 0 | 0.47 | 0.13 | 140.13 | 0.71 | 0.56 |
| Hex | 41 | DF | 76 | 47 | 0 | 2F | D | 8C | 47 | 38 |
| Octal | 101 | 337 | 166 | 107 | 0 | 57 | 15 | 214 | 107 | 70 |
| Binary | 1000001 | 11011111 | 1110110 | 1000111 | 0 | 101111 | 1101 | 10001100 | 1000111 | 111000 |
Color Harmonies of #41DF76
Complementary color
Monochromatic Colors of #41DF76
Black with #41DF76
Text Example
Text Example
White with #41DF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DF76; }
p { color: rgb(65,223,118); }
H1.HeaderClassName
{
color: #41DF76;
}
.AnyTagClassName
{
color: #41DF76;
}
</style>
background-color css
<style>
a { background-color: #41DF76; }
a { background-color: rgb(65,223,118); }
div.DivClassName
{
background-color: #41DF76;
}
.BgClassName
{
background-color: #41DF76;
}
</style>
border-color css
<style>
span { border-color: #41DF76; }
span { border-color: rgb(65,223,118); }
td.TdClassName
{
border-color: #41DF76;
}
.TagClassName
{
border-color: #41DF76;
}
</style>