Shades of Emerald #41F184
Tints of Emerald #41F184
RGB
CMYK
RGB Variations
Color information
#41F184 (or 0x41F184) is known color: Emerald. HEX triplet: 41, F1 and 84. RGB value is (65,241,132). Sum of RGB (Red+Green+Blue) = 65+241+132=438 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.84% from 438); Green value is 241 (94.53% from 255 or 55.02% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 241 - color contains mainly: green. Hex color #41F184 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F184 is #BE0E7B. Grayscale: #B0B0B0. Windows color (decimal): -12455548 or 8712513. OLE color: 8712513.
HSL color Cylindrical-coordinate representation of color #41F184: hue angle of 142.84º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F184 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 241 | 132 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.05 |
| HSL | 142.84º | 0.86% | 0.6% | - |
| HSV(B) | 142.84º | 0.73% | 0.95% | - |
| XYZ | 37.8 | 65.7 | 32.52 | - |
| YUV | 175.95 | 103.19 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 241 | 132 | 0.73 | 0 | 0.45 | 0.05 | 142.84 | 0.86 | 0.6 |
| Hex | 41 | F1 | 84 | 49 | 0 | 2D | 5 | 8F | 56 | 3C |
| Octal | 101 | 361 | 204 | 111 | 0 | 55 | 5 | 217 | 126 | 74 |
| Binary | 1000001 | 11110001 | 10000100 | 1001001 | 0 | 101101 | 101 | 10001111 | 1010110 | 111100 |
Color Harmonies of #41F184
Complementary color
Monochromatic Colors of #41F184
Black with #41F184
Text Example
Text Example
White with #41F184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F184; }
p { color: rgb(65,241,132); }
H1.HeaderClassName
{
color: #41F184;
}
.AnyTagClassName
{
color: #41F184;
}
</style>
background-color css
<style>
a { background-color: #41F184; }
a { background-color: rgb(65,241,132); }
div.DivClassName
{
background-color: #41F184;
}
.BgClassName
{
background-color: #41F184;
}
</style>
border-color css
<style>
span { border-color: #41F184; }
span { border-color: rgb(65,241,132); }
td.TdClassName
{
border-color: #41F184;
}
.TagClassName
{
border-color: #41F184;
}
</style>