Shades of Harlequin #40FF1F
Tints of Harlequin #40FF1F
RGB
CMYK
RGB Variations
Color information
#40FF1F (or 0x40FF1F) is known color: Harlequin. HEX triplet: 40, FF and 1F. RGB value is (64,255,31). Sum of RGB (Red+Green+Blue) = 64+255+31=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 255 (100% from 255 or 72.86% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FF1F is #BF00E0. Grayscale: #ADADAD. Windows color (decimal): -12517601 or 2096960. OLE color: 2096960.
HSL color Cylindrical-coordinate representation of color #40FF1F: hue angle of 111.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40FF1F is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 31 | - |
| CMYK | 0.75 | 0 | 0.88 | 0 |
| HSL | 111.16º | 1% | 0.56% | - |
| HSV(B) | 111.16º | 0.88% | 1% | - |
| XYZ | 38.12 | 72.71 | 13.32 | - |
| YUV | 172.36 | 48.22 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 31 | 0.75 | 0 | 0.88 | 0 | 111.16 | 1 | 0.56 |
| Hex | 40 | FF | 1F | 4B | 0 | 58 | 0 | 6F | 64 | 38 |
| Octal | 100 | 377 | 37 | 113 | 0 | 130 | 0 | 157 | 144 | 70 |
| Binary | 1000000 | 11111111 | 11111 | 1001011 | 0 | 1011000 | 0 | 1101111 | 1100100 | 111000 |
Color Harmonies of #40FF1F
Complementary color
Monochromatic Colors of #40FF1F
Black with #40FF1F
Text Example
Text Example
White with #40FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF1F; }
p { color: rgb(64,255,31); }
H1.HeaderClassName
{
color: #40FF1F;
}
.AnyTagClassName
{
color: #40FF1F;
}
</style>
background-color css
<style>
a { background-color: #40FF1F; }
a { background-color: rgb(64,255,31); }
div.DivClassName
{
background-color: #40FF1F;
}
.BgClassName
{
background-color: #40FF1F;
}
</style>
border-color css
<style>
span { border-color: #40FF1F; }
span { border-color: rgb(64,255,31); }
td.TdClassName
{
border-color: #40FF1F;
}
.TagClassName
{
border-color: #40FF1F;
}
</style>