Shades of Harlequin #40FF20
Tints of Harlequin #40FF20
RGB
CMYK
RGB Variations
Color information
#40FF20 (or 0x40FF20) is known color: Harlequin. HEX triplet: 40, FF and 20. RGB value is (64,255,32). Sum of RGB (Red+Green+Blue) = 64+255+32=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FF20 is #BF00DF. Grayscale: #ADADAD. Windows color (decimal): -12517600 or 2162496. OLE color: 2162496.
HSL color Cylindrical-coordinate representation of color #40FF20: hue angle of 111.39º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40FF20 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 32 | - |
| CMYK | 0.75 | 0 | 0.87 | 0 |
| HSL | 111.39º | 1% | 0.56% | - |
| HSV(B) | 111.39º | 0.87% | 1% | - |
| XYZ | 38.14 | 72.71 | 13.39 | - |
| YUV | 172.47 | 48.72 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 32 | 0.75 | 0 | 0.87 | 0 | 111.39 | 1 | 0.56 |
| Hex | 40 | FF | 20 | 4B | 0 | 57 | 0 | 6F | 64 | 38 |
| Octal | 100 | 377 | 40 | 113 | 0 | 127 | 0 | 157 | 144 | 70 |
| Binary | 1000000 | 11111111 | 100000 | 1001011 | 0 | 1010111 | 0 | 1101111 | 1100100 | 111000 |
Color Harmonies of #40FF20
Complementary color
Monochromatic Colors of #40FF20
Black with #40FF20
Text Example
Text Example
White with #40FF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF20; }
p { color: rgb(64,255,32); }
H1.HeaderClassName
{
color: #40FF20;
}
.AnyTagClassName
{
color: #40FF20;
}
</style>
background-color css
<style>
a { background-color: #40FF20; }
a { background-color: rgb(64,255,32); }
div.DivClassName
{
background-color: #40FF20;
}
.BgClassName
{
background-color: #40FF20;
}
</style>
border-color css
<style>
span { border-color: #40FF20; }
span { border-color: rgb(64,255,32); }
td.TdClassName
{
border-color: #40FF20;
}
.TagClassName
{
border-color: #40FF20;
}
</style>