Shades of Emerald #41ED76
Tints of Emerald #41ED76
RGB
CMYK
RGB Variations
Color information
#41ED76 (or 0x41ED76) is known color: Emerald. HEX triplet: 41, ED and 76. RGB value is (65,237,118). Sum of RGB (Red+Green+Blue) = 65+237+118=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 237 (92.97% from 255 or 56.43% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 237 - color contains mainly: green. Hex color #41ED76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41ED76 is #BE1289. Grayscale: #ACACAC. Windows color (decimal): -12456586 or 7793985. OLE color: 7793985.
HSL color Cylindrical-coordinate representation of color #41ED76: hue angle of 138.49º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41ED76 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 237 | 118 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.07 |
| HSL | 138.49º | 0.83% | 0.59% | - |
| HSV(B) | 138.49º | 0.73% | 0.93% | - |
| XYZ | 35.73 | 63 | 27.42 | - |
| YUV | 172.01 | 97.52 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 237 | 118 | 0.73 | 0 | 0.50 | 0.07 | 138.49 | 0.83 | 0.59 |
| Hex | 41 | ED | 76 | 49 | 0 | 32 | 7 | 8A | 53 | 3B |
| Octal | 101 | 355 | 166 | 111 | 0 | 62 | 7 | 212 | 123 | 73 |
| Binary | 1000001 | 11101101 | 1110110 | 1001001 | 0 | 110010 | 111 | 10001010 | 1010011 | 111011 |
Color Harmonies of #41ED76
Complementary color
Monochromatic Colors of #41ED76
Black with #41ED76
Text Example
Text Example
White with #41ED76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ED76; }
p { color: rgb(65,237,118); }
H1.HeaderClassName
{
color: #41ED76;
}
.AnyTagClassName
{
color: #41ED76;
}
</style>
background-color css
<style>
a { background-color: #41ED76; }
a { background-color: rgb(65,237,118); }
div.DivClassName
{
background-color: #41ED76;
}
.BgClassName
{
background-color: #41ED76;
}
</style>
border-color css
<style>
span { border-color: #41ED76; }
span { border-color: rgb(65,237,118); }
td.TdClassName
{
border-color: #41ED76;
}
.TagClassName
{
border-color: #41ED76;
}
</style>