Shades of Emerald #41F77D
Tints of Emerald #41F77D
RGB
CMYK
RGB Variations
Color information
#41F77D (or 0x41F77D) is known color: Emerald. HEX triplet: 41, F7 and 7D. RGB value is (65,247,125). Sum of RGB (Red+Green+Blue) = 65+247+125=437 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.87% from 437); Green value is 247 (96.88% from 255 or 56.52% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 247 - color contains mainly: green. Hex color #41F77D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41F77D is #BE0882. Grayscale: #B2B2B2. Windows color (decimal): -12454019 or 8255297. OLE color: 8255297.
HSL color Cylindrical-coordinate representation of color #41F77D: hue angle of 139.78º degrees, saturation: 0.92, 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 #41F77D is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 125 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.03 |
| HSL | 139.78º | 0.92% | 0.61% | - |
| HSV(B) | 139.78º | 0.74% | 0.97% | - |
| XYZ | 39.14 | 69.13 | 30.68 | - |
| YUV | 178.67 | 97.7 | 46.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 125 | 0.74 | 0 | 0.49 | 0.03 | 139.78 | 0.92 | 0.61 |
| Hex | 41 | F7 | 7D | 4A | 0 | 31 | 3 | 8C | 5C | 3D |
| Octal | 101 | 367 | 175 | 112 | 0 | 61 | 3 | 214 | 134 | 75 |
| Binary | 1000001 | 11110111 | 1111101 | 1001010 | 0 | 110001 | 11 | 10001100 | 1011100 | 111101 |
Color Harmonies of #41F77D
Complementary color
Monochromatic Colors of #41F77D
Black with #41F77D
Text Example
Text Example
White with #41F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F77D; }
p { color: rgb(65,247,125); }
H1.HeaderClassName
{
color: #41F77D;
}
.AnyTagClassName
{
color: #41F77D;
}
</style>
background-color css
<style>
a { background-color: #41F77D; }
a { background-color: rgb(65,247,125); }
div.DivClassName
{
background-color: #41F77D;
}
.BgClassName
{
background-color: #41F77D;
}
</style>
border-color css
<style>
span { border-color: #41F77D; }
span { border-color: rgb(65,247,125); }
td.TdClassName
{
border-color: #41F77D;
}
.TagClassName
{
border-color: #41F77D;
}
</style>