Shades of Emerald #41D367
Tints of Emerald #41D367
RGB
CMYK
RGB Variations
Color information
#41D367 (or 0x41D367) is known color: Emerald. HEX triplet: 41, D3 and 67. RGB value is (65,211,103). Sum of RGB (Red+Green+Blue) = 65+211+103=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 211 (82.81% from 255 or 55.67% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 211 - color contains mainly: green. Hex color #41D367 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D367 is #BE2C98. Grayscale: #9B9B9B. Windows color (decimal): -12463257 or 6804289. OLE color: 6804289.
HSL color Cylindrical-coordinate representation of color #41D367: hue angle of 135.62º 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 #41D367 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 211 | 103 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.17 |
| HSL | 135.62º | 0.62% | 0.54% | - |
| HSV(B) | 135.62º | 0.69% | 0.83% | - |
| XYZ | 27.92 | 48.69 | 20.76 | - |
| YUV | 155.03 | 98.63 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 211 | 103 | 0.69 | 0 | 0.51 | 0.17 | 135.62 | 0.62 | 0.54 |
| Hex | 41 | D3 | 67 | 45 | 0 | 33 | 11 | 88 | 3E | 36 |
| Octal | 101 | 323 | 147 | 105 | 0 | 63 | 21 | 210 | 76 | 66 |
| Binary | 1000001 | 11010011 | 1100111 | 1000101 | 0 | 110011 | 10001 | 10001000 | 111110 | 110110 |
Color Harmonies of #41D367
Complementary color
Monochromatic Colors of #41D367
Black with #41D367
Text Example
Text Example
White with #41D367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D367; }
p { color: rgb(65,211,103); }
H1.HeaderClassName
{
color: #41D367;
}
.AnyTagClassName
{
color: #41D367;
}
</style>
background-color css
<style>
a { background-color: #41D367; }
a { background-color: rgb(65,211,103); }
div.DivClassName
{
background-color: #41D367;
}
.BgClassName
{
background-color: #41D367;
}
</style>
border-color css
<style>
span { border-color: #41D367; }
span { border-color: rgb(65,211,103); }
td.TdClassName
{
border-color: #41D367;
}
.TagClassName
{
border-color: #41D367;
}
</style>