Shades of Harlequin #3FFA16
Tints of Harlequin #3FFA16
RGB
CMYK
RGB Variations
Color information
#3FFA16 (or 0x3FFA16) is known color: Harlequin. HEX triplet: 3F, FA and 16. RGB value is (63,250,22). Sum of RGB (Red+Green+Blue) = 63+250+22=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 250 (98.05% from 255 or 74.63% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFA16 is #C005E9. Grayscale: #A8A8A8. Windows color (decimal): -12584426 or 1505855. OLE color: 1505855.
HSL color Cylindrical-coordinate representation of color #3FFA16: hue angle of 109.21º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FFA16 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 22 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.02 |
| HSL | 109.21º | 0.96% | 0.53% | - |
| HSV(B) | 109.21º | 0.91% | 0.98% | - |
| XYZ | 36.38 | 69.49 | 12.25 | - |
| YUV | 168.1 | 45.55 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 22 | 0.75 | 0 | 0.91 | 0.02 | 109.21 | 0.96 | 0.53 |
| Hex | 3F | FA | 16 | 4B | 0 | 5B | 2 | 6D | 60 | 35 |
| Octal | 77 | 372 | 26 | 113 | 0 | 133 | 2 | 155 | 140 | 65 |
| Binary | 111111 | 11111010 | 10110 | 1001011 | 0 | 1011011 | 10 | 1101101 | 1100000 | 110101 |
Color Harmonies of #3FFA16
Complementary color
Monochromatic Colors of #3FFA16
Black with #3FFA16
Text Example
Text Example
White with #3FFA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFA16; }
p { color: rgb(63,250,22); }
H1.HeaderClassName
{
color: #3FFA16;
}
.AnyTagClassName
{
color: #3FFA16;
}
</style>
background-color css
<style>
a { background-color: #3FFA16; }
a { background-color: rgb(63,250,22); }
div.DivClassName
{
background-color: #3FFA16;
}
.BgClassName
{
background-color: #3FFA16;
}
</style>
border-color css
<style>
span { border-color: #3FFA16; }
span { border-color: rgb(63,250,22); }
td.TdClassName
{
border-color: #3FFA16;
}
.TagClassName
{
border-color: #3FFA16;
}
</style>