Shades of Emerald #41D360
Tints of Emerald #41D360
RGB
CMYK
RGB Variations
Color information
#41D360 (or 0x41D360) is known color: Emerald. HEX triplet: 41, D3 and 60. RGB value is (65,211,96). Sum of RGB (Red+Green+Blue) = 65+211+96=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 211 (82.81% from 255 or 56.72% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 211 - color contains mainly: green. Hex color #41D360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D360 is #BE2C9F. Grayscale: #9A9A9A. Windows color (decimal): -12463264 or 6345537. OLE color: 6345537.
HSL color Cylindrical-coordinate representation of color #41D360: hue angle of 132.74º 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 #41D360 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 211 | 96 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.17 |
| HSL | 132.74º | 0.62% | 0.54% | - |
| HSV(B) | 132.74º | 0.69% | 0.83% | - |
| XYZ | 27.59 | 48.56 | 18.98 | - |
| YUV | 154.24 | 95.13 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 211 | 96 | 0.69 | 0 | 0.55 | 0.17 | 132.74 | 0.62 | 0.54 |
| Hex | 41 | D3 | 60 | 45 | 0 | 37 | 11 | 85 | 3E | 36 |
| Octal | 101 | 323 | 140 | 105 | 0 | 67 | 21 | 205 | 76 | 66 |
| Binary | 1000001 | 11010011 | 1100000 | 1000101 | 0 | 110111 | 10001 | 10000101 | 111110 | 110110 |
Color Harmonies of #41D360
Complementary color
Monochromatic Colors of #41D360
Black with #41D360
Text Example
Text Example
White with #41D360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D360; }
p { color: rgb(65,211,96); }
H1.HeaderClassName
{
color: #41D360;
}
.AnyTagClassName
{
color: #41D360;
}
</style>
background-color css
<style>
a { background-color: #41D360; }
a { background-color: rgb(65,211,96); }
div.DivClassName
{
background-color: #41D360;
}
.BgClassName
{
background-color: #41D360;
}
</style>
border-color css
<style>
span { border-color: #41D360; }
span { border-color: rgb(65,211,96); }
td.TdClassName
{
border-color: #41D360;
}
.TagClassName
{
border-color: #41D360;
}
</style>