Shades of Harlequin #3FF619
Tints of Harlequin #3FF619
RGB
CMYK
RGB Variations
Color information
#3FF619 (or 0x3FF619) is known color: Harlequin. HEX triplet: 3F, F6 and 19. RGB value is (63,246,25). Sum of RGB (Red+Green+Blue) = 63+246+25=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 246 (96.48% from 255 or 73.65% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF619 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF619 is #C009E6. Grayscale: #A6A6A6. Windows color (decimal): -12585447 or 1701439. OLE color: 1701439.
HSL color Cylindrical-coordinate representation of color #3FF619: hue angle of 109.68º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FF619 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 25 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.04 |
| HSL | 109.68º | 0.92% | 0.53% | - |
| HSV(B) | 109.68º | 0.9% | 0.96% | - |
| XYZ | 35.18 | 67.04 | 12.01 | - |
| YUV | 166.09 | 48.37 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 25 | 0.74 | 0 | 0.90 | 0.04 | 109.68 | 0.92 | 0.53 |
| Hex | 3F | F6 | 19 | 4A | 0 | 5A | 4 | 6E | 5C | 35 |
| Octal | 77 | 366 | 31 | 112 | 0 | 132 | 4 | 156 | 134 | 65 |
| Binary | 111111 | 11110110 | 11001 | 1001010 | 0 | 1011010 | 100 | 1101110 | 1011100 | 110101 |
Color Harmonies of #3FF619
Complementary color
Monochromatic Colors of #3FF619
Black with #3FF619
Text Example
Text Example
White with #3FF619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF619; }
p { color: rgb(63,246,25); }
H1.HeaderClassName
{
color: #3FF619;
}
.AnyTagClassName
{
color: #3FF619;
}
</style>
background-color css
<style>
a { background-color: #3FF619; }
a { background-color: rgb(63,246,25); }
div.DivClassName
{
background-color: #3FF619;
}
.BgClassName
{
background-color: #3FF619;
}
</style>
border-color css
<style>
span { border-color: #3FF619; }
span { border-color: rgb(63,246,25); }
td.TdClassName
{
border-color: #3FF619;
}
.TagClassName
{
border-color: #3FF619;
}
</style>