Shades of Emerald #41E473
Tints of Emerald #41E473
RGB
CMYK
RGB Variations
Color information
#41E473 (or 0x41E473) is known color: Emerald. HEX triplet: 41, E4 and 73. RGB value is (65,228,115). Sum of RGB (Red+Green+Blue) = 65+228+115=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 228 (89.45% from 255 or 55.88% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 228 - color contains mainly: green. Hex color #41E473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41E473 is #BE1B8C. Grayscale: #A6A6A6. Windows color (decimal): -12458893 or 7595073. OLE color: 7595073.
HSL color Cylindrical-coordinate representation of color #41E473: hue angle of 138.4º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E473 is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 228 | 115 | - |
| CMYK | 0.71 | 0 | 0.50 | 0.11 |
| HSL | 138.4º | 0.75% | 0.57% | - |
| HSV(B) | 138.4º | 0.71% | 0.89% | - |
| XYZ | 33.02 | 57.85 | 25.65 | - |
| YUV | 166.38 | 99 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 228 | 115 | 0.71 | 0 | 0.50 | 0.11 | 138.4 | 0.75 | 0.57 |
| Hex | 41 | E4 | 73 | 47 | 0 | 32 | B | 8A | 4B | 39 |
| Octal | 101 | 344 | 163 | 107 | 0 | 62 | 13 | 212 | 113 | 71 |
| Binary | 1000001 | 11100100 | 1110011 | 1000111 | 0 | 110010 | 1011 | 10001010 | 1001011 | 111001 |
Color Harmonies of #41E473
Complementary color
Monochromatic Colors of #41E473
Black with #41E473
Text Example
Text Example
White with #41E473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E473; }
p { color: rgb(65,228,115); }
H1.HeaderClassName
{
color: #41E473;
}
.AnyTagClassName
{
color: #41E473;
}
</style>
background-color css
<style>
a { background-color: #41E473; }
a { background-color: rgb(65,228,115); }
div.DivClassName
{
background-color: #41E473;
}
.BgClassName
{
background-color: #41E473;
}
</style>
border-color css
<style>
span { border-color: #41E473; }
span { border-color: rgb(65,228,115); }
td.TdClassName
{
border-color: #41E473;
}
.TagClassName
{
border-color: #41E473;
}
</style>