Shades of Emerald #41DB68
Tints of Emerald #41DB68
RGB
CMYK
RGB Variations
Color information
#41DB68 (or 0x41DB68) is known color: Emerald. HEX triplet: 41, DB and 68. RGB value is (65,219,104). Sum of RGB (Red+Green+Blue) = 65+219+104=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #41DB68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DB68 is #BE2497. Grayscale: #A0A0A0. Windows color (decimal): -12461208 or 6871873. OLE color: 6871873.
HSL color Cylindrical-coordinate representation of color #41DB68: hue angle of 135.19º 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 #41DB68 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 219 | 104 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.14 |
| HSL | 135.19º | 0.68% | 0.56% | - |
| HSV(B) | 135.19º | 0.7% | 0.86% | - |
| XYZ | 30.01 | 52.79 | 21.7 | - |
| YUV | 159.84 | 96.48 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 219 | 104 | 0.70 | 0 | 0.53 | 0.14 | 135.19 | 0.68 | 0.56 |
| Hex | 41 | DB | 68 | 46 | 0 | 35 | E | 87 | 44 | 38 |
| Octal | 101 | 333 | 150 | 106 | 0 | 65 | 16 | 207 | 104 | 70 |
| Binary | 1000001 | 11011011 | 1101000 | 1000110 | 0 | 110101 | 1110 | 10000111 | 1000100 | 111000 |
Color Harmonies of #41DB68
Complementary color
Monochromatic Colors of #41DB68
Black with #41DB68
Text Example
Text Example
White with #41DB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DB68; }
p { color: rgb(65,219,104); }
H1.HeaderClassName
{
color: #41DB68;
}
.AnyTagClassName
{
color: #41DB68;
}
</style>
background-color css
<style>
a { background-color: #41DB68; }
a { background-color: rgb(65,219,104); }
div.DivClassName
{
background-color: #41DB68;
}
.BgClassName
{
background-color: #41DB68;
}
</style>
border-color css
<style>
span { border-color: #41DB68; }
span { border-color: rgb(65,219,104); }
td.TdClassName
{
border-color: #41DB68;
}
.TagClassName
{
border-color: #41DB68;
}
</style>