Shades of Harlequin #40F211
Tints of Harlequin #40F211
RGB
CMYK
RGB Variations
Color information
#40F211 (or 0x40F211) is known color: Harlequin. HEX triplet: 40, F2 and 11. RGB value is (64,242,17). Sum of RGB (Red+Green+Blue) = 64+242+17=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 242 (94.92% from 255 or 74.92% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 242 - color contains mainly: green. Hex color #40F211 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F211 is #BF0DEE. Grayscale: #A3A3A3. Windows color (decimal): -12520943 or 1176128. OLE color: 1176128.
HSL color Cylindrical-coordinate representation of color #40F211: hue angle of 107.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40F211 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 242 | 17 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.05 |
| HSL | 107.47º | 0.9% | 0.51% | - |
| HSV(B) | 107.47º | 0.93% | 0.95% | - |
| XYZ | 33.97 | 64.63 | 11.22 | - |
| YUV | 163.13 | 45.53 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 242 | 17 | 0.74 | 0 | 0.93 | 0.05 | 107.47 | 0.9 | 0.51 |
| Hex | 40 | F2 | 11 | 4A | 0 | 5D | 5 | 6B | 5A | 33 |
| Octal | 100 | 362 | 21 | 112 | 0 | 135 | 5 | 153 | 132 | 63 |
| Binary | 1000000 | 11110010 | 10001 | 1001010 | 0 | 1011101 | 101 | 1101011 | 1011010 | 110011 |
Color Harmonies of #40F211
Complementary color
Monochromatic Colors of #40F211
Black with #40F211
Text Example
Text Example
White with #40F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F211; }
p { color: rgb(64,242,17); }
H1.HeaderClassName
{
color: #40F211;
}
.AnyTagClassName
{
color: #40F211;
}
</style>
background-color css
<style>
a { background-color: #40F211; }
a { background-color: rgb(64,242,17); }
div.DivClassName
{
background-color: #40F211;
}
.BgClassName
{
background-color: #40F211;
}
</style>
border-color css
<style>
span { border-color: #40F211; }
span { border-color: rgb(64,242,17); }
td.TdClassName
{
border-color: #40F211;
}
.TagClassName
{
border-color: #40F211;
}
</style>