Shades of Emerald #41DE5F
Tints of Emerald #41DE5F
RGB
CMYK
RGB Variations
Color information
#41DE5F (or 0x41DE5F) is known color: Emerald. HEX triplet: 41, DE and 5F. RGB value is (65,222,95). Sum of RGB (Red+Green+Blue) = 65+222+95=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 222 (87.11% from 255 or 58.12% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 222 - color contains mainly: green. Hex color #41DE5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DE5F is #BE21A0. Grayscale: #A0A0A0. Windows color (decimal): -12460449 or 6282817. OLE color: 6282817.
HSL color Cylindrical-coordinate representation of color #41DE5F: hue angle of 131.46º 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 #41DE5F is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 222 | 95 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.13 |
| HSL | 131.47º | 0.7% | 0.56% | - |
| HSV(B) | 131.47º | 0.71% | 0.87% | - |
| XYZ | 30.37 | 54.19 | 19.69 | - |
| YUV | 160.58 | 90.99 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 222 | 95 | 0.71 | 0 | 0.57 | 0.13 | 131.47 | 0.7 | 0.56 |
| Hex | 41 | DE | 5F | 47 | 0 | 39 | D | 83 | 46 | 38 |
| Octal | 101 | 336 | 137 | 107 | 0 | 71 | 15 | 203 | 106 | 70 |
| Binary | 1000001 | 11011110 | 1011111 | 1000111 | 0 | 111001 | 1101 | 10000011 | 1000110 | 111000 |
Color Harmonies of #41DE5F
Complementary color
Monochromatic Colors of #41DE5F
Black with #41DE5F
Text Example
Text Example
White with #41DE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DE5F; }
p { color: rgb(65,222,95); }
H1.HeaderClassName
{
color: #41DE5F;
}
.AnyTagClassName
{
color: #41DE5F;
}
</style>
background-color css
<style>
a { background-color: #41DE5F; }
a { background-color: rgb(65,222,95); }
div.DivClassName
{
background-color: #41DE5F;
}
.BgClassName
{
background-color: #41DE5F;
}
</style>
border-color css
<style>
span { border-color: #41DE5F; }
span { border-color: rgb(65,222,95); }
td.TdClassName
{
border-color: #41DE5F;
}
.TagClassName
{
border-color: #41DE5F;
}
</style>