Shades of Harlequin #40FE05
Tints of Harlequin #40FE05
RGB
CMYK
RGB Variations
Color information
#40FE05 (or 0x40FE05) is known color: Harlequin. HEX triplet: 40, FE and 05. RGB value is (64,254,5). Sum of RGB (Red+Green+Blue) = 64+254+5=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 254 (99.61% from 255 or 78.64% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 254 - color contains mainly: green. Hex color #40FE05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FE05 is #BF01FA. Grayscale: #A9A9A9. Windows color (decimal): -12517883 or 392768. OLE color: 392768.
HSL color Cylindrical-coordinate representation of color #40FE05: hue angle of 105.78º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40FE05 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 5 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.00 |
| HSL | 105.78º | 0.99% | 0.51% | - |
| HSV(B) | 105.78º | 0.98% | 1% | - |
| XYZ | 37.58 | 71.98 | 12.06 | - |
| YUV | 168.8 | 35.55 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 5 | 0.75 | 0 | 0.98 | 0.00 | 105.78 | 0.99 | 0.51 |
| Hex | 40 | FE | 5 | 4B | 0 | 62 | 0 | 6A | 63 | 33 |
| Octal | 100 | 376 | 5 | 113 | 0 | 142 | 0 | 152 | 143 | 63 |
| Binary | 1000000 | 11111110 | 101 | 1001011 | 0 | 1100010 | 0 | 1101010 | 1100011 | 110011 |
Color Harmonies of #40FE05
Complementary color
Monochromatic Colors of #40FE05
Black with #40FE05
Text Example
Text Example
White with #40FE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FE05; }
p { color: rgb(64,254,5); }
H1.HeaderClassName
{
color: #40FE05;
}
.AnyTagClassName
{
color: #40FE05;
}
</style>
background-color css
<style>
a { background-color: #40FE05; }
a { background-color: rgb(64,254,5); }
div.DivClassName
{
background-color: #40FE05;
}
.BgClassName
{
background-color: #40FE05;
}
</style>
border-color css
<style>
span { border-color: #40FE05; }
span { border-color: rgb(64,254,5); }
td.TdClassName
{
border-color: #40FE05;
}
.TagClassName
{
border-color: #40FE05;
}
</style>