Shades of Harlequin #3FF101
Tints of Harlequin #3FF101
RGB
CMYK
RGB Variations
Color information
#3FF101 (or 0x3FF101) is known color: Harlequin. HEX triplet: 3F, F1 and 01. RGB value is (63,241,1). Sum of RGB (Red+Green+Blue) = 63+241+1=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 241 (94.53% from 255 or 79.02% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF101 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF101 is #C00EFE. Grayscale: #A1A1A1. Windows color (decimal): -12586751 or 127295. OLE color: 127295.
HSL color Cylindrical-coordinate representation of color #3FF101: hue angle of 104.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FF101 is Cyan = 0.74, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 1 | - |
| CMYK | 0.74 | 0 | 1.00 | 0.05 |
| HSL | 104.5º | 0.99% | 0.47% | - |
| HSV(B) | 104.5º | 1% | 0.95% | - |
| XYZ | 33.51 | 63.97 | 10.61 | - |
| YUV | 160.42 | 38.03 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 1 | 0.74 | 0 | 1.00 | 0.05 | 104.5 | 0.99 | 0.47 |
| Hex | 3F | F1 | 1 | 4A | 0 | 64 | 5 | 68 | 63 | 2F |
| Octal | 77 | 361 | 1 | 112 | 0 | 144 | 5 | 150 | 143 | 57 |
| Binary | 111111 | 11110001 | 1 | 1001010 | 0 | 1100100 | 101 | 1101000 | 1100011 | 101111 |
Color Harmonies of #3FF101
Complementary color
Monochromatic Colors of #3FF101
Black with #3FF101
Text Example
Text Example
White with #3FF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF101; }
p { color: rgb(63,241,1); }
H1.HeaderClassName
{
color: #3FF101;
}
.AnyTagClassName
{
color: #3FF101;
}
</style>
background-color css
<style>
a { background-color: #3FF101; }
a { background-color: rgb(63,241,1); }
div.DivClassName
{
background-color: #3FF101;
}
.BgClassName
{
background-color: #3FF101;
}
</style>
border-color css
<style>
span { border-color: #3FF101; }
span { border-color: rgb(63,241,1); }
td.TdClassName
{
border-color: #3FF101;
}
.TagClassName
{
border-color: #3FF101;
}
</style>