Shades of Emerald #41D95B
Tints of Emerald #41D95B
RGB
CMYK
RGB Variations
Color information
#41D95B (or 0x41D95B) is known color: Emerald. HEX triplet: 41, D9 and 5B. RGB value is (65,217,91). Sum of RGB (Red+Green+Blue) = 65+217+91=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 217 (85.16% from 255 or 58.18% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 217 - color contains mainly: green. Hex color #41D95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D95B is #BE26A4. Grayscale: #9D9D9D. Windows color (decimal): -12461733 or 6019393. OLE color: 6019393.
HSL color Cylindrical-coordinate representation of color #41D95B: hue angle of 130.26º 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 #41D95B is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 217 | 91 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.15 |
| HSL | 130.26º | 0.67% | 0.55% | - |
| HSV(B) | 130.26º | 0.7% | 0.85% | - |
| XYZ | 28.88 | 51.5 | 18.32 | - |
| YUV | 157.19 | 90.64 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 217 | 91 | 0.70 | 0 | 0.58 | 0.15 | 130.26 | 0.67 | 0.55 |
| Hex | 41 | D9 | 5B | 46 | 0 | 3A | F | 82 | 43 | 37 |
| Octal | 101 | 331 | 133 | 106 | 0 | 72 | 17 | 202 | 103 | 67 |
| Binary | 1000001 | 11011001 | 1011011 | 1000110 | 0 | 111010 | 1111 | 10000010 | 1000011 | 110111 |
Color Harmonies of #41D95B
Complementary color
Monochromatic Colors of #41D95B
Black with #41D95B
Text Example
Text Example
White with #41D95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D95B; }
p { color: rgb(65,217,91); }
H1.HeaderClassName
{
color: #41D95B;
}
.AnyTagClassName
{
color: #41D95B;
}
</style>
background-color css
<style>
a { background-color: #41D95B; }
a { background-color: rgb(65,217,91); }
div.DivClassName
{
background-color: #41D95B;
}
.BgClassName
{
background-color: #41D95B;
}
</style>
border-color css
<style>
span { border-color: #41D95B; }
span { border-color: rgb(65,217,91); }
td.TdClassName
{
border-color: #41D95B;
}
.TagClassName
{
border-color: #41D95B;
}
</style>