Shades of Harlequin #40E717
Tints of Harlequin #40E717
RGB
CMYK
RGB Variations
Color information
#40E717 (or 0x40E717) is known color: Harlequin. HEX triplet: 40, E7 and 17. RGB value is (64,231,23). Sum of RGB (Red+Green+Blue) = 64+231+23=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 231 (90.62% from 255 or 72.64% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 231 - color contains mainly: green. Hex color #40E717 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40E717 is #BF18E8. Grayscale: #9E9E9E. Windows color (decimal): -12523753 or 1566528. OLE color: 1566528.
HSL color Cylindrical-coordinate representation of color #40E717: hue angle of 108.17º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40E717 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 23 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.09 |
| HSL | 108.17º | 0.82% | 0.5% | - |
| HSV(B) | 108.17º | 0.9% | 0.91% | - |
| XYZ | 30.84 | 58.3 | 10.44 | - |
| YUV | 157.36 | 52.17 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 23 | 0.72 | 0 | 0.90 | 0.09 | 108.17 | 0.82 | 0.5 |
| Hex | 40 | E7 | 17 | 48 | 0 | 5A | 9 | 6C | 52 | 32 |
| Octal | 100 | 347 | 27 | 110 | 0 | 132 | 11 | 154 | 122 | 62 |
| Binary | 1000000 | 11100111 | 10111 | 1001000 | 0 | 1011010 | 1001 | 1101100 | 1010010 | 110010 |
Color Harmonies of #40E717
Complementary color
Monochromatic Colors of #40E717
Black with #40E717
Text Example
Text Example
White with #40E717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E717; }
p { color: rgb(64,231,23); }
H1.HeaderClassName
{
color: #40E717;
}
.AnyTagClassName
{
color: #40E717;
}
</style>
background-color css
<style>
a { background-color: #40E717; }
a { background-color: rgb(64,231,23); }
div.DivClassName
{
background-color: #40E717;
}
.BgClassName
{
background-color: #40E717;
}
</style>
border-color css
<style>
span { border-color: #40E717; }
span { border-color: rgb(64,231,23); }
td.TdClassName
{
border-color: #40E717;
}
.TagClassName
{
border-color: #40E717;
}
</style>