Shades of Emerald #41CF5D
Tints of Emerald #41CF5D
RGB
CMYK
RGB Variations
Color information
#41CF5D (or 0x41CF5D) is known color: Emerald. HEX triplet: 41, CF and 5D. RGB value is (65,207,93). Sum of RGB (Red+Green+Blue) = 65+207+93=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CF5D is #BE30A2. Grayscale: #979797. Windows color (decimal): -12464291 or 6147905. OLE color: 6147905.
HSL color Cylindrical-coordinate representation of color #41CF5D: hue angle of 131.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CF5D is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 93 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.19 |
| HSL | 131.83º | 0.6% | 0.53% | - |
| HSV(B) | 131.83º | 0.69% | 0.81% | - |
| XYZ | 26.47 | 46.54 | 17.94 | - |
| YUV | 151.55 | 94.96 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 93 | 0.69 | 0 | 0.55 | 0.19 | 131.83 | 0.6 | 0.53 |
| Hex | 41 | CF | 5D | 45 | 0 | 37 | 13 | 84 | 3C | 35 |
| Octal | 101 | 317 | 135 | 105 | 0 | 67 | 23 | 204 | 74 | 65 |
| Binary | 1000001 | 11001111 | 1011101 | 1000101 | 0 | 110111 | 10011 | 10000100 | 111100 | 110101 |
Color Harmonies of #41CF5D
Complementary color
Monochromatic Colors of #41CF5D
Black with #41CF5D
Text Example
Text Example
White with #41CF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CF5D; }
p { color: rgb(65,207,93); }
H1.HeaderClassName
{
color: #41CF5D;
}
.AnyTagClassName
{
color: #41CF5D;
}
</style>
background-color css
<style>
a { background-color: #41CF5D; }
a { background-color: rgb(65,207,93); }
div.DivClassName
{
background-color: #41CF5D;
}
.BgClassName
{
background-color: #41CF5D;
}
</style>
border-color css
<style>
span { border-color: #41CF5D; }
span { border-color: rgb(65,207,93); }
td.TdClassName
{
border-color: #41CF5D;
}
.TagClassName
{
border-color: #41CF5D;
}
</style>