Shades of Emerald #41C863
Tints of Emerald #41C863
RGB
CMYK
RGB Variations
Color information
#41C863 (or 0x41C863) is known color: Emerald. HEX triplet: 41, C8 and 63. RGB value is (65,200,99). Sum of RGB (Red+Green+Blue) = 65+200+99=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #41C863 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C863 is #BE379C. Grayscale: #949494. Windows color (decimal): -12466077 or 6539329. OLE color: 6539329.
HSL color Cylindrical-coordinate representation of color #41C863: hue angle of 135.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C863 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 200 | 99 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.22 |
| HSL | 135.11º | 0.55% | 0.52% | - |
| HSV(B) | 135.11º | 0.68% | 0.78% | - |
| XYZ | 25.09 | 43.33 | 18.85 | - |
| YUV | 148.12 | 100.27 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 200 | 99 | 0.68 | 0 | 0.50 | 0.22 | 135.11 | 0.55 | 0.52 |
| Hex | 41 | C8 | 63 | 44 | 0 | 32 | 16 | 87 | 37 | 34 |
| Octal | 101 | 310 | 143 | 104 | 0 | 62 | 26 | 207 | 67 | 64 |
| Binary | 1000001 | 11001000 | 1100011 | 1000100 | 0 | 110010 | 10110 | 10000111 | 110111 | 110100 |
Color Harmonies of #41C863
Complementary color
Monochromatic Colors of #41C863
Black with #41C863
Text Example
Text Example
White with #41C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C863; }
p { color: rgb(65,200,99); }
H1.HeaderClassName
{
color: #41C863;
}
.AnyTagClassName
{
color: #41C863;
}
</style>
background-color css
<style>
a { background-color: #41C863; }
a { background-color: rgb(65,200,99); }
div.DivClassName
{
background-color: #41C863;
}
.BgClassName
{
background-color: #41C863;
}
</style>
border-color css
<style>
span { border-color: #41C863; }
span { border-color: rgb(65,200,99); }
td.TdClassName
{
border-color: #41C863;
}
.TagClassName
{
border-color: #41C863;
}
</style>