Shades of Harlequin #3FFF17
Tints of Harlequin #3FFF17
RGB
CMYK
RGB Variations
Color information
#3FFF17 (or 0x3FFF17) is known color: Harlequin. HEX triplet: 3F, FF and 17. RGB value is (63,255,23). Sum of RGB (Red+Green+Blue) = 63+255+23=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 255 (100% from 255 or 74.78% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFF17 is #C000E8. Grayscale: #ABABAB. Windows color (decimal): -12583145 or 1572671. OLE color: 1572671.
HSL color Cylindrical-coordinate representation of color #3FFF17: hue angle of 109.66º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FFF17 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 23 | - |
| CMYK | 0.75 | 0 | 0.91 | 0 |
| HSL | 109.66º | 1% | 0.55% | - |
| HSV(B) | 109.66º | 0.91% | 1% | - |
| XYZ | 37.96 | 72.64 | 12.83 | - |
| YUV | 171.14 | 44.39 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 23 | 0.75 | 0 | 0.91 | 0 | 109.66 | 1 | 0.55 |
| Hex | 3F | FF | 17 | 4B | 0 | 5B | 0 | 6E | 64 | 37 |
| Octal | 77 | 377 | 27 | 113 | 0 | 133 | 0 | 156 | 144 | 67 |
| Binary | 111111 | 11111111 | 10111 | 1001011 | 0 | 1011011 | 0 | 1101110 | 1100100 | 110111 |
Color Harmonies of #3FFF17
Complementary color
Monochromatic Colors of #3FFF17
Black with #3FFF17
Text Example
Text Example
White with #3FFF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF17; }
p { color: rgb(63,255,23); }
H1.HeaderClassName
{
color: #3FFF17;
}
.AnyTagClassName
{
color: #3FFF17;
}
</style>
background-color css
<style>
a { background-color: #3FFF17; }
a { background-color: rgb(63,255,23); }
div.DivClassName
{
background-color: #3FFF17;
}
.BgClassName
{
background-color: #3FFF17;
}
</style>
border-color css
<style>
span { border-color: #3FFF17; }
span { border-color: rgb(63,255,23); }
td.TdClassName
{
border-color: #3FFF17;
}
.TagClassName
{
border-color: #3FFF17;
}
</style>