Shades of Emerald #41CA5E
Tints of Emerald #41CA5E
RGB
CMYK
RGB Variations
Color information
#41CA5E (or 0x41CA5E) is known color: Emerald. HEX triplet: 41, CA and 5E. RGB value is (65,202,94). Sum of RGB (Red+Green+Blue) = 65+202+94=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CA5E is #BE35A1. Grayscale: #959595. Windows color (decimal): -12465570 or 6212161. OLE color: 6212161.
HSL color Cylindrical-coordinate representation of color #41CA5E: hue angle of 132.7º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CA5E is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 202 | 94 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.21 |
| HSL | 132.7º | 0.56% | 0.52% | - |
| HSV(B) | 132.7º | 0.68% | 0.79% | - |
| XYZ | 25.32 | 44.17 | 17.78 | - |
| YUV | 148.73 | 97.11 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 202 | 94 | 0.68 | 0 | 0.53 | 0.21 | 132.7 | 0.56 | 0.52 |
| Hex | 41 | CA | 5E | 44 | 0 | 35 | 15 | 85 | 38 | 34 |
| Octal | 101 | 312 | 136 | 104 | 0 | 65 | 25 | 205 | 70 | 64 |
| Binary | 1000001 | 11001010 | 1011110 | 1000100 | 0 | 110101 | 10101 | 10000101 | 111000 | 110100 |
Color Harmonies of #41CA5E
Complementary color
Monochromatic Colors of #41CA5E
Black with #41CA5E
Text Example
Text Example
White with #41CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CA5E; }
p { color: rgb(65,202,94); }
H1.HeaderClassName
{
color: #41CA5E;
}
.AnyTagClassName
{
color: #41CA5E;
}
</style>
background-color css
<style>
a { background-color: #41CA5E; }
a { background-color: rgb(65,202,94); }
div.DivClassName
{
background-color: #41CA5E;
}
.BgClassName
{
background-color: #41CA5E;
}
</style>
border-color css
<style>
span { border-color: #41CA5E; }
span { border-color: rgb(65,202,94); }
td.TdClassName
{
border-color: #41CA5E;
}
.TagClassName
{
border-color: #41CA5E;
}
</style>