Shades of Harlequin #40FD17
Tints of Harlequin #40FD17
RGB
CMYK
RGB Variations
Color information
#40FD17 (or 0x40FD17) is known color: Harlequin. HEX triplet: 40, FD and 17. RGB value is (64,253,23). Sum of RGB (Red+Green+Blue) = 64+253+23=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 253 (99.22% from 255 or 74.41% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 253 - color contains mainly: green. Hex color #40FD17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FD17 is #BF02E8. Grayscale: #AAAAAA. Windows color (decimal): -12518121 or 1572160. OLE color: 1572160.
HSL color Cylindrical-coordinate representation of color #40FD17: hue angle of 109.3º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40FD17 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 23 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.01 |
| HSL | 109.3º | 0.98% | 0.54% | - |
| HSV(B) | 109.3º | 0.91% | 0.99% | - |
| XYZ | 37.39 | 71.4 | 12.62 | - |
| YUV | 170.27 | 44.88 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 23 | 0.75 | 0 | 0.91 | 0.01 | 109.3 | 0.98 | 0.54 |
| Hex | 40 | FD | 17 | 4B | 0 | 5B | 1 | 6D | 62 | 36 |
| Octal | 100 | 375 | 27 | 113 | 0 | 133 | 1 | 155 | 142 | 66 |
| Binary | 1000000 | 11111101 | 10111 | 1001011 | 0 | 1011011 | 1 | 1101101 | 1100010 | 110110 |
Color Harmonies of #40FD17
Complementary color
Monochromatic Colors of #40FD17
Black with #40FD17
Text Example
Text Example
White with #40FD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FD17; }
p { color: rgb(64,253,23); }
H1.HeaderClassName
{
color: #40FD17;
}
.AnyTagClassName
{
color: #40FD17;
}
</style>
background-color css
<style>
a { background-color: #40FD17; }
a { background-color: rgb(64,253,23); }
div.DivClassName
{
background-color: #40FD17;
}
.BgClassName
{
background-color: #40FD17;
}
</style>
border-color css
<style>
span { border-color: #40FD17; }
span { border-color: rgb(64,253,23); }
td.TdClassName
{
border-color: #40FD17;
}
.TagClassName
{
border-color: #40FD17;
}
</style>