Shades of Emerald #41D378
Tints of Emerald #41D378
RGB
CMYK
RGB Variations
Color information
#41D378 (or 0x41D378) is known color: Emerald. HEX triplet: 41, D3 and 78. RGB value is (65,211,120). Sum of RGB (Red+Green+Blue) = 65+211+120=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 211 (82.81% from 255 or 53.28% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 211 - color contains mainly: green. Hex color #41D378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D378 is #BE2C87. Grayscale: #9D9D9D. Windows color (decimal): -12463240 or 7918401. OLE color: 7918401.
HSL color Cylindrical-coordinate representation of color #41D378: hue angle of 142.6º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D378 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 211 | 120 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.17 |
| HSL | 142.6º | 0.62% | 0.54% | - |
| HSV(B) | 142.6º | 0.69% | 0.83% | - |
| XYZ | 28.86 | 49.07 | 25.72 | - |
| YUV | 156.97 | 107.13 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 211 | 120 | 0.69 | 0 | 0.43 | 0.17 | 142.6 | 0.62 | 0.54 |
| Hex | 41 | D3 | 78 | 45 | 0 | 2B | 11 | 8F | 3E | 36 |
| Octal | 101 | 323 | 170 | 105 | 0 | 53 | 21 | 217 | 76 | 66 |
| Binary | 1000001 | 11010011 | 1111000 | 1000101 | 0 | 101011 | 10001 | 10001111 | 111110 | 110110 |
Color Harmonies of #41D378
Complementary color
Monochromatic Colors of #41D378
Black with #41D378
Text Example
Text Example
White with #41D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D378; }
p { color: rgb(65,211,120); }
H1.HeaderClassName
{
color: #41D378;
}
.AnyTagClassName
{
color: #41D378;
}
</style>
background-color css
<style>
a { background-color: #41D378; }
a { background-color: rgb(65,211,120); }
div.DivClassName
{
background-color: #41D378;
}
.BgClassName
{
background-color: #41D378;
}
</style>
border-color css
<style>
span { border-color: #41D378; }
span { border-color: rgb(65,211,120); }
td.TdClassName
{
border-color: #41D378;
}
.TagClassName
{
border-color: #41D378;
}
</style>