Shades of Harlequin #40FD29
Tints of Harlequin #40FD29
RGB
CMYK
RGB Variations
Color information
#40FD29 (or 0x40FD29) is known color: Harlequin. HEX triplet: 40, FD and 29. RGB value is (64,253,41). Sum of RGB (Red+Green+Blue) = 64+253+41=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 253 (99.22% from 255 or 70.67% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 253 - color contains mainly: green. Hex color #40FD29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FD29 is #BF02D6. Grayscale: #ACACAC. Windows color (decimal): -12518103 or 2751808. OLE color: 2751808.
HSL color Cylindrical-coordinate representation of color #40FD29: hue angle of 113.49º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40FD29 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 41 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.01 |
| HSL | 113.49º | 0.98% | 0.58% | - |
| HSV(B) | 113.49º | 0.84% | 0.99% | - |
| XYZ | 37.64 | 71.5 | 13.92 | - |
| YUV | 172.32 | 53.88 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 41 | 0.75 | 0 | 0.84 | 0.01 | 113.49 | 0.98 | 0.58 |
| Hex | 40 | FD | 29 | 4B | 0 | 54 | 1 | 71 | 62 | 3A |
| Octal | 100 | 375 | 51 | 113 | 0 | 124 | 1 | 161 | 142 | 72 |
| Binary | 1000000 | 11111101 | 101001 | 1001011 | 0 | 1010100 | 1 | 1110001 | 1100010 | 111010 |
Color Harmonies of #40FD29
Complementary color
Monochromatic Colors of #40FD29
Black with #40FD29
Text Example
Text Example
White with #40FD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FD29; }
p { color: rgb(64,253,41); }
H1.HeaderClassName
{
color: #40FD29;
}
.AnyTagClassName
{
color: #40FD29;
}
</style>
background-color css
<style>
a { background-color: #40FD29; }
a { background-color: rgb(64,253,41); }
div.DivClassName
{
background-color: #40FD29;
}
.BgClassName
{
background-color: #40FD29;
}
</style>
border-color css
<style>
span { border-color: #40FD29; }
span { border-color: rgb(64,253,41); }
td.TdClassName
{
border-color: #40FD29;
}
.TagClassName
{
border-color: #40FD29;
}
</style>