Shades of Emerald #41E660
Tints of Emerald #41E660
RGB
CMYK
RGB Variations
Color information
#41E660 (or 0x41E660) is known color: Emerald. HEX triplet: 41, E6 and 60. RGB value is (65,230,96). Sum of RGB (Red+Green+Blue) = 65+230+96=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 230 (90.23% from 255 or 58.82% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 230 - color contains mainly: green. Hex color #41E660 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E660 is #BE199F. Grayscale: #A5A5A5. Windows color (decimal): -12458400 or 6350401. OLE color: 6350401.
HSL color Cylindrical-coordinate representation of color #41E660: hue angle of 131.27º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E660 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 230 | 96 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.10 |
| HSL | 131.27º | 0.77% | 0.58% | - |
| HSV(B) | 131.27º | 0.72% | 0.9% | - |
| XYZ | 32.59 | 58.56 | 20.65 | - |
| YUV | 165.39 | 88.84 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 230 | 96 | 0.72 | 0 | 0.58 | 0.10 | 131.27 | 0.77 | 0.58 |
| Hex | 41 | E6 | 60 | 48 | 0 | 3A | A | 83 | 4D | 3A |
| Octal | 101 | 346 | 140 | 110 | 0 | 72 | 12 | 203 | 115 | 72 |
| Binary | 1000001 | 11100110 | 1100000 | 1001000 | 0 | 111010 | 1010 | 10000011 | 1001101 | 111010 |
Color Harmonies of #41E660
Complementary color
Monochromatic Colors of #41E660
Black with #41E660
Text Example
Text Example
White with #41E660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E660; }
p { color: rgb(65,230,96); }
H1.HeaderClassName
{
color: #41E660;
}
.AnyTagClassName
{
color: #41E660;
}
</style>
background-color css
<style>
a { background-color: #41E660; }
a { background-color: rgb(65,230,96); }
div.DivClassName
{
background-color: #41E660;
}
.BgClassName
{
background-color: #41E660;
}
</style>
border-color css
<style>
span { border-color: #41E660; }
span { border-color: rgb(65,230,96); }
td.TdClassName
{
border-color: #41E660;
}
.TagClassName
{
border-color: #41E660;
}
</style>