Shades of Emerald #41E766
Tints of Emerald #41E766
RGB
CMYK
RGB Variations
Color information
#41E766 (or 0x41E766) is known color: Emerald. HEX triplet: 41, E7 and 66. RGB value is (65,231,102). Sum of RGB (Red+Green+Blue) = 65+231+102=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 231 (90.62% from 255 or 58.04% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 231 - color contains mainly: green. Hex color #41E766 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E766 is #BE1899. Grayscale: #A7A7A7. Windows color (decimal): -12458138 or 6743873. OLE color: 6743873.
HSL color Cylindrical-coordinate representation of color #41E766: hue angle of 133.37º 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 #41E766 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 102 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.09 |
| HSL | 133.37º | 0.78% | 0.58% | - |
| HSV(B) | 133.37º | 0.72% | 0.91% | - |
| XYZ | 33.15 | 59.23 | 22.26 | - |
| YUV | 166.66 | 91.5 | 55.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 102 | 0.72 | 0 | 0.56 | 0.09 | 133.37 | 0.78 | 0.58 |
| Hex | 41 | E7 | 66 | 48 | 0 | 38 | 9 | 85 | 4E | 3A |
| Octal | 101 | 347 | 146 | 110 | 0 | 70 | 11 | 205 | 116 | 72 |
| Binary | 1000001 | 11100111 | 1100110 | 1001000 | 0 | 111000 | 1001 | 10000101 | 1001110 | 111010 |
Color Harmonies of #41E766
Complementary color
Monochromatic Colors of #41E766
Black with #41E766
Text Example
Text Example
White with #41E766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E766; }
p { color: rgb(65,231,102); }
H1.HeaderClassName
{
color: #41E766;
}
.AnyTagClassName
{
color: #41E766;
}
</style>
background-color css
<style>
a { background-color: #41E766; }
a { background-color: rgb(65,231,102); }
div.DivClassName
{
background-color: #41E766;
}
.BgClassName
{
background-color: #41E766;
}
</style>
border-color css
<style>
span { border-color: #41E766; }
span { border-color: rgb(65,231,102); }
td.TdClassName
{
border-color: #41E766;
}
.TagClassName
{
border-color: #41E766;
}
</style>