Shades of Emerald #41DD66
Tints of Emerald #41DD66
RGB
CMYK
RGB Variations
Color information
#41DD66 (or 0x41DD66) is known color: Emerald. HEX triplet: 41, DD and 66. RGB value is (65,221,102). Sum of RGB (Red+Green+Blue) = 65+221+102=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DD66 is #BE2299. Grayscale: #A1A1A1. Windows color (decimal): -12460698 or 6741313. OLE color: 6741313.
HSL color Cylindrical-coordinate representation of color #41DD66: hue angle of 134.23º degrees, saturation: 0.7, 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 #41DD66 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 221 | 102 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.13 |
| HSL | 134.23º | 0.7% | 0.56% | - |
| HSV(B) | 134.23º | 0.71% | 0.87% | - |
| XYZ | 30.43 | 53.8 | 21.35 | - |
| YUV | 160.79 | 94.82 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 102 | 0.71 | 0 | 0.54 | 0.13 | 134.23 | 0.7 | 0.56 |
| Hex | 41 | DD | 66 | 47 | 0 | 36 | D | 86 | 46 | 38 |
| Octal | 101 | 335 | 146 | 107 | 0 | 66 | 15 | 206 | 106 | 70 |
| Binary | 1000001 | 11011101 | 1100110 | 1000111 | 0 | 110110 | 1101 | 10000110 | 1000110 | 111000 |
Color Harmonies of #41DD66
Complementary color
Monochromatic Colors of #41DD66
Black with #41DD66
Text Example
Text Example
White with #41DD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DD66; }
p { color: rgb(65,221,102); }
H1.HeaderClassName
{
color: #41DD66;
}
.AnyTagClassName
{
color: #41DD66;
}
</style>
background-color css
<style>
a { background-color: #41DD66; }
a { background-color: rgb(65,221,102); }
div.DivClassName
{
background-color: #41DD66;
}
.BgClassName
{
background-color: #41DD66;
}
</style>
border-color css
<style>
span { border-color: #41DD66; }
span { border-color: rgb(65,221,102); }
td.TdClassName
{
border-color: #41DD66;
}
.TagClassName
{
border-color: #41DD66;
}
</style>