Shades of Emerald #41CA6F
Tints of Emerald #41CA6F
RGB
CMYK
RGB Variations
Color information
#41CA6F (or 0x41CA6F) is known color: Emerald. HEX triplet: 41, CA and 6F. RGB value is (65,202,111). Sum of RGB (Red+Green+Blue) = 65+202+111=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CA6F is #BE3590. Grayscale: #969696. Windows color (decimal): -12465553 or 7326273. OLE color: 7326273.
HSL color Cylindrical-coordinate representation of color #41CA6F: hue angle of 140.15º 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 #41CA6F is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 202 | 111 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.21 |
| HSL | 140.15º | 0.56% | 0.52% | - |
| HSV(B) | 140.15º | 0.68% | 0.79% | - |
| XYZ | 26.17 | 44.51 | 22.25 | - |
| YUV | 150.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 202 | 111 | 0.68 | 0 | 0.45 | 0.21 | 140.15 | 0.56 | 0.52 |
| Hex | 41 | CA | 6F | 44 | 0 | 2D | 15 | 8C | 38 | 34 |
| Octal | 101 | 312 | 157 | 104 | 0 | 55 | 25 | 214 | 70 | 64 |
| Binary | 1000001 | 11001010 | 1101111 | 1000100 | 0 | 101101 | 10101 | 10001100 | 111000 | 110100 |
Color Harmonies of #41CA6F
Complementary color
Monochromatic Colors of #41CA6F
Black with #41CA6F
Text Example
Text Example
White with #41CA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CA6F; }
p { color: rgb(65,202,111); }
H1.HeaderClassName
{
color: #41CA6F;
}
.AnyTagClassName
{
color: #41CA6F;
}
</style>
background-color css
<style>
a { background-color: #41CA6F; }
a { background-color: rgb(65,202,111); }
div.DivClassName
{
background-color: #41CA6F;
}
.BgClassName
{
background-color: #41CA6F;
}
</style>
border-color css
<style>
span { border-color: #41CA6F; }
span { border-color: rgb(65,202,111); }
td.TdClassName
{
border-color: #41CA6F;
}
.TagClassName
{
border-color: #41CA6F;
}
</style>