Shades of Emerald #41D95A
Tints of Emerald #41D95A
RGB
CMYK
RGB Variations
Color information
#41D95A (or 0x41D95A) is known color: Emerald. HEX triplet: 41, D9 and 5A. RGB value is (65,217,90). Sum of RGB (Red+Green+Blue) = 65+217+90=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 217 (85.16% from 255 or 58.33% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 217 - color contains mainly: green. Hex color #41D95A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D95A is #BE26A5. Grayscale: #9D9D9D. Windows color (decimal): -12461734 or 5953857. OLE color: 5953857.
HSL color Cylindrical-coordinate representation of color #41D95A: hue angle of 129.87º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D95A is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 217 | 90 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.15 |
| HSL | 129.87º | 0.67% | 0.55% | - |
| HSV(B) | 129.87º | 0.7% | 0.85% | - |
| XYZ | 28.84 | 51.49 | 18.09 | - |
| YUV | 157.07 | 90.14 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 217 | 90 | 0.70 | 0 | 0.59 | 0.15 | 129.87 | 0.67 | 0.55 |
| Hex | 41 | D9 | 5A | 46 | 0 | 3B | F | 82 | 43 | 37 |
| Octal | 101 | 331 | 132 | 106 | 0 | 73 | 17 | 202 | 103 | 67 |
| Binary | 1000001 | 11011001 | 1011010 | 1000110 | 0 | 111011 | 1111 | 10000010 | 1000011 | 110111 |
Color Harmonies of #41D95A
Complementary color
Monochromatic Colors of #41D95A
Black with #41D95A
Text Example
Text Example
White with #41D95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D95A; }
p { color: rgb(65,217,90); }
H1.HeaderClassName
{
color: #41D95A;
}
.AnyTagClassName
{
color: #41D95A;
}
</style>
background-color css
<style>
a { background-color: #41D95A; }
a { background-color: rgb(65,217,90); }
div.DivClassName
{
background-color: #41D95A;
}
.BgClassName
{
background-color: #41D95A;
}
</style>
border-color css
<style>
span { border-color: #41D95A; }
span { border-color: rgb(65,217,90); }
td.TdClassName
{
border-color: #41D95A;
}
.TagClassName
{
border-color: #41D95A;
}
</style>