Shades of Emerald #41D588
Tints of Emerald #41D588
RGB
CMYK
RGB Variations
Color information
#41D588 (or 0x41D588) is known color: Emerald. HEX triplet: 41, D5 and 88. RGB value is (65,213,136). Sum of RGB (Red+Green+Blue) = 65+213+136=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #41D588 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D588 is #BE2A77. Grayscale: #A0A0A0. Windows color (decimal): -12462712 or 8967489. OLE color: 8967489.
HSL color Cylindrical-coordinate representation of color #41D588: hue angle of 148.78º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D588 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 213 | 136 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.16 |
| HSL | 148.78º | 0.64% | 0.55% | - |
| HSV(B) | 148.78º | 0.69% | 0.84% | - |
| XYZ | 30.42 | 50.49 | 31.43 | - |
| YUV | 159.97 | 114.47 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 136 | 0.69 | 0 | 0.36 | 0.16 | 148.78 | 0.64 | 0.55 |
| Hex | 41 | D5 | 88 | 45 | 0 | 24 | 10 | 95 | 40 | 37 |
| Octal | 101 | 325 | 210 | 105 | 0 | 44 | 20 | 225 | 100 | 67 |
| Binary | 1000001 | 11010101 | 10001000 | 1000101 | 0 | 100100 | 10000 | 10010101 | 1000000 | 110111 |
Color Harmonies of #41D588
Complementary color
Monochromatic Colors of #41D588
Black with #41D588
Text Example
Text Example
White with #41D588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D588; }
p { color: rgb(65,213,136); }
H1.HeaderClassName
{
color: #41D588;
}
.AnyTagClassName
{
color: #41D588;
}
</style>
background-color css
<style>
a { background-color: #41D588; }
a { background-color: rgb(65,213,136); }
div.DivClassName
{
background-color: #41D588;
}
.BgClassName
{
background-color: #41D588;
}
</style>
border-color css
<style>
span { border-color: #41D588; }
span { border-color: rgb(65,213,136); }
td.TdClassName
{
border-color: #41D588;
}
.TagClassName
{
border-color: #41D588;
}
</style>