Shades of Emerald #41CA7E
Tints of Emerald #41CA7E
RGB
CMYK
RGB Variations
Color information
#41CA7E (or 0x41CA7E) is known color: Emerald. HEX triplet: 41, CA and 7E. RGB value is (65,202,126). Sum of RGB (Red+Green+Blue) = 65+202+126=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CA7E is #BE3581. Grayscale: #989898. Windows color (decimal): -12465538 or 8309313. OLE color: 8309313.
HSL color Cylindrical-coordinate representation of color #41CA7E: hue angle of 146.72º 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 #41CA7E is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 202 | 126 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.21 |
| HSL | 146.72º | 0.56% | 0.52% | - |
| HSV(B) | 146.72º | 0.68% | 0.79% | - |
| XYZ | 27.07 | 44.87 | 26.97 | - |
| YUV | 152.37 | 113.11 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 202 | 126 | 0.68 | 0 | 0.38 | 0.21 | 146.72 | 0.56 | 0.52 |
| Hex | 41 | CA | 7E | 44 | 0 | 26 | 15 | 93 | 38 | 34 |
| Octal | 101 | 312 | 176 | 104 | 0 | 46 | 25 | 223 | 70 | 64 |
| Binary | 1000001 | 11001010 | 1111110 | 1000100 | 0 | 100110 | 10101 | 10010011 | 111000 | 110100 |
Color Harmonies of #41CA7E
Complementary color
Monochromatic Colors of #41CA7E
Black with #41CA7E
Text Example
Text Example
White with #41CA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CA7E; }
p { color: rgb(65,202,126); }
H1.HeaderClassName
{
color: #41CA7E;
}
.AnyTagClassName
{
color: #41CA7E;
}
</style>
background-color css
<style>
a { background-color: #41CA7E; }
a { background-color: rgb(65,202,126); }
div.DivClassName
{
background-color: #41CA7E;
}
.BgClassName
{
background-color: #41CA7E;
}
</style>
border-color css
<style>
span { border-color: #41CA7E; }
span { border-color: rgb(65,202,126); }
td.TdClassName
{
border-color: #41CA7E;
}
.TagClassName
{
border-color: #41CA7E;
}
</style>