Shades of Harlequin #40FF03
Tints of Harlequin #40FF03
RGB
CMYK
RGB Variations
Color information
#40FF03 (or 0x40FF03) is known color: Harlequin. HEX triplet: 40, FF and 03. RGB value is (64,255,3). Sum of RGB (Red+Green+Blue) = 64+255+3=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 255 (100% from 255 or 79.19% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FF03 is #BF00FC. Grayscale: #A9A9A9. Windows color (decimal): -12517629 or 261952. OLE color: 261952.
HSL color Cylindrical-coordinate representation of color #40FF03: hue angle of 105.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40FF03 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 3 | - |
| CMYK | 0.75 | 0 | 0.99 | 0 |
| HSL | 105.48º | 1% | 0.51% | - |
| HSV(B) | 105.48º | 0.99% | 1% | - |
| XYZ | 37.89 | 72.62 | 12.11 | - |
| YUV | 169.16 | 34.22 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 3 | 0.75 | 0 | 0.99 | 0 | 105.48 | 1 | 0.51 |
| Hex | 40 | FF | 3 | 4B | 0 | 63 | 0 | 69 | 64 | 33 |
| Octal | 100 | 377 | 3 | 113 | 0 | 143 | 0 | 151 | 144 | 63 |
| Binary | 1000000 | 11111111 | 11 | 1001011 | 0 | 1100011 | 0 | 1101001 | 1100100 | 110011 |
Color Harmonies of #40FF03
Complementary color
Monochromatic Colors of #40FF03
Black with #40FF03
Text Example
Text Example
White with #40FF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF03; }
p { color: rgb(64,255,3); }
H1.HeaderClassName
{
color: #40FF03;
}
.AnyTagClassName
{
color: #40FF03;
}
</style>
background-color css
<style>
a { background-color: #40FF03; }
a { background-color: rgb(64,255,3); }
div.DivClassName
{
background-color: #40FF03;
}
.BgClassName
{
background-color: #40FF03;
}
</style>
border-color css
<style>
span { border-color: #40FF03; }
span { border-color: rgb(64,255,3); }
td.TdClassName
{
border-color: #40FF03;
}
.TagClassName
{
border-color: #40FF03;
}
</style>