Shades of Harlequin #3FF114
Tints of Harlequin #3FF114
RGB
CMYK
RGB Variations
Color information
#3FF114 (or 0x3FF114) is known color: Harlequin. HEX triplet: 3F, F1 and 14. RGB value is (63,241,20). Sum of RGB (Red+Green+Blue) = 63+241+20=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 241 (94.53% from 255 or 74.38% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF114 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF114 is #C00EEB. Grayscale: #A3A3A3. Windows color (decimal): -12586732 or 1372479. OLE color: 1372479.
HSL color Cylindrical-coordinate representation of color #3FF114: hue angle of 108.33º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FF114 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 20 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.05 |
| HSL | 108.33º | 0.89% | 0.51% | - |
| HSV(B) | 108.33º | 0.92% | 0.95% | - |
| XYZ | 33.63 | 64.02 | 11.25 | - |
| YUV | 162.58 | 47.53 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 20 | 0.74 | 0 | 0.92 | 0.05 | 108.33 | 0.89 | 0.51 |
| Hex | 3F | F1 | 14 | 4A | 0 | 5C | 5 | 6C | 59 | 33 |
| Octal | 77 | 361 | 24 | 112 | 0 | 134 | 5 | 154 | 131 | 63 |
| Binary | 111111 | 11110001 | 10100 | 1001010 | 0 | 1011100 | 101 | 1101100 | 1011001 | 110011 |
Color Harmonies of #3FF114
Complementary color
Monochromatic Colors of #3FF114
Black with #3FF114
Text Example
Text Example
White with #3FF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF114; }
p { color: rgb(63,241,20); }
H1.HeaderClassName
{
color: #3FF114;
}
.AnyTagClassName
{
color: #3FF114;
}
</style>
background-color css
<style>
a { background-color: #3FF114; }
a { background-color: rgb(63,241,20); }
div.DivClassName
{
background-color: #3FF114;
}
.BgClassName
{
background-color: #3FF114;
}
</style>
border-color css
<style>
span { border-color: #3FF114; }
span { border-color: rgb(63,241,20); }
td.TdClassName
{
border-color: #3FF114;
}
.TagClassName
{
border-color: #3FF114;
}
</style>