Shades of Harlequin #40FD01
Tints of Harlequin #40FD01
RGB
CMYK
RGB Variations
Color information
#40FD01 (or 0x40FD01) is known color: Harlequin. HEX triplet: 40, FD and 01. RGB value is (64,253,1). Sum of RGB (Red+Green+Blue) = 64+253+1=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 253 (99.22% from 255 or 79.56% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 253 - color contains mainly: green. Hex color #40FD01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FD01 is #BF02FE. Grayscale: #A8A8A8. Windows color (decimal): -12518143 or 130368. OLE color: 130368.
HSL color Cylindrical-coordinate representation of color #40FD01: hue angle of 105º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40FD01 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 1 | - |
| CMYK | 0.75 | 0 | 1.00 | 0.01 |
| HSL | 105º | 0.99% | 0.5% | - |
| HSV(B) | 105º | 1% | 0.99% | - |
| XYZ | 37.25 | 71.34 | 11.84 | - |
| YUV | 167.76 | 33.88 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 1 | 0.75 | 0 | 1.00 | 0.01 | 105 | 0.99 | 0.5 |
| Hex | 40 | FD | 1 | 4B | 0 | 64 | 1 | 69 | 63 | 32 |
| Octal | 100 | 375 | 1 | 113 | 0 | 144 | 1 | 151 | 143 | 62 |
| Binary | 1000000 | 11111101 | 1 | 1001011 | 0 | 1100100 | 1 | 1101001 | 1100011 | 110010 |
Color Harmonies of #40FD01
Complementary color
Monochromatic Colors of #40FD01
Black with #40FD01
Text Example
Text Example
White with #40FD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FD01; }
p { color: rgb(64,253,1); }
H1.HeaderClassName
{
color: #40FD01;
}
.AnyTagClassName
{
color: #40FD01;
}
</style>
background-color css
<style>
a { background-color: #40FD01; }
a { background-color: rgb(64,253,1); }
div.DivClassName
{
background-color: #40FD01;
}
.BgClassName
{
background-color: #40FD01;
}
</style>
border-color css
<style>
span { border-color: #40FD01; }
span { border-color: rgb(64,253,1); }
td.TdClassName
{
border-color: #40FD01;
}
.TagClassName
{
border-color: #40FD01;
}
</style>