Shades of Emerald #41E977
Tints of Emerald #41E977
RGB
CMYK
RGB Variations
Color information
#41E977 (or 0x41E977) is known color: Emerald. HEX triplet: 41, E9 and 77. RGB value is (65,233,119). Sum of RGB (Red+Green+Blue) = 65+233+119=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 233 (91.41% from 255 or 55.88% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 233 - color contains mainly: green. Hex color #41E977 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E977 is #BE1688. Grayscale: #AAAAAA. Windows color (decimal): -12457609 or 7858497. OLE color: 7858497.
HSL color Cylindrical-coordinate representation of color #41E977: hue angle of 139.29º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E977 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 233 | 119 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.09 |
| HSL | 139.29º | 0.79% | 0.58% | - |
| HSV(B) | 139.29º | 0.72% | 0.91% | - |
| XYZ | 34.65 | 60.73 | 27.35 | - |
| YUV | 169.77 | 99.34 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 233 | 119 | 0.72 | 0 | 0.49 | 0.09 | 139.29 | 0.79 | 0.58 |
| Hex | 41 | E9 | 77 | 48 | 0 | 31 | 9 | 8B | 4F | 3A |
| Octal | 101 | 351 | 167 | 110 | 0 | 61 | 11 | 213 | 117 | 72 |
| Binary | 1000001 | 11101001 | 1110111 | 1001000 | 0 | 110001 | 1001 | 10001011 | 1001111 | 111010 |
Color Harmonies of #41E977
Complementary color
Monochromatic Colors of #41E977
Black with #41E977
Text Example
Text Example
White with #41E977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E977; }
p { color: rgb(65,233,119); }
H1.HeaderClassName
{
color: #41E977;
}
.AnyTagClassName
{
color: #41E977;
}
</style>
background-color css
<style>
a { background-color: #41E977; }
a { background-color: rgb(65,233,119); }
div.DivClassName
{
background-color: #41E977;
}
.BgClassName
{
background-color: #41E977;
}
</style>
border-color css
<style>
span { border-color: #41E977; }
span { border-color: rgb(65,233,119); }
td.TdClassName
{
border-color: #41E977;
}
.TagClassName
{
border-color: #41E977;
}
</style>