Shades of Emerald #41CF71
Tints of Emerald #41CF71
RGB
CMYK
RGB Variations
Color information
#41CF71 (or 0x41CF71) is known color: Emerald. HEX triplet: 41, CF and 71. RGB value is (65,207,113). Sum of RGB (Red+Green+Blue) = 65+207+113=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CF71 is #BE308E. Grayscale: #9A9A9A. Windows color (decimal): -12464271 or 7458625. OLE color: 7458625.
HSL color Cylindrical-coordinate representation of color #41CF71: hue angle of 140.28º 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 #41CF71 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 113 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.19 |
| HSL | 140.28º | 0.6% | 0.53% | - |
| HSV(B) | 140.28º | 0.69% | 0.81% | - |
| XYZ | 27.47 | 46.94 | 23.24 | - |
| YUV | 153.83 | 104.96 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 113 | 0.69 | 0 | 0.45 | 0.19 | 140.28 | 0.6 | 0.53 |
| Hex | 41 | CF | 71 | 45 | 0 | 2D | 13 | 8C | 3C | 35 |
| Octal | 101 | 317 | 161 | 105 | 0 | 55 | 23 | 214 | 74 | 65 |
| Binary | 1000001 | 11001111 | 1110001 | 1000101 | 0 | 101101 | 10011 | 10001100 | 111100 | 110101 |
Color Harmonies of #41CF71
Complementary color
Monochromatic Colors of #41CF71
Black with #41CF71
Text Example
Text Example
White with #41CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CF71; }
p { color: rgb(65,207,113); }
H1.HeaderClassName
{
color: #41CF71;
}
.AnyTagClassName
{
color: #41CF71;
}
</style>
background-color css
<style>
a { background-color: #41CF71; }
a { background-color: rgb(65,207,113); }
div.DivClassName
{
background-color: #41CF71;
}
.BgClassName
{
background-color: #41CF71;
}
</style>
border-color css
<style>
span { border-color: #41CF71; }
span { border-color: rgb(65,207,113); }
td.TdClassName
{
border-color: #41CF71;
}
.TagClassName
{
border-color: #41CF71;
}
</style>