Shades of Emerald #41E666
Tints of Emerald #41E666
RGB
CMYK
RGB Variations
Color information
#41E666 (or 0x41E666) is known color: Emerald. HEX triplet: 41, E6 and 66. RGB value is (65,230,102). Sum of RGB (Red+Green+Blue) = 65+230+102=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 230 (90.23% from 255 or 57.93% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 230 - color contains mainly: green. Hex color #41E666 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E666 is #BE1999. Grayscale: #A6A6A6. Windows color (decimal): -12458394 or 6743617. OLE color: 6743617.
HSL color Cylindrical-coordinate representation of color #41E666: hue angle of 133.45º 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 #41E666 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 230 | 102 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.10 |
| HSL | 133.45º | 0.77% | 0.58% | - |
| HSV(B) | 133.45º | 0.72% | 0.9% | - |
| XYZ | 32.88 | 58.68 | 22.16 | - |
| YUV | 166.07 | 91.84 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 230 | 102 | 0.72 | 0 | 0.56 | 0.10 | 133.45 | 0.77 | 0.58 |
| Hex | 41 | E6 | 66 | 48 | 0 | 38 | A | 85 | 4D | 3A |
| Octal | 101 | 346 | 146 | 110 | 0 | 70 | 12 | 205 | 115 | 72 |
| Binary | 1000001 | 11100110 | 1100110 | 1001000 | 0 | 111000 | 1010 | 10000101 | 1001101 | 111010 |
Color Harmonies of #41E666
Complementary color
Monochromatic Colors of #41E666
Black with #41E666
Text Example
Text Example
White with #41E666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E666; }
p { color: rgb(65,230,102); }
H1.HeaderClassName
{
color: #41E666;
}
.AnyTagClassName
{
color: #41E666;
}
</style>
background-color css
<style>
a { background-color: #41E666; }
a { background-color: rgb(65,230,102); }
div.DivClassName
{
background-color: #41E666;
}
.BgClassName
{
background-color: #41E666;
}
</style>
border-color css
<style>
span { border-color: #41E666; }
span { border-color: rgb(65,230,102); }
td.TdClassName
{
border-color: #41E666;
}
.TagClassName
{
border-color: #41E666;
}
</style>