Shades of Harlequin #40F219
Tints of Harlequin #40F219
RGB
CMYK
RGB Variations
Color information
#40F219 (or 0x40F219) is known color: Harlequin. HEX triplet: 40, F2 and 19. RGB value is (64,242,25). Sum of RGB (Red+Green+Blue) = 64+242+25=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 242 (94.92% from 255 or 73.11% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 242 - color contains mainly: green. Hex color #40F219 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F219 is #BF0DE6. Grayscale: #A4A4A4. Windows color (decimal): -12520935 or 1700416. OLE color: 1700416.
HSL color Cylindrical-coordinate representation of color #40F219: hue angle of 109.22º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40F219 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 242 | 25 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.05 |
| HSL | 109.22º | 0.89% | 0.52% | - |
| HSV(B) | 109.22º | 0.9% | 0.95% | - |
| XYZ | 34.04 | 64.66 | 11.61 | - |
| YUV | 164.04 | 49.53 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 242 | 25 | 0.74 | 0 | 0.90 | 0.05 | 109.22 | 0.89 | 0.52 |
| Hex | 40 | F2 | 19 | 4A | 0 | 5A | 5 | 6D | 59 | 34 |
| Octal | 100 | 362 | 31 | 112 | 0 | 132 | 5 | 155 | 131 | 64 |
| Binary | 1000000 | 11110010 | 11001 | 1001010 | 0 | 1011010 | 101 | 1101101 | 1011001 | 110100 |
Color Harmonies of #40F219
Complementary color
Monochromatic Colors of #40F219
Black with #40F219
Text Example
Text Example
White with #40F219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F219; }
p { color: rgb(64,242,25); }
H1.HeaderClassName
{
color: #40F219;
}
.AnyTagClassName
{
color: #40F219;
}
</style>
background-color css
<style>
a { background-color: #40F219; }
a { background-color: rgb(64,242,25); }
div.DivClassName
{
background-color: #40F219;
}
.BgClassName
{
background-color: #40F219;
}
</style>
border-color css
<style>
span { border-color: #40F219; }
span { border-color: rgb(64,242,25); }
td.TdClassName
{
border-color: #40F219;
}
.TagClassName
{
border-color: #40F219;
}
</style>