Shades of Harlequin #40FF24
Tints of Harlequin #40FF24
RGB
CMYK
RGB Variations
Color information
#40FF24 (or 0x40FF24) is known color: Harlequin. HEX triplet: 40, FF and 24. RGB value is (64,255,36). Sum of RGB (Red+Green+Blue) = 64+255+36=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FF24 is #BF00DB. Grayscale: #ADADAD. Windows color (decimal): -12517596 or 2424640. OLE color: 2424640.
HSL color Cylindrical-coordinate representation of color #40FF24: hue angle of 112.33º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40FF24 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 36 | - |
| CMYK | 0.75 | 0 | 0.86 | 0 |
| HSL | 112.33º | 1% | 0.57% | - |
| HSV(B) | 112.33º | 0.86% | 1% | - |
| XYZ | 38.19 | 72.74 | 13.7 | - |
| YUV | 172.93 | 50.72 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 36 | 0.75 | 0 | 0.86 | 0 | 112.33 | 1 | 0.57 |
| Hex | 40 | FF | 24 | 4B | 0 | 56 | 0 | 70 | 64 | 39 |
| Octal | 100 | 377 | 44 | 113 | 0 | 126 | 0 | 160 | 144 | 71 |
| Binary | 1000000 | 11111111 | 100100 | 1001011 | 0 | 1010110 | 0 | 1110000 | 1100100 | 111001 |
Color Harmonies of #40FF24
Complementary color
Monochromatic Colors of #40FF24
Black with #40FF24
Text Example
Text Example
White with #40FF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF24; }
p { color: rgb(64,255,36); }
H1.HeaderClassName
{
color: #40FF24;
}
.AnyTagClassName
{
color: #40FF24;
}
</style>
background-color css
<style>
a { background-color: #40FF24; }
a { background-color: rgb(64,255,36); }
div.DivClassName
{
background-color: #40FF24;
}
.BgClassName
{
background-color: #40FF24;
}
</style>
border-color css
<style>
span { border-color: #40FF24; }
span { border-color: rgb(64,255,36); }
td.TdClassName
{
border-color: #40FF24;
}
.TagClassName
{
border-color: #40FF24;
}
</style>