Shades of Emerald #41DC78
Tints of Emerald #41DC78
RGB
CMYK
RGB Variations
Color information
#41DC78 (or 0x41DC78) is known color: Emerald. HEX triplet: 41, DC and 78. RGB value is (65,220,120). Sum of RGB (Red+Green+Blue) = 65+220+120=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DC78 is #BE2387. Grayscale: #A2A2A2. Windows color (decimal): -12460936 or 7920705. OLE color: 7920705.
HSL color Cylindrical-coordinate representation of color #41DC78: hue angle of 141.29º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DC78 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 220 | 120 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.14 |
| HSL | 141.29º | 0.69% | 0.56% | - |
| HSV(B) | 141.29º | 0.7% | 0.86% | - |
| XYZ | 31.16 | 53.67 | 26.49 | - |
| YUV | 162.26 | 104.15 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 120 | 0.70 | 0 | 0.45 | 0.14 | 141.29 | 0.69 | 0.56 |
| Hex | 41 | DC | 78 | 46 | 0 | 2D | E | 8D | 45 | 38 |
| Octal | 101 | 334 | 170 | 106 | 0 | 55 | 16 | 215 | 105 | 70 |
| Binary | 1000001 | 11011100 | 1111000 | 1000110 | 0 | 101101 | 1110 | 10001101 | 1000101 | 111000 |
Color Harmonies of #41DC78
Complementary color
Monochromatic Colors of #41DC78
Black with #41DC78
Text Example
Text Example
White with #41DC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DC78; }
p { color: rgb(65,220,120); }
H1.HeaderClassName
{
color: #41DC78;
}
.AnyTagClassName
{
color: #41DC78;
}
</style>
background-color css
<style>
a { background-color: #41DC78; }
a { background-color: rgb(65,220,120); }
div.DivClassName
{
background-color: #41DC78;
}
.BgClassName
{
background-color: #41DC78;
}
</style>
border-color css
<style>
span { border-color: #41DC78; }
span { border-color: rgb(65,220,120); }
td.TdClassName
{
border-color: #41DC78;
}
.TagClassName
{
border-color: #41DC78;
}
</style>