Shades of Emerald #41D07E
Tints of Emerald #41D07E
RGB
CMYK
RGB Variations
Color information
#41D07E (or 0x41D07E) is known color: Emerald. HEX triplet: 41, D0 and 7E. RGB value is (65,208,126). Sum of RGB (Red+Green+Blue) = 65+208+126=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #41D07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D07E is #BE2F81. Grayscale: #9C9C9C. Windows color (decimal): -12464002 or 8310849. OLE color: 8310849.
HSL color Cylindrical-coordinate representation of color #41D07E: hue angle of 145.59º 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 #41D07E is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 126 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.18 |
| HSL | 145.59º | 0.6% | 0.54% | - |
| HSV(B) | 145.59º | 0.69% | 0.82% | - |
| XYZ | 28.5 | 47.74 | 27.45 | - |
| YUV | 155.9 | 111.12 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 126 | 0.69 | 0 | 0.39 | 0.18 | 145.59 | 0.6 | 0.54 |
| Hex | 41 | D0 | 7E | 45 | 0 | 27 | 12 | 92 | 3C | 36 |
| Octal | 101 | 320 | 176 | 105 | 0 | 47 | 22 | 222 | 74 | 66 |
| Binary | 1000001 | 11010000 | 1111110 | 1000101 | 0 | 100111 | 10010 | 10010010 | 111100 | 110110 |
Color Harmonies of #41D07E
Complementary color
Monochromatic Colors of #41D07E
Black with #41D07E
Text Example
Text Example
White with #41D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D07E; }
p { color: rgb(65,208,126); }
H1.HeaderClassName
{
color: #41D07E;
}
.AnyTagClassName
{
color: #41D07E;
}
</style>
background-color css
<style>
a { background-color: #41D07E; }
a { background-color: rgb(65,208,126); }
div.DivClassName
{
background-color: #41D07E;
}
.BgClassName
{
background-color: #41D07E;
}
</style>
border-color css
<style>
span { border-color: #41D07E; }
span { border-color: rgb(65,208,126); }
td.TdClassName
{
border-color: #41D07E;
}
.TagClassName
{
border-color: #41D07E;
}
</style>