Shades of Emerald #41C980
Tints of Emerald #41C980
RGB
CMYK
RGB Variations
Color information
#41C980 (or 0x41C980) is known color: Emerald. HEX triplet: 41, C9 and 80. RGB value is (65,201,128). Sum of RGB (Red+Green+Blue) = 65+201+128=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #41C980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C980 is #BE367F. Grayscale: #989898. Windows color (decimal): -12465792 or 8440129. OLE color: 8440129.
HSL color Cylindrical-coordinate representation of color #41C980: hue angle of 147.79º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C980 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 201 | 128 | - |
| CMYK | 0.68 | 0 | 0.36 | 0.21 |
| HSL | 147.79º | 0.56% | 0.52% | - |
| HSV(B) | 147.79º | 0.68% | 0.79% | - |
| XYZ | 26.96 | 44.46 | 27.58 | - |
| YUV | 152.01 | 114.44 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 201 | 128 | 0.68 | 0 | 0.36 | 0.21 | 147.79 | 0.56 | 0.52 |
| Hex | 41 | C9 | 80 | 44 | 0 | 24 | 15 | 94 | 38 | 34 |
| Octal | 101 | 311 | 200 | 104 | 0 | 44 | 25 | 224 | 70 | 64 |
| Binary | 1000001 | 11001001 | 10000000 | 1000100 | 0 | 100100 | 10101 | 10010100 | 111000 | 110100 |
Color Harmonies of #41C980
Complementary color
Monochromatic Colors of #41C980
Black with #41C980
Text Example
Text Example
White with #41C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C980; }
p { color: rgb(65,201,128); }
H1.HeaderClassName
{
color: #41C980;
}
.AnyTagClassName
{
color: #41C980;
}
</style>
background-color css
<style>
a { background-color: #41C980; }
a { background-color: rgb(65,201,128); }
div.DivClassName
{
background-color: #41C980;
}
.BgClassName
{
background-color: #41C980;
}
</style>
border-color css
<style>
span { border-color: #41C980; }
span { border-color: rgb(65,201,128); }
td.TdClassName
{
border-color: #41C980;
}
.TagClassName
{
border-color: #41C980;
}
</style>