Shades of Harlequin #40F922
Tints of Harlequin #40F922
RGB
CMYK
RGB Variations
Color information
#40F922 (or 0x40F922) is known color: Harlequin. HEX triplet: 40, F9 and 22. RGB value is (64,249,34). Sum of RGB (Red+Green+Blue) = 64+249+34=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 249 (97.66% from 255 or 71.76% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 249 - color contains mainly: green. Hex color #40F922 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F922 is #BF06DD. Grayscale: #A9A9A9. Windows color (decimal): -12519134 or 2292032. OLE color: 2292032.
HSL color Cylindrical-coordinate representation of color #40F922: hue angle of 111.63º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40F922 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 34 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.02 |
| HSL | 111.63º | 0.95% | 0.55% | - |
| HSV(B) | 111.63º | 0.86% | 0.98% | - |
| XYZ | 36.28 | 68.96 | 12.91 | - |
| YUV | 169.18 | 51.71 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 34 | 0.74 | 0 | 0.86 | 0.02 | 111.63 | 0.95 | 0.55 |
| Hex | 40 | F9 | 22 | 4A | 0 | 56 | 2 | 70 | 5F | 37 |
| Octal | 100 | 371 | 42 | 112 | 0 | 126 | 2 | 160 | 137 | 67 |
| Binary | 1000000 | 11111001 | 100010 | 1001010 | 0 | 1010110 | 10 | 1110000 | 1011111 | 110111 |
Color Harmonies of #40F922
Complementary color
Monochromatic Colors of #40F922
Black with #40F922
Text Example
Text Example
White with #40F922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F922; }
p { color: rgb(64,249,34); }
H1.HeaderClassName
{
color: #40F922;
}
.AnyTagClassName
{
color: #40F922;
}
</style>
background-color css
<style>
a { background-color: #40F922; }
a { background-color: rgb(64,249,34); }
div.DivClassName
{
background-color: #40F922;
}
.BgClassName
{
background-color: #40F922;
}
</style>
border-color css
<style>
span { border-color: #40F922; }
span { border-color: rgb(64,249,34); }
td.TdClassName
{
border-color: #40F922;
}
.TagClassName
{
border-color: #40F922;
}
</style>