Shades of Emerald #41E75E
Tints of Emerald #41E75E
RGB
CMYK
RGB Variations
Color information
#41E75E (or 0x41E75E) is known color: Emerald. HEX triplet: 41, E7 and 5E. RGB value is (65,231,94). Sum of RGB (Red+Green+Blue) = 65+231+94=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 231 (90.62% from 255 or 59.23% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 231 - color contains mainly: green. Hex color #41E75E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E75E is #BE18A1. Grayscale: #A6A6A6. Windows color (decimal): -12458146 or 6219585. OLE color: 6219585.
HSL color Cylindrical-coordinate representation of color #41E75E: hue angle of 130.48º 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 #41E75E is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 94 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.09 |
| HSL | 130.48º | 0.78% | 0.58% | - |
| HSV(B) | 130.48º | 0.72% | 0.91% | - |
| XYZ | 32.78 | 59.08 | 20.27 | - |
| YUV | 165.75 | 87.5 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 94 | 0.72 | 0 | 0.59 | 0.09 | 130.48 | 0.78 | 0.58 |
| Hex | 41 | E7 | 5E | 48 | 0 | 3B | 9 | 82 | 4E | 3A |
| Octal | 101 | 347 | 136 | 110 | 0 | 73 | 11 | 202 | 116 | 72 |
| Binary | 1000001 | 11100111 | 1011110 | 1001000 | 0 | 111011 | 1001 | 10000010 | 1001110 | 111010 |
Color Harmonies of #41E75E
Complementary color
Monochromatic Colors of #41E75E
Black with #41E75E
Text Example
Text Example
White with #41E75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E75E; }
p { color: rgb(65,231,94); }
H1.HeaderClassName
{
color: #41E75E;
}
.AnyTagClassName
{
color: #41E75E;
}
</style>
background-color css
<style>
a { background-color: #41E75E; }
a { background-color: rgb(65,231,94); }
div.DivClassName
{
background-color: #41E75E;
}
.BgClassName
{
background-color: #41E75E;
}
</style>
border-color css
<style>
span { border-color: #41E75E; }
span { border-color: rgb(65,231,94); }
td.TdClassName
{
border-color: #41E75E;
}
.TagClassName
{
border-color: #41E75E;
}
</style>