Shades of Emerald #41D15C
Tints of Emerald #41D15C
RGB
CMYK
RGB Variations
Color information
#41D15C (or 0x41D15C) is known color: Emerald. HEX triplet: 41, D1 and 5C. RGB value is (65,209,92). Sum of RGB (Red+Green+Blue) = 65+209+92=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #41D15C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D15C is #BE2EA3. Grayscale: #989898. Windows color (decimal): -12463780 or 6082881. OLE color: 6082881.
HSL color Cylindrical-coordinate representation of color #41D15C: hue angle of 131.25º 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 #41D15C is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 209 | 92 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.18 |
| HSL | 131.25º | 0.61% | 0.54% | - |
| HSV(B) | 131.25º | 0.69% | 0.82% | - |
| XYZ | 26.91 | 47.5 | 17.87 | - |
| YUV | 152.61 | 93.79 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 209 | 92 | 0.69 | 0 | 0.56 | 0.18 | 131.25 | 0.61 | 0.54 |
| Hex | 41 | D1 | 5C | 45 | 0 | 38 | 12 | 83 | 3D | 36 |
| Octal | 101 | 321 | 134 | 105 | 0 | 70 | 22 | 203 | 75 | 66 |
| Binary | 1000001 | 11010001 | 1011100 | 1000101 | 0 | 111000 | 10010 | 10000011 | 111101 | 110110 |
Color Harmonies of #41D15C
Complementary color
Monochromatic Colors of #41D15C
Black with #41D15C
Text Example
Text Example
White with #41D15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D15C; }
p { color: rgb(65,209,92); }
H1.HeaderClassName
{
color: #41D15C;
}
.AnyTagClassName
{
color: #41D15C;
}
</style>
background-color css
<style>
a { background-color: #41D15C; }
a { background-color: rgb(65,209,92); }
div.DivClassName
{
background-color: #41D15C;
}
.BgClassName
{
background-color: #41D15C;
}
</style>
border-color css
<style>
span { border-color: #41D15C; }
span { border-color: rgb(65,209,92); }
td.TdClassName
{
border-color: #41D15C;
}
.TagClassName
{
border-color: #41D15C;
}
</style>