Shades of Harlequin #40F016
Tints of Harlequin #40F016
RGB
CMYK
RGB Variations
Color information
#40F016 (or 0x40F016) is known color: Harlequin. HEX triplet: 40, F0 and 16. RGB value is (64,240,22). Sum of RGB (Red+Green+Blue) = 64+240+22=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 240 (94.14% from 255 or 73.62% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 240 - color contains mainly: green. Hex color #40F016 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F016 is #BF0FE9. Grayscale: #A3A3A3. Windows color (decimal): -12521450 or 1503296. OLE color: 1503296.
HSL color Cylindrical-coordinate representation of color #40F016: hue angle of 108.44º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40F016 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 240 | 22 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.06 |
| HSL | 108.44º | 0.88% | 0.51% | - |
| HSV(B) | 108.44º | 0.91% | 0.94% | - |
| XYZ | 33.42 | 63.47 | 11.25 | - |
| YUV | 162.52 | 48.69 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 240 | 22 | 0.73 | 0 | 0.91 | 0.06 | 108.44 | 0.88 | 0.51 |
| Hex | 40 | F0 | 16 | 49 | 0 | 5B | 6 | 6C | 58 | 33 |
| Octal | 100 | 360 | 26 | 111 | 0 | 133 | 6 | 154 | 130 | 63 |
| Binary | 1000000 | 11110000 | 10110 | 1001001 | 0 | 1011011 | 110 | 1101100 | 1011000 | 110011 |
Color Harmonies of #40F016
Complementary color
Monochromatic Colors of #40F016
Black with #40F016
Text Example
Text Example
White with #40F016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F016; }
p { color: rgb(64,240,22); }
H1.HeaderClassName
{
color: #40F016;
}
.AnyTagClassName
{
color: #40F016;
}
</style>
background-color css
<style>
a { background-color: #40F016; }
a { background-color: rgb(64,240,22); }
div.DivClassName
{
background-color: #40F016;
}
.BgClassName
{
background-color: #40F016;
}
</style>
border-color css
<style>
span { border-color: #40F016; }
span { border-color: rgb(64,240,22); }
td.TdClassName
{
border-color: #40F016;
}
.TagClassName
{
border-color: #40F016;
}
</style>