Shades of Emerald #41DB75
Tints of Emerald #41DB75
RGB
CMYK
RGB Variations
Color information
#41DB75 (or 0x41DB75) is known color: Emerald. HEX triplet: 41, DB and 75. RGB value is (65,219,117). Sum of RGB (Red+Green+Blue) = 65+219+117=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #41DB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DB75 is #BE248A. Grayscale: #A1A1A1. Windows color (decimal): -12461195 or 7723841. OLE color: 7723841.
HSL color Cylindrical-coordinate representation of color #41DB75: hue angle of 140.26º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DB75 is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 219 | 117 | - |
| CMYK | 0.70 | 0 | 0.47 | 0.14 |
| HSL | 140.26º | 0.68% | 0.56% | - |
| HSV(B) | 140.26º | 0.7% | 0.86% | - |
| XYZ | 30.72 | 53.07 | 25.45 | - |
| YUV | 161.33 | 102.98 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 117 | 0.70 | 0 | 0.47 | 0.14 | 140.26 | 0.68 | 0.56 |
| Hex | 41 | DB | 75 | 46 | 0 | 2F | E | 8C | 44 | 38 |
| Octal | 101 | 333 | 165 | 106 | 0 | 57 | 16 | 214 | 104 | 70 |
| Binary | 1000001 | 11011011 | 1110101 | 1000110 | 0 | 101111 | 1110 | 10001100 | 1000100 | 111000 |
Color Harmonies of #41DB75
Complementary color
Monochromatic Colors of #41DB75
Black with #41DB75
Text Example
Text Example
White with #41DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DB75; }
p { color: rgb(65,219,117); }
H1.HeaderClassName
{
color: #41DB75;
}
.AnyTagClassName
{
color: #41DB75;
}
</style>
background-color css
<style>
a { background-color: #41DB75; }
a { background-color: rgb(65,219,117); }
div.DivClassName
{
background-color: #41DB75;
}
.BgClassName
{
background-color: #41DB75;
}
</style>
border-color css
<style>
span { border-color: #41DB75; }
span { border-color: rgb(65,219,117); }
td.TdClassName
{
border-color: #41DB75;
}
.TagClassName
{
border-color: #41DB75;
}
</style>