Shades of Emerald #41D888
Tints of Emerald #41D888
RGB
CMYK
RGB Variations
Color information
#41D888 (or 0x41D888) is known color: Emerald. HEX triplet: 41, D8 and 88. RGB value is (65,216,136). Sum of RGB (Red+Green+Blue) = 65+216+136=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #41D888 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D888 is #BE2777. Grayscale: #A1A1A1. Windows color (decimal): -12461944 or 8968257. OLE color: 8968257.
HSL color Cylindrical-coordinate representation of color #41D888: hue angle of 148.21º degrees, saturation: 0.66, 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 #41D888 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 216 | 136 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.15 |
| HSL | 148.21º | 0.66% | 0.55% | - |
| HSV(B) | 148.21º | 0.7% | 0.85% | - |
| XYZ | 31.18 | 52.01 | 31.69 | - |
| YUV | 161.73 | 113.47 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 216 | 136 | 0.70 | 0 | 0.37 | 0.15 | 148.21 | 0.66 | 0.55 |
| Hex | 41 | D8 | 88 | 46 | 0 | 25 | F | 94 | 42 | 37 |
| Octal | 101 | 330 | 210 | 106 | 0 | 45 | 17 | 224 | 102 | 67 |
| Binary | 1000001 | 11011000 | 10001000 | 1000110 | 0 | 100101 | 1111 | 10010100 | 1000010 | 110111 |
Color Harmonies of #41D888
Complementary color
Monochromatic Colors of #41D888
Black with #41D888
Text Example
Text Example
White with #41D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D888; }
p { color: rgb(65,216,136); }
H1.HeaderClassName
{
color: #41D888;
}
.AnyTagClassName
{
color: #41D888;
}
</style>
background-color css
<style>
a { background-color: #41D888; }
a { background-color: rgb(65,216,136); }
div.DivClassName
{
background-color: #41D888;
}
.BgClassName
{
background-color: #41D888;
}
</style>
border-color css
<style>
span { border-color: #41D888; }
span { border-color: rgb(65,216,136); }
td.TdClassName
{
border-color: #41D888;
}
.TagClassName
{
border-color: #41D888;
}
</style>