Shades of Harlequin #40FB00
Tints of Harlequin #40FB00
RGB
CMYK
RGB Variations
Color information
#40FB00 (or 0x40FB00) is known color: Harlequin. HEX triplet: 40, FB and 00. RGB value is (64,251,0). Sum of RGB (Red+Green+Blue) = 64+251+0=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 251 (98.44% from 255 or 79.68% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 251 - color contains mainly: green. Hex color #40FB00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FB00 is #BF04FF. Grayscale: #A7A7A7. Windows color (decimal): -12518656 or 64320. OLE color: 64320.
HSL color Cylindrical-coordinate representation of color #40FB00: hue angle of 104.7º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40FB00 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.02 |
| HSL | 104.7º | 1% | 0.49% | - |
| HSV(B) | 104.7º | 1% | 0.98% | - |
| XYZ | 36.61 | 70.08 | 11.6 | - |
| YUV | 166.47 | 34.05 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 0 | 0.75 | 0 | 1 | 0.02 | 104.7 | 1 | 0.49 |
| Hex | 40 | FB | 0 | 4B | 0 | 64 | 2 | 69 | 64 | 31 |
| Octal | 100 | 373 | 0 | 113 | 0 | 144 | 2 | 151 | 144 | 61 |
| Binary | 1000000 | 11111011 | 0 | 1001011 | 0 | 1100100 | 10 | 1101001 | 1100100 | 110001 |
Color Harmonies of #40FB00
Complementary color
Monochromatic Colors of #40FB00
Black with #40FB00
Text Example
Text Example
White with #40FB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FB00; }
p { color: rgb(64,251,0); }
H1.HeaderClassName
{
color: #40FB00;
}
.AnyTagClassName
{
color: #40FB00;
}
</style>
background-color css
<style>
a { background-color: #40FB00; }
a { background-color: rgb(64,251,0); }
div.DivClassName
{
background-color: #40FB00;
}
.BgClassName
{
background-color: #40FB00;
}
</style>
border-color css
<style>
span { border-color: #40FB00; }
span { border-color: rgb(64,251,0); }
td.TdClassName
{
border-color: #40FB00;
}
.TagClassName
{
border-color: #40FB00;
}
</style>