Shades of Emerald #41D265
Tints of Emerald #41D265
RGB
CMYK
RGB Variations
Color information
#41D265 (or 0x41D265) is known color: Emerald. HEX triplet: 41, D2 and 65. RGB value is (65,210,101). Sum of RGB (Red+Green+Blue) = 65+210+101=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 210 (82.42% from 255 or 55.85% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 210 - color contains mainly: green. Hex color #41D265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D265 is #BE2D9A. Grayscale: #9A9A9A. Windows color (decimal): -12463515 or 6672961. OLE color: 6672961.
HSL color Cylindrical-coordinate representation of color #41D265: hue angle of 134.9º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D265 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 210 | 101 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.18 |
| HSL | 134.9º | 0.62% | 0.54% | - |
| HSV(B) | 134.9º | 0.69% | 0.82% | - |
| XYZ | 27.58 | 48.16 | 20.15 | - |
| YUV | 154.22 | 97.96 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 210 | 101 | 0.69 | 0 | 0.52 | 0.18 | 134.9 | 0.62 | 0.54 |
| Hex | 41 | D2 | 65 | 45 | 0 | 34 | 12 | 87 | 3E | 36 |
| Octal | 101 | 322 | 145 | 105 | 0 | 64 | 22 | 207 | 76 | 66 |
| Binary | 1000001 | 11010010 | 1100101 | 1000101 | 0 | 110100 | 10010 | 10000111 | 111110 | 110110 |
Color Harmonies of #41D265
Complementary color
Monochromatic Colors of #41D265
Black with #41D265
Text Example
Text Example
White with #41D265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D265; }
p { color: rgb(65,210,101); }
H1.HeaderClassName
{
color: #41D265;
}
.AnyTagClassName
{
color: #41D265;
}
</style>
background-color css
<style>
a { background-color: #41D265; }
a { background-color: rgb(65,210,101); }
div.DivClassName
{
background-color: #41D265;
}
.BgClassName
{
background-color: #41D265;
}
</style>
border-color css
<style>
span { border-color: #41D265; }
span { border-color: rgb(65,210,101); }
td.TdClassName
{
border-color: #41D265;
}
.TagClassName
{
border-color: #41D265;
}
</style>