Shades of Emerald #41CA64
Tints of Emerald #41CA64
RGB
CMYK
RGB Variations
Color information
#41CA64 (or 0x41CA64) is known color: Emerald. HEX triplet: 41, CA and 64. RGB value is (65,202,100). Sum of RGB (Red+Green+Blue) = 65+202+100=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CA64 is #BE359B. Grayscale: #959595. Windows color (decimal): -12465564 or 6605377. OLE color: 6605377.
HSL color Cylindrical-coordinate representation of color #41CA64: hue angle of 135.33º 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 #41CA64 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 202 | 100 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.21 |
| HSL | 135.33º | 0.56% | 0.52% | - |
| HSV(B) | 135.33º | 0.68% | 0.79% | - |
| XYZ | 25.6 | 44.28 | 19.26 | - |
| YUV | 149.41 | 100.11 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 202 | 100 | 0.68 | 0 | 0.50 | 0.21 | 135.33 | 0.56 | 0.52 |
| Hex | 41 | CA | 64 | 44 | 0 | 32 | 15 | 87 | 38 | 34 |
| Octal | 101 | 312 | 144 | 104 | 0 | 62 | 25 | 207 | 70 | 64 |
| Binary | 1000001 | 11001010 | 1100100 | 1000100 | 0 | 110010 | 10101 | 10000111 | 111000 | 110100 |
Color Harmonies of #41CA64
Complementary color
Monochromatic Colors of #41CA64
Black with #41CA64
Text Example
Text Example
White with #41CA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CA64; }
p { color: rgb(65,202,100); }
H1.HeaderClassName
{
color: #41CA64;
}
.AnyTagClassName
{
color: #41CA64;
}
</style>
background-color css
<style>
a { background-color: #41CA64; }
a { background-color: rgb(65,202,100); }
div.DivClassName
{
background-color: #41CA64;
}
.BgClassName
{
background-color: #41CA64;
}
</style>
border-color css
<style>
span { border-color: #41CA64; }
span { border-color: rgb(65,202,100); }
td.TdClassName
{
border-color: #41CA64;
}
.TagClassName
{
border-color: #41CA64;
}
</style>