Shades of Emerald #41CE5C
Tints of Emerald #41CE5C
RGB
CMYK
RGB Variations
Color information
#41CE5C (or 0x41CE5C) is known color: Emerald. HEX triplet: 41, CE and 5C. RGB value is (65,206,92). Sum of RGB (Red+Green+Blue) = 65+206+92=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 206 (80.86% from 255 or 56.75% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CE5C is #BE31A3. Grayscale: #979797. Windows color (decimal): -12464548 or 6082113. OLE color: 6082113.
HSL color Cylindrical-coordinate representation of color #41CE5C: hue angle of 131.49º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CE5C is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 92 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.19 |
| HSL | 131.49º | 0.59% | 0.53% | - |
| HSV(B) | 131.49º | 0.68% | 0.81% | - |
| XYZ | 26.18 | 46.04 | 17.63 | - |
| YUV | 150.85 | 94.79 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 92 | 0.68 | 0 | 0.55 | 0.19 | 131.49 | 0.59 | 0.53 |
| Hex | 41 | CE | 5C | 44 | 0 | 37 | 13 | 83 | 3B | 35 |
| Octal | 101 | 316 | 134 | 104 | 0 | 67 | 23 | 203 | 73 | 65 |
| Binary | 1000001 | 11001110 | 1011100 | 1000100 | 0 | 110111 | 10011 | 10000011 | 111011 | 110101 |
Color Harmonies of #41CE5C
Complementary color
Monochromatic Colors of #41CE5C
Black with #41CE5C
Text Example
Text Example
White with #41CE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CE5C; }
p { color: rgb(65,206,92); }
H1.HeaderClassName
{
color: #41CE5C;
}
.AnyTagClassName
{
color: #41CE5C;
}
</style>
background-color css
<style>
a { background-color: #41CE5C; }
a { background-color: rgb(65,206,92); }
div.DivClassName
{
background-color: #41CE5C;
}
.BgClassName
{
background-color: #41CE5C;
}
</style>
border-color css
<style>
span { border-color: #41CE5C; }
span { border-color: rgb(65,206,92); }
td.TdClassName
{
border-color: #41CE5C;
}
.TagClassName
{
border-color: #41CE5C;
}
</style>