Shades of Emerald #41DF84
Tints of Emerald #41DF84
RGB
CMYK
RGB Variations
Color information
#41DF84 (or 0x41DF84) is known color: Emerald. HEX triplet: 41, DF and 84. RGB value is (65,223,132). Sum of RGB (Red+Green+Blue) = 65+223+132=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #41DF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DF84 is #BE207B. Grayscale: #A5A5A5. Windows color (decimal): -12460156 or 8707905. OLE color: 8707905.
HSL color Cylindrical-coordinate representation of color #41DF84: hue angle of 145.44º 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 #41DF84 is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 223 | 132 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.13 |
| HSL | 145.44º | 0.71% | 0.56% | - |
| HSV(B) | 145.44º | 0.71% | 0.87% | - |
| XYZ | 32.73 | 55.57 | 30.83 | - |
| YUV | 165.38 | 109.15 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 132 | 0.71 | 0 | 0.41 | 0.13 | 145.44 | 0.71 | 0.56 |
| Hex | 41 | DF | 84 | 47 | 0 | 29 | D | 91 | 47 | 38 |
| Octal | 101 | 337 | 204 | 107 | 0 | 51 | 15 | 221 | 107 | 70 |
| Binary | 1000001 | 11011111 | 10000100 | 1000111 | 0 | 101001 | 1101 | 10010001 | 1000111 | 111000 |
Color Harmonies of #41DF84
Complementary color
Monochromatic Colors of #41DF84
Black with #41DF84
Text Example
Text Example
White with #41DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DF84; }
p { color: rgb(65,223,132); }
H1.HeaderClassName
{
color: #41DF84;
}
.AnyTagClassName
{
color: #41DF84;
}
</style>
background-color css
<style>
a { background-color: #41DF84; }
a { background-color: rgb(65,223,132); }
div.DivClassName
{
background-color: #41DF84;
}
.BgClassName
{
background-color: #41DF84;
}
</style>
border-color css
<style>
span { border-color: #41DF84; }
span { border-color: rgb(65,223,132); }
td.TdClassName
{
border-color: #41DF84;
}
.TagClassName
{
border-color: #41DF84;
}
</style>