Shades of Harlequin #40F818
Tints of Harlequin #40F818
RGB
CMYK
RGB Variations
Color information
#40F818 (or 0x40F818) is known color: Harlequin. HEX triplet: 40, F8 and 18. RGB value is (64,248,24). Sum of RGB (Red+Green+Blue) = 64+248+24=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 248 (97.27% from 255 or 73.81% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 248 - color contains mainly: green. Hex color #40F818 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F818 is #BF07E7. Grayscale: #A8A8A8. Windows color (decimal): -12519400 or 1636416. OLE color: 1636416.
HSL color Cylindrical-coordinate representation of color #40F818: hue angle of 109.29º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40F818 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 24 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.03 |
| HSL | 109.29º | 0.94% | 0.53% | - |
| HSV(B) | 109.29º | 0.9% | 0.97% | - |
| XYZ | 35.85 | 68.29 | 12.16 | - |
| YUV | 167.45 | 47.04 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 24 | 0.74 | 0 | 0.90 | 0.03 | 109.29 | 0.94 | 0.53 |
| Hex | 40 | F8 | 18 | 4A | 0 | 5A | 3 | 6D | 5E | 35 |
| Octal | 100 | 370 | 30 | 112 | 0 | 132 | 3 | 155 | 136 | 65 |
| Binary | 1000000 | 11111000 | 11000 | 1001010 | 0 | 1011010 | 11 | 1101101 | 1011110 | 110101 |
Color Harmonies of #40F818
Complementary color
Monochromatic Colors of #40F818
Black with #40F818
Text Example
Text Example
White with #40F818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F818; }
p { color: rgb(64,248,24); }
H1.HeaderClassName
{
color: #40F818;
}
.AnyTagClassName
{
color: #40F818;
}
</style>
background-color css
<style>
a { background-color: #40F818; }
a { background-color: rgb(64,248,24); }
div.DivClassName
{
background-color: #40F818;
}
.BgClassName
{
background-color: #40F818;
}
</style>
border-color css
<style>
span { border-color: #40F818; }
span { border-color: rgb(64,248,24); }
td.TdClassName
{
border-color: #40F818;
}
.TagClassName
{
border-color: #40F818;
}
</style>