Shades of Harlequin #40E417
Tints of Harlequin #40E417
RGB
CMYK
RGB Variations
Color information
#40E417 (or 0x40E417) is known color: Harlequin. HEX triplet: 40, E4 and 17. RGB value is (64,228,23). Sum of RGB (Red+Green+Blue) = 64+228+23=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 228 (89.45% from 255 or 72.38% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 228 - color contains mainly: green. Hex color #40E417 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E417 is #BF1BE8. Grayscale: #9C9C9C. Windows color (decimal): -12524521 or 1565760. OLE color: 1565760.
HSL color Cylindrical-coordinate representation of color #40E417: hue angle of 108º 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 #40E417 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 228 | 23 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.11 |
| HSL | 108º | 0.82% | 0.49% | - |
| HSV(B) | 108º | 0.9% | 0.89% | - |
| XYZ | 30.01 | 56.64 | 10.16 | - |
| YUV | 155.59 | 53.17 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 23 | 0.72 | 0 | 0.90 | 0.11 | 108 | 0.82 | 0.49 |
| Hex | 40 | E4 | 17 | 48 | 0 | 5A | B | 6C | 52 | 31 |
| Octal | 100 | 344 | 27 | 110 | 0 | 132 | 13 | 154 | 122 | 61 |
| Binary | 1000000 | 11100100 | 10111 | 1001000 | 0 | 1011010 | 1011 | 1101100 | 1010010 | 110001 |
Color Harmonies of #40E417
Complementary color
Monochromatic Colors of #40E417
Black with #40E417
Text Example
Text Example
White with #40E417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E417; }
p { color: rgb(64,228,23); }
H1.HeaderClassName
{
color: #40E417;
}
.AnyTagClassName
{
color: #40E417;
}
</style>
background-color css
<style>
a { background-color: #40E417; }
a { background-color: rgb(64,228,23); }
div.DivClassName
{
background-color: #40E417;
}
.BgClassName
{
background-color: #40E417;
}
</style>
border-color css
<style>
span { border-color: #40E417; }
span { border-color: rgb(64,228,23); }
td.TdClassName
{
border-color: #40E417;
}
.TagClassName
{
border-color: #40E417;
}
</style>