Shades of Emerald #41D066
Tints of Emerald #41D066
RGB
CMYK
RGB Variations
Color information
#41D066 (or 0x41D066) is known color: Emerald. HEX triplet: 41, D0 and 66. RGB value is (65,208,102). Sum of RGB (Red+Green+Blue) = 65+208+102=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #41D066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D066 is #BE2F99. Grayscale: #999999. Windows color (decimal): -12464026 or 6737985. OLE color: 6737985.
HSL color Cylindrical-coordinate representation of color #41D066: hue angle of 135.52º degrees, saturation: 0.6, 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 #41D066 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 102 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.18 |
| HSL | 135.52º | 0.6% | 0.54% | - |
| HSV(B) | 135.52º | 0.69% | 0.82% | - |
| XYZ | 27.13 | 47.19 | 20.25 | - |
| YUV | 153.16 | 99.12 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 102 | 0.69 | 0 | 0.51 | 0.18 | 135.52 | 0.6 | 0.54 |
| Hex | 41 | D0 | 66 | 45 | 0 | 33 | 12 | 88 | 3C | 36 |
| Octal | 101 | 320 | 146 | 105 | 0 | 63 | 22 | 210 | 74 | 66 |
| Binary | 1000001 | 11010000 | 1100110 | 1000101 | 0 | 110011 | 10010 | 10001000 | 111100 | 110110 |
Color Harmonies of #41D066
Complementary color
Monochromatic Colors of #41D066
Black with #41D066
Text Example
Text Example
White with #41D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D066; }
p { color: rgb(65,208,102); }
H1.HeaderClassName
{
color: #41D066;
}
.AnyTagClassName
{
color: #41D066;
}
</style>
background-color css
<style>
a { background-color: #41D066; }
a { background-color: rgb(65,208,102); }
div.DivClassName
{
background-color: #41D066;
}
.BgClassName
{
background-color: #41D066;
}
</style>
border-color css
<style>
span { border-color: #41D066; }
span { border-color: rgb(65,208,102); }
td.TdClassName
{
border-color: #41D066;
}
.TagClassName
{
border-color: #41D066;
}
</style>