Shades of Harlequin #40FF2A
Tints of Harlequin #40FF2A
RGB
CMYK
RGB Variations
Color information
#40FF2A (or 0x40FF2A) is known color: Harlequin. HEX triplet: 40, FF and 2A. RGB value is (64,255,42). Sum of RGB (Red+Green+Blue) = 64+255+42=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FF2A is #BF00D5. Grayscale: #AEAEAE. Windows color (decimal): -12517590 or 2817856. OLE color: 2817856.
HSL color Cylindrical-coordinate representation of color #40FF2A: hue angle of 113.8º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40FF2A is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 42 | - |
| CMYK | 0.75 | 0 | 0.84 | 0 |
| HSL | 113.8º | 1% | 0.58% | - |
| HSV(B) | 113.8º | 0.84% | 1% | - |
| XYZ | 38.29 | 72.78 | 14.22 | - |
| YUV | 173.61 | 53.72 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 42 | 0.75 | 0 | 0.84 | 0 | 113.8 | 1 | 0.58 |
| Hex | 40 | FF | 2A | 4B | 0 | 54 | 0 | 72 | 64 | 3A |
| Octal | 100 | 377 | 52 | 113 | 0 | 124 | 0 | 162 | 144 | 72 |
| Binary | 1000000 | 11111111 | 101010 | 1001011 | 0 | 1010100 | 0 | 1110010 | 1100100 | 111010 |
Color Harmonies of #40FF2A
Complementary color
Monochromatic Colors of #40FF2A
Black with #40FF2A
Text Example
Text Example
White with #40FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF2A; }
p { color: rgb(64,255,42); }
H1.HeaderClassName
{
color: #40FF2A;
}
.AnyTagClassName
{
color: #40FF2A;
}
</style>
background-color css
<style>
a { background-color: #40FF2A; }
a { background-color: rgb(64,255,42); }
div.DivClassName
{
background-color: #40FF2A;
}
.BgClassName
{
background-color: #40FF2A;
}
</style>
border-color css
<style>
span { border-color: #40FF2A; }
span { border-color: rgb(64,255,42); }
td.TdClassName
{
border-color: #40FF2A;
}
.TagClassName
{
border-color: #40FF2A;
}
</style>