Shades of Emerald #41EE6A
Tints of Emerald #41EE6A
RGB
CMYK
RGB Variations
Color information
#41EE6A (or 0x41EE6A) is known color: Emerald. HEX triplet: 41, EE and 6A. RGB value is (65,238,106). Sum of RGB (Red+Green+Blue) = 65+238+106=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 238 (93.36% from 255 or 58.19% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 238 - color contains mainly: green. Hex color #41EE6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41EE6A is #BE1195. Grayscale: #ABABAB. Windows color (decimal): -12456342 or 7007809. OLE color: 7007809.
HSL color Cylindrical-coordinate representation of color #41EE6A: hue angle of 134.22º 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 #41EE6A is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 238 | 106 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.07 |
| HSL | 134.22º | 0.84% | 0.59% | - |
| HSV(B) | 134.22º | 0.73% | 0.93% | - |
| XYZ | 35.36 | 63.31 | 23.99 | - |
| YUV | 171.23 | 91.19 | 52.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 238 | 106 | 0.73 | 0 | 0.55 | 0.07 | 134.22 | 0.84 | 0.59 |
| Hex | 41 | EE | 6A | 49 | 0 | 37 | 7 | 86 | 54 | 3B |
| Octal | 101 | 356 | 152 | 111 | 0 | 67 | 7 | 206 | 124 | 73 |
| Binary | 1000001 | 11101110 | 1101010 | 1001001 | 0 | 110111 | 111 | 10000110 | 1010100 | 111011 |
Color Harmonies of #41EE6A
Complementary color
Monochromatic Colors of #41EE6A
Black with #41EE6A
Text Example
Text Example
White with #41EE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EE6A; }
p { color: rgb(65,238,106); }
H1.HeaderClassName
{
color: #41EE6A;
}
.AnyTagClassName
{
color: #41EE6A;
}
</style>
background-color css
<style>
a { background-color: #41EE6A; }
a { background-color: rgb(65,238,106); }
div.DivClassName
{
background-color: #41EE6A;
}
.BgClassName
{
background-color: #41EE6A;
}
</style>
border-color css
<style>
span { border-color: #41EE6A; }
span { border-color: rgb(65,238,106); }
td.TdClassName
{
border-color: #41EE6A;
}
.TagClassName
{
border-color: #41EE6A;
}
</style>