Shades of Emerald #41F486
Tints of Emerald #41F486
RGB
CMYK
RGB Variations
Color information
#41F486 (or 0x41F486) is known color: Emerald. HEX triplet: 41, F4 and 86. RGB value is (65,244,134). Sum of RGB (Red+Green+Blue) = 65+244+134=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 244 (95.70% from 255 or 55.08% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 244 - color contains mainly: green. Hex color #41F486 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F486 is #BE0B79. Grayscale: #B2B2B2. Windows color (decimal): -12454778 or 8844353. OLE color: 8844353.
HSL color Cylindrical-coordinate representation of color #41F486: hue angle of 143.13º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F486 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 244 | 134 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.04 |
| HSL | 143.13º | 0.89% | 0.61% | - |
| HSV(B) | 143.13º | 0.73% | 0.96% | - |
| XYZ | 38.83 | 67.55 | 33.55 | - |
| YUV | 177.94 | 103.2 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 244 | 134 | 0.73 | 0 | 0.45 | 0.04 | 143.13 | 0.89 | 0.61 |
| Hex | 41 | F4 | 86 | 49 | 0 | 2D | 4 | 8F | 59 | 3D |
| Octal | 101 | 364 | 206 | 111 | 0 | 55 | 4 | 217 | 131 | 75 |
| Binary | 1000001 | 11110100 | 10000110 | 1001001 | 0 | 101101 | 100 | 10001111 | 1011001 | 111101 |
Color Harmonies of #41F486
Complementary color
Monochromatic Colors of #41F486
Black with #41F486
Text Example
Text Example
White with #41F486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F486; }
p { color: rgb(65,244,134); }
H1.HeaderClassName
{
color: #41F486;
}
.AnyTagClassName
{
color: #41F486;
}
</style>
background-color css
<style>
a { background-color: #41F486; }
a { background-color: rgb(65,244,134); }
div.DivClassName
{
background-color: #41F486;
}
.BgClassName
{
background-color: #41F486;
}
</style>
border-color css
<style>
span { border-color: #41F486; }
span { border-color: rgb(65,244,134); }
td.TdClassName
{
border-color: #41F486;
}
.TagClassName
{
border-color: #41F486;
}
</style>