Shades of Emerald #41DD59
Tints of Emerald #41DD59
RGB
CMYK
RGB Variations
Color information
#41DD59 (or 0x41DD59) is known color: Emerald. HEX triplet: 41, DD and 59. RGB value is (65,221,89). Sum of RGB (Red+Green+Blue) = 65+221+89=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DD59 is #BE22A6. Grayscale: #9F9F9F. Windows color (decimal): -12460711 or 5889345. OLE color: 5889345.
HSL color Cylindrical-coordinate representation of color #41DD59: hue angle of 129.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 #41DD59 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 221 | 89 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.13 |
| HSL | 129.23º | 0.7% | 0.56% | - |
| HSV(B) | 129.23º | 0.71% | 0.87% | - |
| XYZ | 29.84 | 53.56 | 18.22 | - |
| YUV | 159.31 | 88.32 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 89 | 0.71 | 0 | 0.60 | 0.13 | 129.23 | 0.7 | 0.56 |
| Hex | 41 | DD | 59 | 47 | 0 | 3C | D | 81 | 46 | 38 |
| Octal | 101 | 335 | 131 | 107 | 0 | 74 | 15 | 201 | 106 | 70 |
| Binary | 1000001 | 11011101 | 1011001 | 1000111 | 0 | 111100 | 1101 | 10000001 | 1000110 | 111000 |
Color Harmonies of #41DD59
Complementary color
Monochromatic Colors of #41DD59
Black with #41DD59
Text Example
Text Example
White with #41DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DD59; }
p { color: rgb(65,221,89); }
H1.HeaderClassName
{
color: #41DD59;
}
.AnyTagClassName
{
color: #41DD59;
}
</style>
background-color css
<style>
a { background-color: #41DD59; }
a { background-color: rgb(65,221,89); }
div.DivClassName
{
background-color: #41DD59;
}
.BgClassName
{
background-color: #41DD59;
}
</style>
border-color css
<style>
span { border-color: #41DD59; }
span { border-color: rgb(65,221,89); }
td.TdClassName
{
border-color: #41DD59;
}
.TagClassName
{
border-color: #41DD59;
}
</style>