Shades of Harlequin #40FF08
Tints of Harlequin #40FF08
RGB
CMYK
RGB Variations
Color information
#40FF08 (or 0x40FF08) is known color: Harlequin. HEX triplet: 40, FF and 08. RGB value is (64,255,8). Sum of RGB (Red+Green+Blue) = 64+255+8=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 255 (100% from 255 or 77.98% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FF08 is #BF00F7. Grayscale: #AAAAAA. Windows color (decimal): -12517624 or 589632. OLE color: 589632.
HSL color Cylindrical-coordinate representation of color #40FF08: hue angle of 106.4º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40FF08 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 8 | - |
| CMYK | 0.75 | 0 | 0.97 | 0 |
| HSL | 106.4º | 1% | 0.52% | - |
| HSV(B) | 106.4º | 0.97% | 1% | - |
| XYZ | 37.92 | 72.63 | 12.25 | - |
| YUV | 169.73 | 36.72 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 8 | 0.75 | 0 | 0.97 | 0 | 106.4 | 1 | 0.52 |
| Hex | 40 | FF | 8 | 4B | 0 | 61 | 0 | 6A | 64 | 34 |
| Octal | 100 | 377 | 10 | 113 | 0 | 141 | 0 | 152 | 144 | 64 |
| Binary | 1000000 | 11111111 | 1000 | 1001011 | 0 | 1100001 | 0 | 1101010 | 1100100 | 110100 |
Color Harmonies of #40FF08
Complementary color
Monochromatic Colors of #40FF08
Black with #40FF08
Text Example
Text Example
White with #40FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF08; }
p { color: rgb(64,255,8); }
H1.HeaderClassName
{
color: #40FF08;
}
.AnyTagClassName
{
color: #40FF08;
}
</style>
background-color css
<style>
a { background-color: #40FF08; }
a { background-color: rgb(64,255,8); }
div.DivClassName
{
background-color: #40FF08;
}
.BgClassName
{
background-color: #40FF08;
}
</style>
border-color css
<style>
span { border-color: #40FF08; }
span { border-color: rgb(64,255,8); }
td.TdClassName
{
border-color: #40FF08;
}
.TagClassName
{
border-color: #40FF08;
}
</style>