Shades of Emerald #41F487
Tints of Emerald #41F487
RGB
CMYK
RGB Variations
Color information
#41F487 (or 0x41F487) is known color: Emerald. HEX triplet: 41, F4 and 87. RGB value is (65,244,135). Sum of RGB (Red+Green+Blue) = 65+244+135=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 244 (95.70% from 255 or 54.95% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 244 - color contains mainly: green. Hex color #41F487 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F487 is #BE0B78. Grayscale: #B2B2B2. Windows color (decimal): -12454777 or 8909889. OLE color: 8909889.
HSL color Cylindrical-coordinate representation of color #41F487: hue angle of 143.46º 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 #41F487 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 244 | 135 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.04 |
| HSL | 143.46º | 0.89% | 0.61% | - |
| HSV(B) | 143.46º | 0.73% | 0.96% | - |
| XYZ | 38.9 | 67.57 | 33.91 | - |
| YUV | 178.05 | 103.7 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 244 | 135 | 0.73 | 0 | 0.45 | 0.04 | 143.46 | 0.89 | 0.61 |
| Hex | 41 | F4 | 87 | 49 | 0 | 2D | 4 | 8F | 59 | 3D |
| Octal | 101 | 364 | 207 | 111 | 0 | 55 | 4 | 217 | 131 | 75 |
| Binary | 1000001 | 11110100 | 10000111 | 1001001 | 0 | 101101 | 100 | 10001111 | 1011001 | 111101 |
Color Harmonies of #41F487
Complementary color
Monochromatic Colors of #41F487
Black with #41F487
Text Example
Text Example
White with #41F487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F487; }
p { color: rgb(65,244,135); }
H1.HeaderClassName
{
color: #41F487;
}
.AnyTagClassName
{
color: #41F487;
}
</style>
background-color css
<style>
a { background-color: #41F487; }
a { background-color: rgb(65,244,135); }
div.DivClassName
{
background-color: #41F487;
}
.BgClassName
{
background-color: #41F487;
}
</style>
border-color css
<style>
span { border-color: #41F487; }
span { border-color: rgb(65,244,135); }
td.TdClassName
{
border-color: #41F487;
}
.TagClassName
{
border-color: #41F487;
}
</style>