Shades of Emerald #41DD87
Tints of Emerald #41DD87
RGB
CMYK
RGB Variations
Color information
#41DD87 (or 0x41DD87) is known color: Emerald. HEX triplet: 41, DD and 87. RGB value is (65,221,135). Sum of RGB (Red+Green+Blue) = 65+221+135=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DD87 is #BE2278. Grayscale: #A4A4A4. Windows color (decimal): -12460665 or 8904001. OLE color: 8904001.
HSL color Cylindrical-coordinate representation of color #41DD87: hue angle of 146.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DD87 is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 221 | 135 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.13 |
| HSL | 146.92º | 0.7% | 0.56% | - |
| HSV(B) | 146.92º | 0.71% | 0.87% | - |
| XYZ | 32.41 | 54.59 | 31.75 | - |
| YUV | 164.55 | 111.32 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 135 | 0.71 | 0 | 0.39 | 0.13 | 146.92 | 0.7 | 0.56 |
| Hex | 41 | DD | 87 | 47 | 0 | 27 | D | 93 | 46 | 38 |
| Octal | 101 | 335 | 207 | 107 | 0 | 47 | 15 | 223 | 106 | 70 |
| Binary | 1000001 | 11011101 | 10000111 | 1000111 | 0 | 100111 | 1101 | 10010011 | 1000110 | 111000 |
Color Harmonies of #41DD87
Complementary color
Monochromatic Colors of #41DD87
Black with #41DD87
Text Example
Text Example
White with #41DD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DD87; }
p { color: rgb(65,221,135); }
H1.HeaderClassName
{
color: #41DD87;
}
.AnyTagClassName
{
color: #41DD87;
}
</style>
background-color css
<style>
a { background-color: #41DD87; }
a { background-color: rgb(65,221,135); }
div.DivClassName
{
background-color: #41DD87;
}
.BgClassName
{
background-color: #41DD87;
}
</style>
border-color css
<style>
span { border-color: #41DD87; }
span { border-color: rgb(65,221,135); }
td.TdClassName
{
border-color: #41DD87;
}
.TagClassName
{
border-color: #41DD87;
}
</style>