Shades of Emerald #41E960
Tints of Emerald #41E960
RGB
CMYK
RGB Variations
Color information
#41E960 (or 0x41E960) is known color: Emerald. HEX triplet: 41, E9 and 60. RGB value is (65,233,96). Sum of RGB (Red+Green+Blue) = 65+233+96=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 233 (91.41% from 255 or 59.14% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 233 - color contains mainly: green. Hex color #41E960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E960 is #BE169F. Grayscale: #A7A7A7. Windows color (decimal): -12457632 or 6351169. OLE color: 6351169.
HSL color Cylindrical-coordinate representation of color #41E960: hue angle of 131.07º degrees, saturation: 0.79, 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 #41E960 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 233 | 96 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.09 |
| HSL | 131.07º | 0.79% | 0.58% | - |
| HSV(B) | 131.07º | 0.72% | 0.91% | - |
| XYZ | 33.43 | 60.25 | 20.93 | - |
| YUV | 167.15 | 87.84 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 233 | 96 | 0.72 | 0 | 0.59 | 0.09 | 131.07 | 0.79 | 0.58 |
| Hex | 41 | E9 | 60 | 48 | 0 | 3B | 9 | 83 | 4F | 3A |
| Octal | 101 | 351 | 140 | 110 | 0 | 73 | 11 | 203 | 117 | 72 |
| Binary | 1000001 | 11101001 | 1100000 | 1001000 | 0 | 111011 | 1001 | 10000011 | 1001111 | 111010 |
Color Harmonies of #41E960
Complementary color
Monochromatic Colors of #41E960
Black with #41E960
Text Example
Text Example
White with #41E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E960; }
p { color: rgb(65,233,96); }
H1.HeaderClassName
{
color: #41E960;
}
.AnyTagClassName
{
color: #41E960;
}
</style>
background-color css
<style>
a { background-color: #41E960; }
a { background-color: rgb(65,233,96); }
div.DivClassName
{
background-color: #41E960;
}
.BgClassName
{
background-color: #41E960;
}
</style>
border-color css
<style>
span { border-color: #41E960; }
span { border-color: rgb(65,233,96); }
td.TdClassName
{
border-color: #41E960;
}
.TagClassName
{
border-color: #41E960;
}
</style>