Shades of Emerald #41E86B
Tints of Emerald #41E86B
RGB
CMYK
RGB Variations
Color information
#41E86B (or 0x41E86B) is known color: Emerald. HEX triplet: 41, E8 and 6B. RGB value is (65,232,107). Sum of RGB (Red+Green+Blue) = 65+232+107=404 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.09% from 404); Green value is 232 (91.02% from 255 or 57.43% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 232 - color contains mainly: green. Hex color #41E86B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E86B is #BE1794. Grayscale: #A8A8A8. Windows color (decimal): -12457877 or 7071809. OLE color: 7071809.
HSL color Cylindrical-coordinate representation of color #41E86B: hue angle of 135.09º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E86B is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 232 | 107 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.09 |
| HSL | 135.09º | 0.78% | 0.58% | - |
| HSV(B) | 135.09º | 0.72% | 0.91% | - |
| XYZ | 33.69 | 59.9 | 23.7 | - |
| YUV | 167.82 | 93.67 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 232 | 107 | 0.72 | 0 | 0.54 | 0.09 | 135.09 | 0.78 | 0.58 |
| Hex | 41 | E8 | 6B | 48 | 0 | 36 | 9 | 87 | 4E | 3A |
| Octal | 101 | 350 | 153 | 110 | 0 | 66 | 11 | 207 | 116 | 72 |
| Binary | 1000001 | 11101000 | 1101011 | 1001000 | 0 | 110110 | 1001 | 10000111 | 1001110 | 111010 |
Color Harmonies of #41E86B
Complementary color
Monochromatic Colors of #41E86B
Black with #41E86B
Text Example
Text Example
White with #41E86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E86B; }
p { color: rgb(65,232,107); }
H1.HeaderClassName
{
color: #41E86B;
}
.AnyTagClassName
{
color: #41E86B;
}
</style>
background-color css
<style>
a { background-color: #41E86B; }
a { background-color: rgb(65,232,107); }
div.DivClassName
{
background-color: #41E86B;
}
.BgClassName
{
background-color: #41E86B;
}
</style>
border-color css
<style>
span { border-color: #41E86B; }
span { border-color: rgb(65,232,107); }
td.TdClassName
{
border-color: #41E86B;
}
.TagClassName
{
border-color: #41E86B;
}
</style>