Shades of Emerald #41E775
Tints of Emerald #41E775
RGB
CMYK
RGB Variations
Color information
#41E775 (or 0x41E775) is known color: Emerald. HEX triplet: 41, E7 and 75. RGB value is (65,231,117). Sum of RGB (Red+Green+Blue) = 65+231+117=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 231 (90.62% from 255 or 55.93% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 231 - color contains mainly: green. Hex color #41E775 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E775 is #BE188A. Grayscale: #A8A8A8. Windows color (decimal): -12458123 or 7726913. OLE color: 7726913.
HSL color Cylindrical-coordinate representation of color #41E775: hue angle of 138.8º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E775 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 117 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.09 |
| HSL | 138.8º | 0.78% | 0.58% | - |
| HSV(B) | 138.8º | 0.72% | 0.91% | - |
| XYZ | 33.97 | 59.56 | 26.54 | - |
| YUV | 168.37 | 99 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 117 | 0.72 | 0 | 0.49 | 0.09 | 138.8 | 0.78 | 0.58 |
| Hex | 41 | E7 | 75 | 48 | 0 | 31 | 9 | 8B | 4E | 3A |
| Octal | 101 | 347 | 165 | 110 | 0 | 61 | 11 | 213 | 116 | 72 |
| Binary | 1000001 | 11100111 | 1110101 | 1001000 | 0 | 110001 | 1001 | 10001011 | 1001110 | 111010 |
Color Harmonies of #41E775
Complementary color
Monochromatic Colors of #41E775
Black with #41E775
Text Example
Text Example
White with #41E775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E775; }
p { color: rgb(65,231,117); }
H1.HeaderClassName
{
color: #41E775;
}
.AnyTagClassName
{
color: #41E775;
}
</style>
background-color css
<style>
a { background-color: #41E775; }
a { background-color: rgb(65,231,117); }
div.DivClassName
{
background-color: #41E775;
}
.BgClassName
{
background-color: #41E775;
}
</style>
border-color css
<style>
span { border-color: #41E775; }
span { border-color: rgb(65,231,117); }
td.TdClassName
{
border-color: #41E775;
}
.TagClassName
{
border-color: #41E775;
}
</style>