Shades of Harlequin #3FF517
Tints of Harlequin #3FF517
RGB
CMYK
RGB Variations
Color information
#3FF517 (or 0x3FF517) is known color: Harlequin. HEX triplet: 3F, F5 and 17. RGB value is (63,245,23). Sum of RGB (Red+Green+Blue) = 63+245+23=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 245 (96.09% from 255 or 74.02% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF517 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF517 is #C00AE8. Grayscale: #A5A5A5. Windows color (decimal): -12585705 or 1570111. OLE color: 1570111.
HSL color Cylindrical-coordinate representation of color #3FF517: hue angle of 109.19º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FF517 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 245 | 23 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.04 |
| HSL | 109.19º | 0.92% | 0.53% | - |
| HSV(B) | 109.19º | 0.91% | 0.96% | - |
| XYZ | 34.86 | 66.42 | 11.79 | - |
| YUV | 165.27 | 47.7 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 245 | 23 | 0.74 | 0 | 0.91 | 0.04 | 109.19 | 0.92 | 0.53 |
| Hex | 3F | F5 | 17 | 4A | 0 | 5B | 4 | 6D | 5C | 35 |
| Octal | 77 | 365 | 27 | 112 | 0 | 133 | 4 | 155 | 134 | 65 |
| Binary | 111111 | 11110101 | 10111 | 1001010 | 0 | 1011011 | 100 | 1101101 | 1011100 | 110101 |
Color Harmonies of #3FF517
Complementary color
Monochromatic Colors of #3FF517
Black with #3FF517
Text Example
Text Example
White with #3FF517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF517; }
p { color: rgb(63,245,23); }
H1.HeaderClassName
{
color: #3FF517;
}
.AnyTagClassName
{
color: #3FF517;
}
</style>
background-color css
<style>
a { background-color: #3FF517; }
a { background-color: rgb(63,245,23); }
div.DivClassName
{
background-color: #3FF517;
}
.BgClassName
{
background-color: #3FF517;
}
</style>
border-color css
<style>
span { border-color: #3FF517; }
span { border-color: rgb(63,245,23); }
td.TdClassName
{
border-color: #3FF517;
}
.TagClassName
{
border-color: #3FF517;
}
</style>