Shades of Emerald #41CF7A
Tints of Emerald #41CF7A
RGB
CMYK
RGB Variations
Color information
#41CF7A (or 0x41CF7A) is known color: Emerald. HEX triplet: 41, CF and 7A. RGB value is (65,207,122). Sum of RGB (Red+Green+Blue) = 65+207+122=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CF7A is #BE3085. Grayscale: #9B9B9B. Windows color (decimal): -12464262 or 8048449. OLE color: 8048449.
HSL color Cylindrical-coordinate representation of color #41CF7A: hue angle of 144.08º 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 #41CF7A is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 122 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.19 |
| HSL | 144.08º | 0.6% | 0.53% | - |
| HSV(B) | 144.08º | 0.69% | 0.81% | - |
| XYZ | 28.01 | 47.15 | 26.04 | - |
| YUV | 154.85 | 109.46 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 122 | 0.69 | 0 | 0.41 | 0.19 | 144.08 | 0.6 | 0.53 |
| Hex | 41 | CF | 7A | 45 | 0 | 29 | 13 | 90 | 3C | 35 |
| Octal | 101 | 317 | 172 | 105 | 0 | 51 | 23 | 220 | 74 | 65 |
| Binary | 1000001 | 11001111 | 1111010 | 1000101 | 0 | 101001 | 10011 | 10010000 | 111100 | 110101 |
Color Harmonies of #41CF7A
Complementary color
Monochromatic Colors of #41CF7A
Black with #41CF7A
Text Example
Text Example
White with #41CF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CF7A; }
p { color: rgb(65,207,122); }
H1.HeaderClassName
{
color: #41CF7A;
}
.AnyTagClassName
{
color: #41CF7A;
}
</style>
background-color css
<style>
a { background-color: #41CF7A; }
a { background-color: rgb(65,207,122); }
div.DivClassName
{
background-color: #41CF7A;
}
.BgClassName
{
background-color: #41CF7A;
}
</style>
border-color css
<style>
span { border-color: #41CF7A; }
span { border-color: rgb(65,207,122); }
td.TdClassName
{
border-color: #41CF7A;
}
.TagClassName
{
border-color: #41CF7A;
}
</style>