Shades of Emerald #41D15D
Tints of Emerald #41D15D
RGB
CMYK
RGB Variations
Color information
#41D15D (or 0x41D15D) is known color: Emerald. HEX triplet: 41, D1 and 5D. RGB value is (65,209,93). Sum of RGB (Red+Green+Blue) = 65+209+93=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 209 (82.03% from 255 or 56.95% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 209 - color contains mainly: green. Hex color #41D15D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D15D is #BE2EA2. Grayscale: #999999. Windows color (decimal): -12463779 or 6148417. OLE color: 6148417.
HSL color Cylindrical-coordinate representation of color #41D15D: hue angle of 131.67º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D15D is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 209 | 93 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.18 |
| HSL | 131.67º | 0.61% | 0.54% | - |
| HSV(B) | 131.67º | 0.69% | 0.82% | - |
| XYZ | 26.96 | 47.52 | 18.11 | - |
| YUV | 152.72 | 94.29 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 209 | 93 | 0.69 | 0 | 0.56 | 0.18 | 131.67 | 0.61 | 0.54 |
| Hex | 41 | D1 | 5D | 45 | 0 | 38 | 12 | 84 | 3D | 36 |
| Octal | 101 | 321 | 135 | 105 | 0 | 70 | 22 | 204 | 75 | 66 |
| Binary | 1000001 | 11010001 | 1011101 | 1000101 | 0 | 111000 | 10010 | 10000100 | 111101 | 110110 |
Color Harmonies of #41D15D
Complementary color
Monochromatic Colors of #41D15D
Black with #41D15D
Text Example
Text Example
White with #41D15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D15D; }
p { color: rgb(65,209,93); }
H1.HeaderClassName
{
color: #41D15D;
}
.AnyTagClassName
{
color: #41D15D;
}
</style>
background-color css
<style>
a { background-color: #41D15D; }
a { background-color: rgb(65,209,93); }
div.DivClassName
{
background-color: #41D15D;
}
.BgClassName
{
background-color: #41D15D;
}
</style>
border-color css
<style>
span { border-color: #41D15D; }
span { border-color: rgb(65,209,93); }
td.TdClassName
{
border-color: #41D15D;
}
.TagClassName
{
border-color: #41D15D;
}
</style>