Shades of Emerald #41E763
Tints of Emerald #41E763
RGB
CMYK
RGB Variations
Color information
#41E763 (or 0x41E763) is known color: Emerald. HEX triplet: 41, E7 and 63. RGB value is (65,231,99). Sum of RGB (Red+Green+Blue) = 65+231+99=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 231 (90.62% from 255 or 58.48% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 231 - color contains mainly: green. Hex color #41E763 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E763 is #BE189C. Grayscale: #A6A6A6. Windows color (decimal): -12458141 or 6547265. OLE color: 6547265.
HSL color Cylindrical-coordinate representation of color #41E763: hue angle of 132.29º 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 #41E763 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 99 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.09 |
| HSL | 132.29º | 0.78% | 0.58% | - |
| HSV(B) | 132.29º | 0.72% | 0.91% | - |
| XYZ | 33.01 | 59.18 | 21.49 | - |
| YUV | 166.32 | 90 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 99 | 0.72 | 0 | 0.57 | 0.09 | 132.29 | 0.78 | 0.58 |
| Hex | 41 | E7 | 63 | 48 | 0 | 39 | 9 | 84 | 4E | 3A |
| Octal | 101 | 347 | 143 | 110 | 0 | 71 | 11 | 204 | 116 | 72 |
| Binary | 1000001 | 11100111 | 1100011 | 1001000 | 0 | 111001 | 1001 | 10000100 | 1001110 | 111010 |
Color Harmonies of #41E763
Complementary color
Monochromatic Colors of #41E763
Black with #41E763
Text Example
Text Example
White with #41E763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E763; }
p { color: rgb(65,231,99); }
H1.HeaderClassName
{
color: #41E763;
}
.AnyTagClassName
{
color: #41E763;
}
</style>
background-color css
<style>
a { background-color: #41E763; }
a { background-color: rgb(65,231,99); }
div.DivClassName
{
background-color: #41E763;
}
.BgClassName
{
background-color: #41E763;
}
</style>
border-color css
<style>
span { border-color: #41E763; }
span { border-color: rgb(65,231,99); }
td.TdClassName
{
border-color: #41E763;
}
.TagClassName
{
border-color: #41E763;
}
</style>