Shades of Emerald #41DC70
Tints of Emerald #41DC70
RGB
CMYK
RGB Variations
Color information
#41DC70 (or 0x41DC70) is known color: Emerald. HEX triplet: 41, DC and 70. RGB value is (65,220,112). Sum of RGB (Red+Green+Blue) = 65+220+112=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DC70 is #BE238F. Grayscale: #A1A1A1. Windows color (decimal): -12460944 or 7396417. OLE color: 7396417.
HSL color Cylindrical-coordinate representation of color #41DC70: hue angle of 138.19º 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 #41DC70 is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 220 | 112 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.14 |
| HSL | 138.19º | 0.69% | 0.56% | - |
| HSV(B) | 138.19º | 0.7% | 0.86% | - |
| XYZ | 30.7 | 53.48 | 24.03 | - |
| YUV | 161.34 | 100.15 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 112 | 0.70 | 0 | 0.49 | 0.14 | 138.19 | 0.69 | 0.56 |
| Hex | 41 | DC | 70 | 46 | 0 | 31 | E | 8A | 45 | 38 |
| Octal | 101 | 334 | 160 | 106 | 0 | 61 | 16 | 212 | 105 | 70 |
| Binary | 1000001 | 11011100 | 1110000 | 1000110 | 0 | 110001 | 1110 | 10001010 | 1000101 | 111000 |
Color Harmonies of #41DC70
Complementary color
Monochromatic Colors of #41DC70
Black with #41DC70
Text Example
Text Example
White with #41DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DC70; }
p { color: rgb(65,220,112); }
H1.HeaderClassName
{
color: #41DC70;
}
.AnyTagClassName
{
color: #41DC70;
}
</style>
background-color css
<style>
a { background-color: #41DC70; }
a { background-color: rgb(65,220,112); }
div.DivClassName
{
background-color: #41DC70;
}
.BgClassName
{
background-color: #41DC70;
}
</style>
border-color css
<style>
span { border-color: #41DC70; }
span { border-color: rgb(65,220,112); }
td.TdClassName
{
border-color: #41DC70;
}
.TagClassName
{
border-color: #41DC70;
}
</style>