Shades of Harlequin #40F107
Tints of Harlequin #40F107
RGB
CMYK
RGB Variations
Color information
#40F107 (or 0x40F107) is known color: Harlequin. HEX triplet: 40, F1 and 07. RGB value is (64,241,7). Sum of RGB (Red+Green+Blue) = 64+241+7=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 241 (94.53% from 255 or 77.24% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 241 - color contains mainly: green. Hex color #40F107 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F107 is #BF0EF8. Grayscale: #A2A2A2. Windows color (decimal): -12521209 or 520512. OLE color: 520512.
HSL color Cylindrical-coordinate representation of color #40F107: hue angle of 105.38º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40F107 is Cyan = 0.73, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 7 | - |
| CMYK | 0.73 | 0 | 0.97 | 0.05 |
| HSL | 105.38º | 0.94% | 0.49% | - |
| HSV(B) | 105.38º | 0.97% | 0.95% | - |
| XYZ | 33.61 | 64.02 | 10.79 | - |
| YUV | 161.4 | 40.86 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 7 | 0.73 | 0 | 0.97 | 0.05 | 105.38 | 0.94 | 0.49 |
| Hex | 40 | F1 | 7 | 49 | 0 | 61 | 5 | 69 | 5E | 31 |
| Octal | 100 | 361 | 7 | 111 | 0 | 141 | 5 | 151 | 136 | 61 |
| Binary | 1000000 | 11110001 | 111 | 1001001 | 0 | 1100001 | 101 | 1101001 | 1011110 | 110001 |
Color Harmonies of #40F107
Complementary color
Monochromatic Colors of #40F107
Black with #40F107
Text Example
Text Example
White with #40F107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F107; }
p { color: rgb(64,241,7); }
H1.HeaderClassName
{
color: #40F107;
}
.AnyTagClassName
{
color: #40F107;
}
</style>
background-color css
<style>
a { background-color: #40F107; }
a { background-color: rgb(64,241,7); }
div.DivClassName
{
background-color: #40F107;
}
.BgClassName
{
background-color: #40F107;
}
</style>
border-color css
<style>
span { border-color: #40F107; }
span { border-color: rgb(64,241,7); }
td.TdClassName
{
border-color: #40F107;
}
.TagClassName
{
border-color: #40F107;
}
</style>