Shades of Emerald #41E665
Tints of Emerald #41E665
RGB
CMYK
RGB Variations
Color information
#41E665 (or 0x41E665) is known color: Emerald. HEX triplet: 41, E6 and 65. RGB value is (65,230,101). Sum of RGB (Red+Green+Blue) = 65+230+101=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 230 (90.23% from 255 or 58.08% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 230 - color contains mainly: green. Hex color #41E665 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E665 is #BE199A. Grayscale: #A6A6A6. Windows color (decimal): -12458395 or 6678081. OLE color: 6678081.
HSL color Cylindrical-coordinate representation of color #41E665: hue angle of 133.09º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E665 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 230 | 101 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.10 |
| HSL | 133.09º | 0.77% | 0.58% | - |
| HSV(B) | 133.09º | 0.72% | 0.9% | - |
| XYZ | 32.83 | 58.66 | 21.9 | - |
| YUV | 165.96 | 91.34 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 230 | 101 | 0.72 | 0 | 0.56 | 0.10 | 133.09 | 0.77 | 0.58 |
| Hex | 41 | E6 | 65 | 48 | 0 | 38 | A | 85 | 4D | 3A |
| Octal | 101 | 346 | 145 | 110 | 0 | 70 | 12 | 205 | 115 | 72 |
| Binary | 1000001 | 11100110 | 1100101 | 1001000 | 0 | 111000 | 1010 | 10000101 | 1001101 | 111010 |
Color Harmonies of #41E665
Complementary color
Monochromatic Colors of #41E665
Black with #41E665
Text Example
Text Example
White with #41E665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E665; }
p { color: rgb(65,230,101); }
H1.HeaderClassName
{
color: #41E665;
}
.AnyTagClassName
{
color: #41E665;
}
</style>
background-color css
<style>
a { background-color: #41E665; }
a { background-color: rgb(65,230,101); }
div.DivClassName
{
background-color: #41E665;
}
.BgClassName
{
background-color: #41E665;
}
</style>
border-color css
<style>
span { border-color: #41E665; }
span { border-color: rgb(65,230,101); }
td.TdClassName
{
border-color: #41E665;
}
.TagClassName
{
border-color: #41E665;
}
</style>