Shades of Emerald #41DD7A
Tints of Emerald #41DD7A
RGB
CMYK
RGB Variations
Color information
#41DD7A (or 0x41DD7A) is known color: Emerald. HEX triplet: 41, DD and 7A. RGB value is (65,221,122). Sum of RGB (Red+Green+Blue) = 65+221+122=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DD7A is #BE2285. Grayscale: #A3A3A3. Windows color (decimal): -12460678 or 8052033. OLE color: 8052033.
HSL color Cylindrical-coordinate representation of color #41DD7A: hue angle of 141.92º 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 #41DD7A is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 221 | 122 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.13 |
| HSL | 141.92º | 0.7% | 0.56% | - |
| HSV(B) | 141.92º | 0.71% | 0.87% | - |
| XYZ | 31.55 | 54.24 | 27.22 | - |
| YUV | 163.07 | 104.82 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 122 | 0.71 | 0 | 0.45 | 0.13 | 141.92 | 0.7 | 0.56 |
| Hex | 41 | DD | 7A | 47 | 0 | 2D | D | 8E | 46 | 38 |
| Octal | 101 | 335 | 172 | 107 | 0 | 55 | 15 | 216 | 106 | 70 |
| Binary | 1000001 | 11011101 | 1111010 | 1000111 | 0 | 101101 | 1101 | 10001110 | 1000110 | 111000 |
Color Harmonies of #41DD7A
Complementary color
Monochromatic Colors of #41DD7A
Black with #41DD7A
Text Example
Text Example
White with #41DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DD7A; }
p { color: rgb(65,221,122); }
H1.HeaderClassName
{
color: #41DD7A;
}
.AnyTagClassName
{
color: #41DD7A;
}
</style>
background-color css
<style>
a { background-color: #41DD7A; }
a { background-color: rgb(65,221,122); }
div.DivClassName
{
background-color: #41DD7A;
}
.BgClassName
{
background-color: #41DD7A;
}
</style>
border-color css
<style>
span { border-color: #41DD7A; }
span { border-color: rgb(65,221,122); }
td.TdClassName
{
border-color: #41DD7A;
}
.TagClassName
{
border-color: #41DD7A;
}
</style>