Shades of Harlequin #3FF319
Tints of Harlequin #3FF319
RGB
CMYK
RGB Variations
Color information
#3FF319 (or 0x3FF319) is known color: Harlequin. HEX triplet: 3F, F3 and 19. RGB value is (63,243,25). Sum of RGB (Red+Green+Blue) = 63+243+25=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 243 (95.31% from 255 or 73.41% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF319 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF319 is #C00CE6. Grayscale: #A5A5A5. Windows color (decimal): -12586215 or 1700671. OLE color: 1700671.
HSL color Cylindrical-coordinate representation of color #3FF319: hue angle of 109.54º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FF319 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 243 | 25 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.05 |
| HSL | 109.54º | 0.9% | 0.53% | - |
| HSV(B) | 109.54º | 0.9% | 0.95% | - |
| XYZ | 34.28 | 65.23 | 11.7 | - |
| YUV | 164.33 | 49.37 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 25 | 0.74 | 0 | 0.90 | 0.05 | 109.54 | 0.9 | 0.53 |
| Hex | 3F | F3 | 19 | 4A | 0 | 5A | 5 | 6E | 5A | 35 |
| Octal | 77 | 363 | 31 | 112 | 0 | 132 | 5 | 156 | 132 | 65 |
| Binary | 111111 | 11110011 | 11001 | 1001010 | 0 | 1011010 | 101 | 1101110 | 1011010 | 110101 |
Color Harmonies of #3FF319
Complementary color
Monochromatic Colors of #3FF319
Black with #3FF319
Text Example
Text Example
White with #3FF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF319; }
p { color: rgb(63,243,25); }
H1.HeaderClassName
{
color: #3FF319;
}
.AnyTagClassName
{
color: #3FF319;
}
</style>
background-color css
<style>
a { background-color: #3FF319; }
a { background-color: rgb(63,243,25); }
div.DivClassName
{
background-color: #3FF319;
}
.BgClassName
{
background-color: #3FF319;
}
</style>
border-color css
<style>
span { border-color: #3FF319; }
span { border-color: rgb(63,243,25); }
td.TdClassName
{
border-color: #3FF319;
}
.TagClassName
{
border-color: #3FF319;
}
</style>