Shades of Emerald #41CA6D
Tints of Emerald #41CA6D
RGB
CMYK
RGB Variations
Color information
#41CA6D (or 0x41CA6D) is known color: Emerald. HEX triplet: 41, CA and 6D. RGB value is (65,202,109). Sum of RGB (Red+Green+Blue) = 65+202+109=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CA6D is #BE3592. Grayscale: #969696. Windows color (decimal): -12465555 or 7195201. OLE color: 7195201.
HSL color Cylindrical-coordinate representation of color #41CA6D: hue angle of 139.27º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CA6D is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 202 | 109 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.21 |
| HSL | 139.27º | 0.56% | 0.52% | - |
| HSV(B) | 139.27º | 0.68% | 0.79% | - |
| XYZ | 26.06 | 44.47 | 21.68 | - |
| YUV | 150.44 | 104.61 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 202 | 109 | 0.68 | 0 | 0.46 | 0.21 | 139.27 | 0.56 | 0.52 |
| Hex | 41 | CA | 6D | 44 | 0 | 2E | 15 | 8B | 38 | 34 |
| Octal | 101 | 312 | 155 | 104 | 0 | 56 | 25 | 213 | 70 | 64 |
| Binary | 1000001 | 11001010 | 1101101 | 1000100 | 0 | 101110 | 10101 | 10001011 | 111000 | 110100 |
Color Harmonies of #41CA6D
Complementary color
Monochromatic Colors of #41CA6D
Black with #41CA6D
Text Example
Text Example
White with #41CA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CA6D; }
p { color: rgb(65,202,109); }
H1.HeaderClassName
{
color: #41CA6D;
}
.AnyTagClassName
{
color: #41CA6D;
}
</style>
background-color css
<style>
a { background-color: #41CA6D; }
a { background-color: rgb(65,202,109); }
div.DivClassName
{
background-color: #41CA6D;
}
.BgClassName
{
background-color: #41CA6D;
}
</style>
border-color css
<style>
span { border-color: #41CA6D; }
span { border-color: rgb(65,202,109); }
td.TdClassName
{
border-color: #41CA6D;
}
.TagClassName
{
border-color: #41CA6D;
}
</style>