Shades of Harlequin #40F017
Tints of Harlequin #40F017
RGB
CMYK
RGB Variations
Color information
#40F017 (or 0x40F017) is known color: Harlequin. HEX triplet: 40, F0 and 17. RGB value is (64,240,23). Sum of RGB (Red+Green+Blue) = 64+240+23=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 240 (94.14% from 255 or 73.39% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 240 - color contains mainly: green. Hex color #40F017 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F017 is #BF0FE8. Grayscale: #A3A3A3. Windows color (decimal): -12521449 or 1568832. OLE color: 1568832.
HSL color Cylindrical-coordinate representation of color #40F017: hue angle of 108.66º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40F017 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 240 | 23 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.06 |
| HSL | 108.66º | 0.88% | 0.52% | - |
| HSV(B) | 108.66º | 0.9% | 0.94% | - |
| XYZ | 33.43 | 63.47 | 11.3 | - |
| YUV | 162.64 | 49.19 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 240 | 23 | 0.73 | 0 | 0.90 | 0.06 | 108.66 | 0.88 | 0.52 |
| Hex | 40 | F0 | 17 | 49 | 0 | 5A | 6 | 6D | 58 | 34 |
| Octal | 100 | 360 | 27 | 111 | 0 | 132 | 6 | 155 | 130 | 64 |
| Binary | 1000000 | 11110000 | 10111 | 1001001 | 0 | 1011010 | 110 | 1101101 | 1011000 | 110100 |
Color Harmonies of #40F017
Complementary color
Monochromatic Colors of #40F017
Black with #40F017
Text Example
Text Example
White with #40F017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F017; }
p { color: rgb(64,240,23); }
H1.HeaderClassName
{
color: #40F017;
}
.AnyTagClassName
{
color: #40F017;
}
</style>
background-color css
<style>
a { background-color: #40F017; }
a { background-color: rgb(64,240,23); }
div.DivClassName
{
background-color: #40F017;
}
.BgClassName
{
background-color: #40F017;
}
</style>
border-color css
<style>
span { border-color: #40F017; }
span { border-color: rgb(64,240,23); }
td.TdClassName
{
border-color: #40F017;
}
.TagClassName
{
border-color: #40F017;
}
</style>