Shades of Emerald #40F17C
Tints of Emerald #40F17C
RGB
CMYK
RGB Variations
Color information
#40F17C (or 0x40F17C) is known color: Emerald. HEX triplet: 40, F1 and 7C. RGB value is (64,241,124). Sum of RGB (Red+Green+Blue) = 64+241+124=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #40F17C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F17C is #BF0E83. Grayscale: #AFAFAF. Windows color (decimal): -12521092 or 8188224. OLE color: 8188224.
HSL color Cylindrical-coordinate representation of color #40F17C: hue angle of 140.34º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F17C is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 124 | - |
| CMYK | 0.73 | 0 | 0.49 | 0.05 |
| HSL | 140.34º | 0.86% | 0.6% | - |
| HSV(B) | 140.34º | 0.73% | 0.95% | - |
| XYZ | 37.21 | 65.46 | 29.74 | - |
| YUV | 174.74 | 99.36 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 124 | 0.73 | 0 | 0.49 | 0.05 | 140.34 | 0.86 | 0.6 |
| Hex | 40 | F1 | 7C | 49 | 0 | 31 | 5 | 8C | 56 | 3C |
| Octal | 100 | 361 | 174 | 111 | 0 | 61 | 5 | 214 | 126 | 74 |
| Binary | 1000000 | 11110001 | 1111100 | 1001001 | 0 | 110001 | 101 | 10001100 | 1010110 | 111100 |
Color Harmonies of #40F17C
Complementary color
Monochromatic Colors of #40F17C
Black with #40F17C
Text Example
Text Example
White with #40F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F17C; }
p { color: rgb(64,241,124); }
H1.HeaderClassName
{
color: #40F17C;
}
.AnyTagClassName
{
color: #40F17C;
}
</style>
background-color css
<style>
a { background-color: #40F17C; }
a { background-color: rgb(64,241,124); }
div.DivClassName
{
background-color: #40F17C;
}
.BgClassName
{
background-color: #40F17C;
}
</style>
border-color css
<style>
span { border-color: #40F17C; }
span { border-color: rgb(64,241,124); }
td.TdClassName
{
border-color: #40F17C;
}
.TagClassName
{
border-color: #40F17C;
}
</style>