Shades of Harlequin #3FFD14
Tints of Harlequin #3FFD14
RGB
CMYK
RGB Variations
Color information
#3FFD14 (or 0x3FFD14) is known color: Harlequin. HEX triplet: 3F, FD and 14. RGB value is (63,253,20). Sum of RGB (Red+Green+Blue) = 63+253+20=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 253 (99.22% from 255 or 75.30% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFD14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFD14 is #C002EB. Grayscale: #AAAAAA. Windows color (decimal): -12583660 or 1375551. OLE color: 1375551.
HSL color Cylindrical-coordinate representation of color #3FFD14: hue angle of 108.93º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FFD14 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 20 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.01 |
| HSL | 108.93º | 0.98% | 0.54% | - |
| HSV(B) | 108.93º | 0.92% | 0.99% | - |
| XYZ | 37.3 | 71.36 | 12.47 | - |
| YUV | 169.63 | 43.55 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 20 | 0.75 | 0 | 0.92 | 0.01 | 108.93 | 0.98 | 0.54 |
| Hex | 3F | FD | 14 | 4B | 0 | 5C | 1 | 6D | 62 | 36 |
| Octal | 77 | 375 | 24 | 113 | 0 | 134 | 1 | 155 | 142 | 66 |
| Binary | 111111 | 11111101 | 10100 | 1001011 | 0 | 1011100 | 1 | 1101101 | 1100010 | 110110 |
Color Harmonies of #3FFD14
Complementary color
Monochromatic Colors of #3FFD14
Black with #3FFD14
Text Example
Text Example
White with #3FFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFD14; }
p { color: rgb(63,253,20); }
H1.HeaderClassName
{
color: #3FFD14;
}
.AnyTagClassName
{
color: #3FFD14;
}
</style>
background-color css
<style>
a { background-color: #3FFD14; }
a { background-color: rgb(63,253,20); }
div.DivClassName
{
background-color: #3FFD14;
}
.BgClassName
{
background-color: #3FFD14;
}
</style>
border-color css
<style>
span { border-color: #3FFD14; }
span { border-color: rgb(63,253,20); }
td.TdClassName
{
border-color: #3FFD14;
}
.TagClassName
{
border-color: #3FFD14;
}
</style>