Shades of Emerald #41E060
Tints of Emerald #41E060
RGB
CMYK
RGB Variations
Color information
#41E060 (or 0x41E060) is known color: Emerald. HEX triplet: 41, E0 and 60. RGB value is (65,224,96). Sum of RGB (Red+Green+Blue) = 65+224+96=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #41E060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41E060 is #BE1F9F. Grayscale: #A2A2A2. Windows color (decimal): -12459936 or 6348865. OLE color: 6348865.
HSL color Cylindrical-coordinate representation of color #41E060: hue angle of 131.7º 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 #41E060 is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 224 | 96 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.12 |
| HSL | 131.7º | 0.72% | 0.57% | - |
| HSV(B) | 131.7º | 0.71% | 0.88% | - |
| XYZ | 30.95 | 55.28 | 20.11 | - |
| YUV | 161.87 | 90.82 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 224 | 96 | 0.71 | 0 | 0.57 | 0.12 | 131.7 | 0.72 | 0.57 |
| Hex | 41 | E0 | 60 | 47 | 0 | 39 | C | 84 | 48 | 39 |
| Octal | 101 | 340 | 140 | 107 | 0 | 71 | 14 | 204 | 110 | 71 |
| Binary | 1000001 | 11100000 | 1100000 | 1000111 | 0 | 111001 | 1100 | 10000100 | 1001000 | 111001 |
Color Harmonies of #41E060
Complementary color
Monochromatic Colors of #41E060
Black with #41E060
Text Example
Text Example
White with #41E060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E060; }
p { color: rgb(65,224,96); }
H1.HeaderClassName
{
color: #41E060;
}
.AnyTagClassName
{
color: #41E060;
}
</style>
background-color css
<style>
a { background-color: #41E060; }
a { background-color: rgb(65,224,96); }
div.DivClassName
{
background-color: #41E060;
}
.BgClassName
{
background-color: #41E060;
}
</style>
border-color css
<style>
span { border-color: #41E060; }
span { border-color: rgb(65,224,96); }
td.TdClassName
{
border-color: #41E060;
}
.TagClassName
{
border-color: #41E060;
}
</style>