Shades of Harlequin #3FFC14
Tints of Harlequin #3FFC14
RGB
CMYK
RGB Variations
Color information
#3FFC14 (or 0x3FFC14) is known color: Harlequin. HEX triplet: 3F, FC and 14. RGB value is (63,252,20). Sum of RGB (Red+Green+Blue) = 63+252+20=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 252 (98.83% from 255 or 75.22% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFC14 is #C003EB. Grayscale: #A9A9A9. Windows color (decimal): -12583916 or 1375295. OLE color: 1375295.
HSL color Cylindrical-coordinate representation of color #3FFC14: hue angle of 108.88º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FFC14 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 20 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.01 |
| HSL | 108.88º | 0.97% | 0.53% | - |
| HSV(B) | 108.88º | 0.92% | 0.99% | - |
| XYZ | 36.99 | 70.73 | 12.36 | - |
| YUV | 169.04 | 43.88 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 20 | 0.75 | 0 | 0.92 | 0.01 | 108.88 | 0.97 | 0.53 |
| Hex | 3F | FC | 14 | 4B | 0 | 5C | 1 | 6D | 61 | 35 |
| Octal | 77 | 374 | 24 | 113 | 0 | 134 | 1 | 155 | 141 | 65 |
| Binary | 111111 | 11111100 | 10100 | 1001011 | 0 | 1011100 | 1 | 1101101 | 1100001 | 110101 |
Color Harmonies of #3FFC14
Complementary color
Monochromatic Colors of #3FFC14
Black with #3FFC14
Text Example
Text Example
White with #3FFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFC14; }
p { color: rgb(63,252,20); }
H1.HeaderClassName
{
color: #3FFC14;
}
.AnyTagClassName
{
color: #3FFC14;
}
</style>
background-color css
<style>
a { background-color: #3FFC14; }
a { background-color: rgb(63,252,20); }
div.DivClassName
{
background-color: #3FFC14;
}
.BgClassName
{
background-color: #3FFC14;
}
</style>
border-color css
<style>
span { border-color: #3FFC14; }
span { border-color: rgb(63,252,20); }
td.TdClassName
{
border-color: #3FFC14;
}
.TagClassName
{
border-color: #3FFC14;
}
</style>