Shades of Emerald #41F172
Tints of Emerald #41F172
RGB
CMYK
RGB Variations
Color information
#41F172 (or 0x41F172) is known color: Emerald. HEX triplet: 41, F1 and 72. RGB value is (65,241,114). Sum of RGB (Red+Green+Blue) = 65+241+114=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 241 (94.53% from 255 or 57.38% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 241 - color contains mainly: green. Hex color #41F172 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F172 is #BE0E8D. Grayscale: #AEAEAE. Windows color (decimal): -12455566 or 7532865. OLE color: 7532865.
HSL color Cylindrical-coordinate representation of color #41F172: hue angle of 136.7º 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 #41F172 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 241 | 114 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.05 |
| HSL | 136.7º | 0.86% | 0.6% | - |
| HSV(B) | 136.7º | 0.73% | 0.95% | - |
| XYZ | 36.67 | 65.25 | 26.58 | - |
| YUV | 173.9 | 94.19 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 241 | 114 | 0.73 | 0 | 0.53 | 0.05 | 136.7 | 0.86 | 0.6 |
| Hex | 41 | F1 | 72 | 49 | 0 | 35 | 5 | 89 | 56 | 3C |
| Octal | 101 | 361 | 162 | 111 | 0 | 65 | 5 | 211 | 126 | 74 |
| Binary | 1000001 | 11110001 | 1110010 | 1001001 | 0 | 110101 | 101 | 10001001 | 1010110 | 111100 |
Color Harmonies of #41F172
Complementary color
Monochromatic Colors of #41F172
Black with #41F172
Text Example
Text Example
White with #41F172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F172; }
p { color: rgb(65,241,114); }
H1.HeaderClassName
{
color: #41F172;
}
.AnyTagClassName
{
color: #41F172;
}
</style>
background-color css
<style>
a { background-color: #41F172; }
a { background-color: rgb(65,241,114); }
div.DivClassName
{
background-color: #41F172;
}
.BgClassName
{
background-color: #41F172;
}
</style>
border-color css
<style>
span { border-color: #41F172; }
span { border-color: rgb(65,241,114); }
td.TdClassName
{
border-color: #41F172;
}
.TagClassName
{
border-color: #41F172;
}
</style>