Shades of Emerald #41D180
Tints of Emerald #41D180
RGB
CMYK
RGB Variations
Color information
#41D180 (or 0x41D180) is known color: Emerald. HEX triplet: 41, D1 and 80. RGB value is (65,209,128). Sum of RGB (Red+Green+Blue) = 65+209+128=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #41D180 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D180 is #BE2E7F. Grayscale: #9C9C9C. Windows color (decimal): -12463744 or 8442177. OLE color: 8442177.
HSL color Cylindrical-coordinate representation of color #41D180: hue angle of 146.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D180 is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 209 | 128 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.18 |
| HSL | 146.25º | 0.61% | 0.54% | - |
| HSV(B) | 146.25º | 0.69% | 0.82% | - |
| XYZ | 28.88 | 48.28 | 28.22 | - |
| YUV | 156.71 | 111.79 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 209 | 128 | 0.69 | 0 | 0.39 | 0.18 | 146.25 | 0.61 | 0.54 |
| Hex | 41 | D1 | 80 | 45 | 0 | 27 | 12 | 92 | 3D | 36 |
| Octal | 101 | 321 | 200 | 105 | 0 | 47 | 22 | 222 | 75 | 66 |
| Binary | 1000001 | 11010001 | 10000000 | 1000101 | 0 | 100111 | 10010 | 10010010 | 111101 | 110110 |
Color Harmonies of #41D180
Complementary color
Monochromatic Colors of #41D180
Black with #41D180
Text Example
Text Example
White with #41D180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D180; }
p { color: rgb(65,209,128); }
H1.HeaderClassName
{
color: #41D180;
}
.AnyTagClassName
{
color: #41D180;
}
</style>
background-color css
<style>
a { background-color: #41D180; }
a { background-color: rgb(65,209,128); }
div.DivClassName
{
background-color: #41D180;
}
.BgClassName
{
background-color: #41D180;
}
</style>
border-color css
<style>
span { border-color: #41D180; }
span { border-color: rgb(65,209,128); }
td.TdClassName
{
border-color: #41D180;
}
.TagClassName
{
border-color: #41D180;
}
</style>