Shades of Emerald #41DF7D
Tints of Emerald #41DF7D
RGB
CMYK
RGB Variations
Color information
#41DF7D (or 0x41DF7D) is known color: Emerald. HEX triplet: 41, DF and 7D. RGB value is (65,223,125). Sum of RGB (Red+Green+Blue) = 65+223+125=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #41DF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DF7D is #BE2082. Grayscale: #A4A4A4. Windows color (decimal): -12460163 or 8249153. OLE color: 8249153.
HSL color Cylindrical-coordinate representation of color #41DF7D: hue angle of 142.78º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DF7D is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 223 | 125 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.13 |
| HSL | 142.78º | 0.71% | 0.56% | - |
| HSV(B) | 142.78º | 0.71% | 0.87% | - |
| XYZ | 32.27 | 55.38 | 28.39 | - |
| YUV | 164.59 | 105.65 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 125 | 0.71 | 0 | 0.44 | 0.13 | 142.78 | 0.71 | 0.56 |
| Hex | 41 | DF | 7D | 47 | 0 | 2C | D | 8F | 47 | 38 |
| Octal | 101 | 337 | 175 | 107 | 0 | 54 | 15 | 217 | 107 | 70 |
| Binary | 1000001 | 11011111 | 1111101 | 1000111 | 0 | 101100 | 1101 | 10001111 | 1000111 | 111000 |
Color Harmonies of #41DF7D
Complementary color
Monochromatic Colors of #41DF7D
Black with #41DF7D
Text Example
Text Example
White with #41DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DF7D; }
p { color: rgb(65,223,125); }
H1.HeaderClassName
{
color: #41DF7D;
}
.AnyTagClassName
{
color: #41DF7D;
}
</style>
background-color css
<style>
a { background-color: #41DF7D; }
a { background-color: rgb(65,223,125); }
div.DivClassName
{
background-color: #41DF7D;
}
.BgClassName
{
background-color: #41DF7D;
}
</style>
border-color css
<style>
span { border-color: #41DF7D; }
span { border-color: rgb(65,223,125); }
td.TdClassName
{
border-color: #41DF7D;
}
.TagClassName
{
border-color: #41DF7D;
}
</style>