Shades of Emerald #41DC88
Tints of Emerald #41DC88
RGB
CMYK
RGB Variations
Color information
#41DC88 (or 0x41DC88) is known color: Emerald. HEX triplet: 41, DC and 88. RGB value is (65,220,136). Sum of RGB (Red+Green+Blue) = 65+220+136=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DC88 is #BE2377. Grayscale: #A4A4A4. Windows color (decimal): -12460920 or 8969281. OLE color: 8969281.
HSL color Cylindrical-coordinate representation of color #41DC88: hue angle of 147.48º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DC88 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 220 | 136 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.14 |
| HSL | 147.48º | 0.69% | 0.56% | - |
| HSV(B) | 147.48º | 0.7% | 0.86% | - |
| XYZ | 32.22 | 54.09 | 32.03 | - |
| YUV | 164.08 | 112.15 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 136 | 0.70 | 0 | 0.38 | 0.14 | 147.48 | 0.69 | 0.56 |
| Hex | 41 | DC | 88 | 46 | 0 | 26 | E | 93 | 45 | 38 |
| Octal | 101 | 334 | 210 | 106 | 0 | 46 | 16 | 223 | 105 | 70 |
| Binary | 1000001 | 11011100 | 10001000 | 1000110 | 0 | 100110 | 1110 | 10010011 | 1000101 | 111000 |
Color Harmonies of #41DC88
Complementary color
Monochromatic Colors of #41DC88
Black with #41DC88
Text Example
Text Example
White with #41DC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DC88; }
p { color: rgb(65,220,136); }
H1.HeaderClassName
{
color: #41DC88;
}
.AnyTagClassName
{
color: #41DC88;
}
</style>
background-color css
<style>
a { background-color: #41DC88; }
a { background-color: rgb(65,220,136); }
div.DivClassName
{
background-color: #41DC88;
}
.BgClassName
{
background-color: #41DC88;
}
</style>
border-color css
<style>
span { border-color: #41DC88; }
span { border-color: rgb(65,220,136); }
td.TdClassName
{
border-color: #41DC88;
}
.TagClassName
{
border-color: #41DC88;
}
</style>