Shades of Emerald #41E075
Tints of Emerald #41E075
RGB
CMYK
RGB Variations
Color information
#41E075 (or 0x41E075) is known color: Emerald. HEX triplet: 41, E0 and 75. RGB value is (65,224,117). Sum of RGB (Red+Green+Blue) = 65+224+117=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #41E075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41E075 is #BE1F8A. Grayscale: #A4A4A4. Windows color (decimal): -12459915 or 7725121. OLE color: 7725121.
HSL color Cylindrical-coordinate representation of color #41E075: hue angle of 139.62º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E075 is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 224 | 117 | - |
| CMYK | 0.71 | 0 | 0.48 | 0.12 |
| HSL | 139.62º | 0.72% | 0.57% | - |
| HSV(B) | 139.62º | 0.71% | 0.88% | - |
| XYZ | 32.05 | 55.72 | 25.9 | - |
| YUV | 164.26 | 101.32 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 224 | 117 | 0.71 | 0 | 0.48 | 0.12 | 139.62 | 0.72 | 0.57 |
| Hex | 41 | E0 | 75 | 47 | 0 | 30 | C | 8C | 48 | 39 |
| Octal | 101 | 340 | 165 | 107 | 0 | 60 | 14 | 214 | 110 | 71 |
| Binary | 1000001 | 11100000 | 1110101 | 1000111 | 0 | 110000 | 1100 | 10001100 | 1001000 | 111001 |
Color Harmonies of #41E075
Complementary color
Monochromatic Colors of #41E075
Black with #41E075
Text Example
Text Example
White with #41E075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E075; }
p { color: rgb(65,224,117); }
H1.HeaderClassName
{
color: #41E075;
}
.AnyTagClassName
{
color: #41E075;
}
</style>
background-color css
<style>
a { background-color: #41E075; }
a { background-color: rgb(65,224,117); }
div.DivClassName
{
background-color: #41E075;
}
.BgClassName
{
background-color: #41E075;
}
</style>
border-color css
<style>
span { border-color: #41E075; }
span { border-color: rgb(65,224,117); }
td.TdClassName
{
border-color: #41E075;
}
.TagClassName
{
border-color: #41E075;
}
</style>