Shades of Emerald #41C571
Tints of Emerald #41C571
RGB
CMYK
RGB Variations
Color information
#41C571 (or 0x41C571) is known color: Emerald. HEX triplet: 41, C5 and 71. RGB value is (65,197,113). Sum of RGB (Red+Green+Blue) = 65+197+113=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #41C571 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C571 is #BE3A8E. Grayscale: #949494. Windows color (decimal): -12466831 or 7456065. OLE color: 7456065.
HSL color Cylindrical-coordinate representation of color #41C571: hue angle of 141.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C571 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 197 | 113 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.23 |
| HSL | 141.82º | 0.53% | 0.51% | - |
| HSV(B) | 141.82º | 0.67% | 0.77% | - |
| XYZ | 25.13 | 42.25 | 22.45 | - |
| YUV | 147.96 | 108.27 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 113 | 0.67 | 0 | 0.43 | 0.23 | 141.82 | 0.53 | 0.51 |
| Hex | 41 | C5 | 71 | 43 | 0 | 2B | 17 | 8E | 35 | 33 |
| Octal | 101 | 305 | 161 | 103 | 0 | 53 | 27 | 216 | 65 | 63 |
| Binary | 1000001 | 11000101 | 1110001 | 1000011 | 0 | 101011 | 10111 | 10001110 | 110101 | 110011 |
Color Harmonies of #41C571
Complementary color
Monochromatic Colors of #41C571
Black with #41C571
Text Example
Text Example
White with #41C571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C571; }
p { color: rgb(65,197,113); }
H1.HeaderClassName
{
color: #41C571;
}
.AnyTagClassName
{
color: #41C571;
}
</style>
background-color css
<style>
a { background-color: #41C571; }
a { background-color: rgb(65,197,113); }
div.DivClassName
{
background-color: #41C571;
}
.BgClassName
{
background-color: #41C571;
}
</style>
border-color css
<style>
span { border-color: #41C571; }
span { border-color: rgb(65,197,113); }
td.TdClassName
{
border-color: #41C571;
}
.TagClassName
{
border-color: #41C571;
}
</style>