Shades of Emerald #41EE6B
Tints of Emerald #41EE6B
RGB
CMYK
RGB Variations
Color information
#41EE6B (or 0x41EE6B) is known color: Emerald. HEX triplet: 41, EE and 6B. RGB value is (65,238,107). Sum of RGB (Red+Green+Blue) = 65+238+107=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 238 (93.36% from 255 or 58.05% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 238 - color contains mainly: green. Hex color #41EE6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41EE6B is #BE1194. Grayscale: #ABABAB. Windows color (decimal): -12456341 or 7073345. OLE color: 7073345.
HSL color Cylindrical-coordinate representation of color #41EE6B: hue angle of 134.57º degrees, saturation: 0.84, 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 #41EE6B is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 238 | 107 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.07 |
| HSL | 134.57º | 0.84% | 0.59% | - |
| HSV(B) | 134.57º | 0.73% | 0.93% | - |
| XYZ | 35.41 | 63.33 | 24.27 | - |
| YUV | 171.34 | 91.69 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 238 | 107 | 0.73 | 0 | 0.55 | 0.07 | 134.57 | 0.84 | 0.59 |
| Hex | 41 | EE | 6B | 49 | 0 | 37 | 7 | 87 | 54 | 3B |
| Octal | 101 | 356 | 153 | 111 | 0 | 67 | 7 | 207 | 124 | 73 |
| Binary | 1000001 | 11101110 | 1101011 | 1001001 | 0 | 110111 | 111 | 10000111 | 1010100 | 111011 |
Color Harmonies of #41EE6B
Complementary color
Monochromatic Colors of #41EE6B
Black with #41EE6B
Text Example
Text Example
White with #41EE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EE6B; }
p { color: rgb(65,238,107); }
H1.HeaderClassName
{
color: #41EE6B;
}
.AnyTagClassName
{
color: #41EE6B;
}
</style>
background-color css
<style>
a { background-color: #41EE6B; }
a { background-color: rgb(65,238,107); }
div.DivClassName
{
background-color: #41EE6B;
}
.BgClassName
{
background-color: #41EE6B;
}
</style>
border-color css
<style>
span { border-color: #41EE6B; }
span { border-color: rgb(65,238,107); }
td.TdClassName
{
border-color: #41EE6B;
}
.TagClassName
{
border-color: #41EE6B;
}
</style>