Shades of Emerald #41E76C
Tints of Emerald #41E76C
RGB
CMYK
RGB Variations
Color information
#41E76C (or 0x41E76C) is known color: Emerald. HEX triplet: 41, E7 and 6C. RGB value is (65,231,108). Sum of RGB (Red+Green+Blue) = 65+231+108=404 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.09% from 404); Green value is 231 (90.62% from 255 or 57.18% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 231 - color contains mainly: green. Hex color #41E76C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E76C is #BE1893. Grayscale: #A7A7A7. Windows color (decimal): -12458132 or 7137089. OLE color: 7137089.
HSL color Cylindrical-coordinate representation of color #41E76C: hue angle of 135.54º degrees, saturation: 0.78, 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 #41E76C is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 108 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.09 |
| HSL | 135.54º | 0.78% | 0.58% | - |
| HSV(B) | 135.54º | 0.72% | 0.91% | - |
| XYZ | 33.46 | 59.36 | 23.88 | - |
| YUV | 167.34 | 94.5 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 108 | 0.72 | 0 | 0.53 | 0.09 | 135.54 | 0.78 | 0.58 |
| Hex | 41 | E7 | 6C | 48 | 0 | 35 | 9 | 88 | 4E | 3A |
| Octal | 101 | 347 | 154 | 110 | 0 | 65 | 11 | 210 | 116 | 72 |
| Binary | 1000001 | 11100111 | 1101100 | 1001000 | 0 | 110101 | 1001 | 10001000 | 1001110 | 111010 |
Color Harmonies of #41E76C
Complementary color
Monochromatic Colors of #41E76C
Black with #41E76C
Text Example
Text Example
White with #41E76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E76C; }
p { color: rgb(65,231,108); }
H1.HeaderClassName
{
color: #41E76C;
}
.AnyTagClassName
{
color: #41E76C;
}
</style>
background-color css
<style>
a { background-color: #41E76C; }
a { background-color: rgb(65,231,108); }
div.DivClassName
{
background-color: #41E76C;
}
.BgClassName
{
background-color: #41E76C;
}
</style>
border-color css
<style>
span { border-color: #41E76C; }
span { border-color: rgb(65,231,108); }
td.TdClassName
{
border-color: #41E76C;
}
.TagClassName
{
border-color: #41E76C;
}
</style>