Shades of Emerald #41E66B
Tints of Emerald #41E66B
RGB
CMYK
RGB Variations
Color information
#41E66B (or 0x41E66B) is known color: Emerald. HEX triplet: 41, E6 and 6B. RGB value is (65,230,107). Sum of RGB (Red+Green+Blue) = 65+230+107=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 230 (90.23% from 255 or 57.21% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 230 - color contains mainly: green. Hex color #41E66B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E66B is #BE1994. Grayscale: #A6A6A6. Windows color (decimal): -12458389 or 7071297. OLE color: 7071297.
HSL color Cylindrical-coordinate representation of color #41E66B: hue angle of 135.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 #41E66B is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 230 | 107 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.10 |
| HSL | 135.27º | 0.77% | 0.58% | - |
| HSV(B) | 135.27º | 0.72% | 0.9% | - |
| XYZ | 33.13 | 58.78 | 23.51 | - |
| YUV | 166.64 | 94.34 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 230 | 107 | 0.72 | 0 | 0.53 | 0.10 | 135.27 | 0.77 | 0.58 |
| Hex | 41 | E6 | 6B | 48 | 0 | 35 | A | 87 | 4D | 3A |
| Octal | 101 | 346 | 153 | 110 | 0 | 65 | 12 | 207 | 115 | 72 |
| Binary | 1000001 | 11100110 | 1101011 | 1001000 | 0 | 110101 | 1010 | 10000111 | 1001101 | 111010 |
Color Harmonies of #41E66B
Complementary color
Monochromatic Colors of #41E66B
Black with #41E66B
Text Example
Text Example
White with #41E66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E66B; }
p { color: rgb(65,230,107); }
H1.HeaderClassName
{
color: #41E66B;
}
.AnyTagClassName
{
color: #41E66B;
}
</style>
background-color css
<style>
a { background-color: #41E66B; }
a { background-color: rgb(65,230,107); }
div.DivClassName
{
background-color: #41E66B;
}
.BgClassName
{
background-color: #41E66B;
}
</style>
border-color css
<style>
span { border-color: #41E66B; }
span { border-color: rgb(65,230,107); }
td.TdClassName
{
border-color: #41E66B;
}
.TagClassName
{
border-color: #41E66B;
}
</style>