Shades of Emerald #41D95C
Tints of Emerald #41D95C
RGB
CMYK
RGB Variations
Color information
#41D95C (or 0x41D95C) is known color: Emerald. HEX triplet: 41, D9 and 5C. RGB value is (65,217,92). Sum of RGB (Red+Green+Blue) = 65+217+92=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 217 (85.16% from 255 or 58.02% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 217 - color contains mainly: green. Hex color #41D95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D95C is #BE26A3. Grayscale: #9D9D9D. Windows color (decimal): -12461732 or 6084929. OLE color: 6084929.
HSL color Cylindrical-coordinate representation of color #41D95C: hue angle of 130.66º 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 #41D95C is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 217 | 92 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.15 |
| HSL | 130.66º | 0.67% | 0.55% | - |
| HSV(B) | 130.66º | 0.7% | 0.85% | - |
| XYZ | 28.92 | 51.52 | 18.55 | - |
| YUV | 157.3 | 91.14 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 217 | 92 | 0.70 | 0 | 0.58 | 0.15 | 130.66 | 0.67 | 0.55 |
| Hex | 41 | D9 | 5C | 46 | 0 | 3A | F | 83 | 43 | 37 |
| Octal | 101 | 331 | 134 | 106 | 0 | 72 | 17 | 203 | 103 | 67 |
| Binary | 1000001 | 11011001 | 1011100 | 1000110 | 0 | 111010 | 1111 | 10000011 | 1000011 | 110111 |
Color Harmonies of #41D95C
Complementary color
Monochromatic Colors of #41D95C
Black with #41D95C
Text Example
Text Example
White with #41D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D95C; }
p { color: rgb(65,217,92); }
H1.HeaderClassName
{
color: #41D95C;
}
.AnyTagClassName
{
color: #41D95C;
}
</style>
background-color css
<style>
a { background-color: #41D95C; }
a { background-color: rgb(65,217,92); }
div.DivClassName
{
background-color: #41D95C;
}
.BgClassName
{
background-color: #41D95C;
}
</style>
border-color css
<style>
span { border-color: #41D95C; }
span { border-color: rgb(65,217,92); }
td.TdClassName
{
border-color: #41D95C;
}
.TagClassName
{
border-color: #41D95C;
}
</style>