Shades of Emerald #41E96F
Tints of Emerald #41E96F
RGB
CMYK
RGB Variations
Color information
#41E96F (or 0x41E96F) is known color: Emerald. HEX triplet: 41, E9 and 6F. RGB value is (65,233,111). Sum of RGB (Red+Green+Blue) = 65+233+111=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 233 (91.41% from 255 or 56.97% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 233 - color contains mainly: green. Hex color #41E96F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E96F is #BE1690. Grayscale: #A9A9A9. Windows color (decimal): -12457617 or 7334209. OLE color: 7334209.
HSL color Cylindrical-coordinate representation of color #41E96F: hue angle of 136.43º degrees, saturation: 0.79, 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 #41E96F is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 233 | 111 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.09 |
| HSL | 136.43º | 0.79% | 0.58% | - |
| HSV(B) | 136.43º | 0.72% | 0.91% | - |
| XYZ | 34.19 | 60.55 | 24.92 | - |
| YUV | 168.86 | 95.34 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 233 | 111 | 0.72 | 0 | 0.52 | 0.09 | 136.43 | 0.79 | 0.58 |
| Hex | 41 | E9 | 6F | 48 | 0 | 34 | 9 | 88 | 4F | 3A |
| Octal | 101 | 351 | 157 | 110 | 0 | 64 | 11 | 210 | 117 | 72 |
| Binary | 1000001 | 11101001 | 1101111 | 1001000 | 0 | 110100 | 1001 | 10001000 | 1001111 | 111010 |
Color Harmonies of #41E96F
Complementary color
Monochromatic Colors of #41E96F
Black with #41E96F
Text Example
Text Example
White with #41E96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E96F; }
p { color: rgb(65,233,111); }
H1.HeaderClassName
{
color: #41E96F;
}
.AnyTagClassName
{
color: #41E96F;
}
</style>
background-color css
<style>
a { background-color: #41E96F; }
a { background-color: rgb(65,233,111); }
div.DivClassName
{
background-color: #41E96F;
}
.BgClassName
{
background-color: #41E96F;
}
</style>
border-color css
<style>
span { border-color: #41E96F; }
span { border-color: rgb(65,233,111); }
td.TdClassName
{
border-color: #41E96F;
}
.TagClassName
{
border-color: #41E96F;
}
</style>