Shades of Emerald #41C47D
Tints of Emerald #41C47D
RGB
CMYK
RGB Variations
Color information
#41C47D (or 0x41C47D) is known color: Emerald. HEX triplet: 41, C4 and 7D. RGB value is (65,196,125). Sum of RGB (Red+Green+Blue) = 65+196+125=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #41C47D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C47D is #BE3B82. Grayscale: #949494. Windows color (decimal): -12467075 or 8242241. OLE color: 8242241.
HSL color Cylindrical-coordinate representation of color #41C47D: hue angle of 147.48º 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 #41C47D is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 196 | 125 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.23 |
| HSL | 147.48º | 0.53% | 0.51% | - |
| HSV(B) | 147.48º | 0.67% | 0.77% | - |
| XYZ | 25.62 | 42.08 | 26.17 | - |
| YUV | 148.74 | 114.6 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 196 | 125 | 0.67 | 0 | 0.36 | 0.23 | 147.48 | 0.53 | 0.51 |
| Hex | 41 | C4 | 7D | 43 | 0 | 24 | 17 | 93 | 35 | 33 |
| Octal | 101 | 304 | 175 | 103 | 0 | 44 | 27 | 223 | 65 | 63 |
| Binary | 1000001 | 11000100 | 1111101 | 1000011 | 0 | 100100 | 10111 | 10010011 | 110101 | 110011 |
Color Harmonies of #41C47D
Complementary color
Monochromatic Colors of #41C47D
Black with #41C47D
Text Example
Text Example
White with #41C47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C47D; }
p { color: rgb(65,196,125); }
H1.HeaderClassName
{
color: #41C47D;
}
.AnyTagClassName
{
color: #41C47D;
}
</style>
background-color css
<style>
a { background-color: #41C47D; }
a { background-color: rgb(65,196,125); }
div.DivClassName
{
background-color: #41C47D;
}
.BgClassName
{
background-color: #41C47D;
}
</style>
border-color css
<style>
span { border-color: #41C47D; }
span { border-color: rgb(65,196,125); }
td.TdClassName
{
border-color: #41C47D;
}
.TagClassName
{
border-color: #41C47D;
}
</style>