Shades of Harlequin #40FA1D
Tints of Harlequin #40FA1D
RGB
CMYK
RGB Variations
Color information
#40FA1D (or 0x40FA1D) is known color: Harlequin. HEX triplet: 40, FA and 1D. RGB value is (64,250,29). Sum of RGB (Red+Green+Blue) = 64+250+29=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 250 (98.05% from 255 or 72.89% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 250 - color contains mainly: green. Hex color #40FA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FA1D is #BF05E2. Grayscale: #A9A9A9. Windows color (decimal): -12518883 or 1964608. OLE color: 1964608.
HSL color Cylindrical-coordinate representation of color #40FA1D: hue angle of 110.5º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40FA1D is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 250 | 29 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.02 |
| HSL | 110.5º | 0.96% | 0.55% | - |
| HSV(B) | 110.5º | 0.88% | 0.98% | - |
| XYZ | 36.52 | 69.55 | 12.66 | - |
| YUV | 169.19 | 48.88 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 250 | 29 | 0.74 | 0 | 0.88 | 0.02 | 110.5 | 0.96 | 0.55 |
| Hex | 40 | FA | 1D | 4A | 0 | 58 | 2 | 6E | 60 | 37 |
| Octal | 100 | 372 | 35 | 112 | 0 | 130 | 2 | 156 | 140 | 67 |
| Binary | 1000000 | 11111010 | 11101 | 1001010 | 0 | 1011000 | 10 | 1101110 | 1100000 | 110111 |
Color Harmonies of #40FA1D
Complementary color
Monochromatic Colors of #40FA1D
Black with #40FA1D
Text Example
Text Example
White with #40FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FA1D; }
p { color: rgb(64,250,29); }
H1.HeaderClassName
{
color: #40FA1D;
}
.AnyTagClassName
{
color: #40FA1D;
}
</style>
background-color css
<style>
a { background-color: #40FA1D; }
a { background-color: rgb(64,250,29); }
div.DivClassName
{
background-color: #40FA1D;
}
.BgClassName
{
background-color: #40FA1D;
}
</style>
border-color css
<style>
span { border-color: #40FA1D; }
span { border-color: rgb(64,250,29); }
td.TdClassName
{
border-color: #40FA1D;
}
.TagClassName
{
border-color: #40FA1D;
}
</style>