Shades of Harlequin #3FF111
Tints of Harlequin #3FF111
RGB
CMYK
RGB Variations
Color information
#3FF111 (or 0x3FF111) is known color: Harlequin. HEX triplet: 3F, F1 and 11. RGB value is (63,241,17). Sum of RGB (Red+Green+Blue) = 63+241+17=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 241 (94.53% from 255 or 75.08% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF111 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF111 is #C00EEE. Grayscale: #A2A2A2. Windows color (decimal): -12586735 or 1175871. OLE color: 1175871.
HSL color Cylindrical-coordinate representation of color #3FF111: hue angle of 107.68º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FF111 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 17 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.05 |
| HSL | 107.68º | 0.89% | 0.51% | - |
| HSV(B) | 107.68º | 0.93% | 0.95% | - |
| XYZ | 33.61 | 64.01 | 11.11 | - |
| YUV | 162.24 | 46.03 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 17 | 0.74 | 0 | 0.93 | 0.05 | 107.68 | 0.89 | 0.51 |
| Hex | 3F | F1 | 11 | 4A | 0 | 5D | 5 | 6C | 59 | 33 |
| Octal | 77 | 361 | 21 | 112 | 0 | 135 | 5 | 154 | 131 | 63 |
| Binary | 111111 | 11110001 | 10001 | 1001010 | 0 | 1011101 | 101 | 1101100 | 1011001 | 110011 |
Color Harmonies of #3FF111
Complementary color
Monochromatic Colors of #3FF111
Black with #3FF111
Text Example
Text Example
White with #3FF111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF111; }
p { color: rgb(63,241,17); }
H1.HeaderClassName
{
color: #3FF111;
}
.AnyTagClassName
{
color: #3FF111;
}
</style>
background-color css
<style>
a { background-color: #3FF111; }
a { background-color: rgb(63,241,17); }
div.DivClassName
{
background-color: #3FF111;
}
.BgClassName
{
background-color: #3FF111;
}
</style>
border-color css
<style>
span { border-color: #3FF111; }
span { border-color: rgb(63,241,17); }
td.TdClassName
{
border-color: #3FF111;
}
.TagClassName
{
border-color: #3FF111;
}
</style>