Shades of Emerald #41C564
Tints of Emerald #41C564
RGB
CMYK
RGB Variations
Color information
#41C564 (or 0x41C564) is known color: Emerald. HEX triplet: 41, C5 and 64. RGB value is (65,197,100). Sum of RGB (Red+Green+Blue) = 65+197+100=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #41C564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C564 is #BE3A9B. Grayscale: #929292. Windows color (decimal): -12466844 or 6604097. OLE color: 6604097.
HSL color Cylindrical-coordinate representation of color #41C564: hue angle of 135.91º 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 #41C564 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 197 | 100 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.23 |
| HSL | 135.91º | 0.53% | 0.51% | - |
| HSV(B) | 135.91º | 0.67% | 0.77% | - |
| XYZ | 24.45 | 41.98 | 18.87 | - |
| YUV | 146.47 | 101.77 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 100 | 0.67 | 0 | 0.49 | 0.23 | 135.91 | 0.53 | 0.51 |
| Hex | 41 | C5 | 64 | 43 | 0 | 31 | 17 | 88 | 35 | 33 |
| Octal | 101 | 305 | 144 | 103 | 0 | 61 | 27 | 210 | 65 | 63 |
| Binary | 1000001 | 11000101 | 1100100 | 1000011 | 0 | 110001 | 10111 | 10001000 | 110101 | 110011 |
Color Harmonies of #41C564
Complementary color
Monochromatic Colors of #41C564
Black with #41C564
Text Example
Text Example
White with #41C564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C564; }
p { color: rgb(65,197,100); }
H1.HeaderClassName
{
color: #41C564;
}
.AnyTagClassName
{
color: #41C564;
}
</style>
background-color css
<style>
a { background-color: #41C564; }
a { background-color: rgb(65,197,100); }
div.DivClassName
{
background-color: #41C564;
}
.BgClassName
{
background-color: #41C564;
}
</style>
border-color css
<style>
span { border-color: #41C564; }
span { border-color: rgb(65,197,100); }
td.TdClassName
{
border-color: #41C564;
}
.TagClassName
{
border-color: #41C564;
}
</style>