Shades of Emerald #41D069
Tints of Emerald #41D069
RGB
CMYK
RGB Variations
Color information
#41D069 (or 0x41D069) is known color: Emerald. HEX triplet: 41, D0 and 69. RGB value is (65,208,105). Sum of RGB (Red+Green+Blue) = 65+208+105=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #41D069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D069 is #BE2F96. Grayscale: #999999. Windows color (decimal): -12464023 or 6934593. OLE color: 6934593.
HSL color Cylindrical-coordinate representation of color #41D069: hue angle of 136.78º degrees, saturation: 0.6, 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 #41D069 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 105 | - |
| CMYK | 0.69 | 0 | 0.50 | 0.18 |
| HSL | 136.78º | 0.6% | 0.54% | - |
| HSV(B) | 136.78º | 0.69% | 0.82% | - |
| XYZ | 27.29 | 47.26 | 21.05 | - |
| YUV | 153.5 | 100.62 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 105 | 0.69 | 0 | 0.50 | 0.18 | 136.78 | 0.6 | 0.54 |
| Hex | 41 | D0 | 69 | 45 | 0 | 32 | 12 | 89 | 3C | 36 |
| Octal | 101 | 320 | 151 | 105 | 0 | 62 | 22 | 211 | 74 | 66 |
| Binary | 1000001 | 11010000 | 1101001 | 1000101 | 0 | 110010 | 10010 | 10001001 | 111100 | 110110 |
Color Harmonies of #41D069
Complementary color
Monochromatic Colors of #41D069
Black with #41D069
Text Example
Text Example
White with #41D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D069; }
p { color: rgb(65,208,105); }
H1.HeaderClassName
{
color: #41D069;
}
.AnyTagClassName
{
color: #41D069;
}
</style>
background-color css
<style>
a { background-color: #41D069; }
a { background-color: rgb(65,208,105); }
div.DivClassName
{
background-color: #41D069;
}
.BgClassName
{
background-color: #41D069;
}
</style>
border-color css
<style>
span { border-color: #41D069; }
span { border-color: rgb(65,208,105); }
td.TdClassName
{
border-color: #41D069;
}
.TagClassName
{
border-color: #41D069;
}
</style>