Shades of Emerald #41F880
Tints of Emerald #41F880
RGB
CMYK
RGB Variations
Color information
#41F880 (or 0x41F880) is known color: Emerald. HEX triplet: 41, F8 and 80. RGB value is (65,248,128). Sum of RGB (Red+Green+Blue) = 65+248+128=441 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.74% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #41F880 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F880 is #BE077F. Grayscale: #B3B3B3. Windows color (decimal): -12453760 or 8452161. OLE color: 8452161.
HSL color Cylindrical-coordinate representation of color #41F880: hue angle of 140.66º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F880 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 248 | 128 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.03 |
| HSL | 140.66º | 0.93% | 0.61% | - |
| HSV(B) | 140.66º | 0.74% | 0.97% | - |
| XYZ | 39.64 | 69.82 | 31.81 | - |
| YUV | 179.6 | 98.87 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 248 | 128 | 0.74 | 0 | 0.48 | 0.03 | 140.66 | 0.93 | 0.61 |
| Hex | 41 | F8 | 80 | 4A | 0 | 30 | 3 | 8D | 5D | 3D |
| Octal | 101 | 370 | 200 | 112 | 0 | 60 | 3 | 215 | 135 | 75 |
| Binary | 1000001 | 11111000 | 10000000 | 1001010 | 0 | 110000 | 11 | 10001101 | 1011101 | 111101 |
Color Harmonies of #41F880
Complementary color
Monochromatic Colors of #41F880
Black with #41F880
Text Example
Text Example
White with #41F880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F880; }
p { color: rgb(65,248,128); }
H1.HeaderClassName
{
color: #41F880;
}
.AnyTagClassName
{
color: #41F880;
}
</style>
background-color css
<style>
a { background-color: #41F880; }
a { background-color: rgb(65,248,128); }
div.DivClassName
{
background-color: #41F880;
}
.BgClassName
{
background-color: #41F880;
}
</style>
border-color css
<style>
span { border-color: #41F880; }
span { border-color: rgb(65,248,128); }
td.TdClassName
{
border-color: #41F880;
}
.TagClassName
{
border-color: #41F880;
}
</style>