Shades of Harlequin #40E217
Tints of Harlequin #40E217
RGB
CMYK
RGB Variations
Color information
#40E217 (or 0x40E217) is known color: Harlequin. HEX triplet: 40, E2 and 17. RGB value is (64,226,23). Sum of RGB (Red+Green+Blue) = 64+226+23=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 226 (88.67% from 255 or 72.20% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 226 - color contains mainly: green. Hex color #40E217 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E217 is #BF1DE8. Grayscale: #9B9B9B. Windows color (decimal): -12525033 or 1565248. OLE color: 1565248.
HSL color Cylindrical-coordinate representation of color #40E217: hue angle of 107.88º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40E217 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 226 | 23 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.11 |
| HSL | 107.88º | 0.82% | 0.49% | - |
| HSV(B) | 107.88º | 0.9% | 0.89% | - |
| XYZ | 29.47 | 55.54 | 9.98 | - |
| YUV | 154.42 | 53.83 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 226 | 23 | 0.72 | 0 | 0.90 | 0.11 | 107.88 | 0.82 | 0.49 |
| Hex | 40 | E2 | 17 | 48 | 0 | 5A | B | 6C | 52 | 31 |
| Octal | 100 | 342 | 27 | 110 | 0 | 132 | 13 | 154 | 122 | 61 |
| Binary | 1000000 | 11100010 | 10111 | 1001000 | 0 | 1011010 | 1011 | 1101100 | 1010010 | 110001 |
Color Harmonies of #40E217
Complementary color
Monochromatic Colors of #40E217
Black with #40E217
Text Example
Text Example
White with #40E217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E217; }
p { color: rgb(64,226,23); }
H1.HeaderClassName
{
color: #40E217;
}
.AnyTagClassName
{
color: #40E217;
}
</style>
background-color css
<style>
a { background-color: #40E217; }
a { background-color: rgb(64,226,23); }
div.DivClassName
{
background-color: #40E217;
}
.BgClassName
{
background-color: #40E217;
}
</style>
border-color css
<style>
span { border-color: #40E217; }
span { border-color: rgb(64,226,23); }
td.TdClassName
{
border-color: #40E217;
}
.TagClassName
{
border-color: #40E217;
}
</style>