Shades of Emerald #41E66F
Tints of Emerald #41E66F
RGB
CMYK
RGB Variations
Color information
#41E66F (or 0x41E66F) is known color: Emerald. HEX triplet: 41, E6 and 6F. RGB value is (65,230,111). Sum of RGB (Red+Green+Blue) = 65+230+111=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 230 (90.23% from 255 or 56.65% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 230 - color contains mainly: green. Hex color #41E66F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E66F is #BE1990. Grayscale: #A7A7A7. Windows color (decimal): -12458385 or 7333441. OLE color: 7333441.
HSL color Cylindrical-coordinate representation of color #41E66F: hue angle of 136.73º 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 #41E66F is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 230 | 111 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.10 |
| HSL | 136.73º | 0.77% | 0.58% | - |
| HSV(B) | 136.73º | 0.72% | 0.9% | - |
| XYZ | 33.35 | 58.87 | 24.64 | - |
| YUV | 167.1 | 96.34 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 230 | 111 | 0.72 | 0 | 0.52 | 0.10 | 136.73 | 0.77 | 0.58 |
| Hex | 41 | E6 | 6F | 48 | 0 | 34 | A | 89 | 4D | 3A |
| Octal | 101 | 346 | 157 | 110 | 0 | 64 | 12 | 211 | 115 | 72 |
| Binary | 1000001 | 11100110 | 1101111 | 1001000 | 0 | 110100 | 1010 | 10001001 | 1001101 | 111010 |
Color Harmonies of #41E66F
Complementary color
Monochromatic Colors of #41E66F
Black with #41E66F
Text Example
Text Example
White with #41E66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E66F; }
p { color: rgb(65,230,111); }
H1.HeaderClassName
{
color: #41E66F;
}
.AnyTagClassName
{
color: #41E66F;
}
</style>
background-color css
<style>
a { background-color: #41E66F; }
a { background-color: rgb(65,230,111); }
div.DivClassName
{
background-color: #41E66F;
}
.BgClassName
{
background-color: #41E66F;
}
</style>
border-color css
<style>
span { border-color: #41E66F; }
span { border-color: rgb(65,230,111); }
td.TdClassName
{
border-color: #41E66F;
}
.TagClassName
{
border-color: #41E66F;
}
</style>