Shades of Harlequin #3FF613
Tints of Harlequin #3FF613
RGB
CMYK
RGB Variations
Color information
#3FF613 (or 0x3FF613) is known color: Harlequin. HEX triplet: 3F, F6 and 13. RGB value is (63,246,19). Sum of RGB (Red+Green+Blue) = 63+246+19=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 246 (96.48% from 255 or 75% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF613 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF613 is #C009EC. Grayscale: #A6A6A6. Windows color (decimal): -12585453 or 1308223. OLE color: 1308223.
HSL color Cylindrical-coordinate representation of color #3FF613: hue angle of 108.37º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FF613 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 19 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.04 |
| HSL | 108.37º | 0.93% | 0.52% | - |
| HSV(B) | 108.37º | 0.92% | 0.96% | - |
| XYZ | 35.12 | 67.02 | 11.7 | - |
| YUV | 165.41 | 45.37 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 19 | 0.74 | 0 | 0.92 | 0.04 | 108.37 | 0.93 | 0.52 |
| Hex | 3F | F6 | 13 | 4A | 0 | 5C | 4 | 6C | 5D | 34 |
| Octal | 77 | 366 | 23 | 112 | 0 | 134 | 4 | 154 | 135 | 64 |
| Binary | 111111 | 11110110 | 10011 | 1001010 | 0 | 1011100 | 100 | 1101100 | 1011101 | 110100 |
Color Harmonies of #3FF613
Complementary color
Monochromatic Colors of #3FF613
Black with #3FF613
Text Example
Text Example
White with #3FF613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF613; }
p { color: rgb(63,246,19); }
H1.HeaderClassName
{
color: #3FF613;
}
.AnyTagClassName
{
color: #3FF613;
}
</style>
background-color css
<style>
a { background-color: #3FF613; }
a { background-color: rgb(63,246,19); }
div.DivClassName
{
background-color: #3FF613;
}
.BgClassName
{
background-color: #3FF613;
}
</style>
border-color css
<style>
span { border-color: #3FF613; }
span { border-color: rgb(63,246,19); }
td.TdClassName
{
border-color: #3FF613;
}
.TagClassName
{
border-color: #3FF613;
}
</style>