Shades of Emerald #41E175
Tints of Emerald #41E175
RGB
CMYK
RGB Variations
Color information
#41E175 (or 0x41E175) is known color: Emerald. HEX triplet: 41, E1 and 75. RGB value is (65,225,117). Sum of RGB (Red+Green+Blue) = 65+225+117=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 225 (88.28% from 255 or 55.28% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 225 - color contains mainly: green. Hex color #41E175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41E175 is #BE1E8A. Grayscale: #A5A5A5. Windows color (decimal): -12459659 or 7725377. OLE color: 7725377.
HSL color Cylindrical-coordinate representation of color #41E175: hue angle of 139.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E175 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 225 | 117 | - |
| CMYK | 0.71 | 0 | 0.48 | 0.12 |
| HSL | 139.5º | 0.73% | 0.57% | - |
| HSV(B) | 139.5º | 0.71% | 0.88% | - |
| XYZ | 32.32 | 56.26 | 25.99 | - |
| YUV | 164.85 | 100.99 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 225 | 117 | 0.71 | 0 | 0.48 | 0.12 | 139.5 | 0.73 | 0.57 |
| Hex | 41 | E1 | 75 | 47 | 0 | 30 | C | 8C | 49 | 39 |
| Octal | 101 | 341 | 165 | 107 | 0 | 60 | 14 | 214 | 111 | 71 |
| Binary | 1000001 | 11100001 | 1110101 | 1000111 | 0 | 110000 | 1100 | 10001100 | 1001001 | 111001 |
Color Harmonies of #41E175
Complementary color
Monochromatic Colors of #41E175
Black with #41E175
Text Example
Text Example
White with #41E175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E175; }
p { color: rgb(65,225,117); }
H1.HeaderClassName
{
color: #41E175;
}
.AnyTagClassName
{
color: #41E175;
}
</style>
background-color css
<style>
a { background-color: #41E175; }
a { background-color: rgb(65,225,117); }
div.DivClassName
{
background-color: #41E175;
}
.BgClassName
{
background-color: #41E175;
}
</style>
border-color css
<style>
span { border-color: #41E175; }
span { border-color: rgb(65,225,117); }
td.TdClassName
{
border-color: #41E175;
}
.TagClassName
{
border-color: #41E175;
}
</style>