Shades of Emerald #41CA7B
Tints of Emerald #41CA7B
RGB
CMYK
RGB Variations
Color information
#41CA7B (or 0x41CA7B) is known color: Emerald. HEX triplet: 41, CA and 7B. RGB value is (65,202,123). Sum of RGB (Red+Green+Blue) = 65+202+123=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CA7B is #BE3584. Grayscale: #989898. Windows color (decimal): -12465541 or 8112705. OLE color: 8112705.
HSL color Cylindrical-coordinate representation of color #41CA7B: hue angle of 145.4º 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 #41CA7B is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 202 | 123 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.21 |
| HSL | 145.4º | 0.56% | 0.52% | - |
| HSV(B) | 145.4º | 0.68% | 0.79% | - |
| XYZ | 26.88 | 44.79 | 25.97 | - |
| YUV | 152.03 | 111.61 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 202 | 123 | 0.68 | 0 | 0.39 | 0.21 | 145.4 | 0.56 | 0.52 |
| Hex | 41 | CA | 7B | 44 | 0 | 27 | 15 | 91 | 38 | 34 |
| Octal | 101 | 312 | 173 | 104 | 0 | 47 | 25 | 221 | 70 | 64 |
| Binary | 1000001 | 11001010 | 1111011 | 1000100 | 0 | 100111 | 10101 | 10010001 | 111000 | 110100 |
Color Harmonies of #41CA7B
Complementary color
Monochromatic Colors of #41CA7B
Black with #41CA7B
Text Example
Text Example
White with #41CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CA7B; }
p { color: rgb(65,202,123); }
H1.HeaderClassName
{
color: #41CA7B;
}
.AnyTagClassName
{
color: #41CA7B;
}
</style>
background-color css
<style>
a { background-color: #41CA7B; }
a { background-color: rgb(65,202,123); }
div.DivClassName
{
background-color: #41CA7B;
}
.BgClassName
{
background-color: #41CA7B;
}
</style>
border-color css
<style>
span { border-color: #41CA7B; }
span { border-color: rgb(65,202,123); }
td.TdClassName
{
border-color: #41CA7B;
}
.TagClassName
{
border-color: #41CA7B;
}
</style>