Shades of Harlequin #3FE516
Tints of Harlequin #3FE516
RGB
CMYK
RGB Variations
Color information
#3FE516 (or 0x3FE516) is known color: Harlequin. HEX triplet: 3F, E5 and 16. RGB value is (63,229,22). Sum of RGB (Red+Green+Blue) = 63+229+22=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 229 (89.84% from 255 or 72.93% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE516 is #C01AE9. Grayscale: #9C9C9C. Windows color (decimal): -12589802 or 1500479. OLE color: 1500479.
HSL color Cylindrical-coordinate representation of color #3FE516: hue angle of 108.12º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FE516 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 22 | - |
| CMYK | 0.72 | 0 | 0.90 | 0.10 |
| HSL | 108.12º | 0.82% | 0.49% | - |
| HSV(B) | 108.12º | 0.9% | 0.9% | - |
| XYZ | 30.21 | 57.15 | 10.2 | - |
| YUV | 155.77 | 52.5 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 22 | 0.72 | 0 | 0.90 | 0.10 | 108.12 | 0.82 | 0.49 |
| Hex | 3F | E5 | 16 | 48 | 0 | 5A | A | 6C | 52 | 31 |
| Octal | 77 | 345 | 26 | 110 | 0 | 132 | 12 | 154 | 122 | 61 |
| Binary | 111111 | 11100101 | 10110 | 1001000 | 0 | 1011010 | 1010 | 1101100 | 1010010 | 110001 |
Color Harmonies of #3FE516
Complementary color
Monochromatic Colors of #3FE516
Black with #3FE516
Text Example
Text Example
White with #3FE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE516; }
p { color: rgb(63,229,22); }
H1.HeaderClassName
{
color: #3FE516;
}
.AnyTagClassName
{
color: #3FE516;
}
</style>
background-color css
<style>
a { background-color: #3FE516; }
a { background-color: rgb(63,229,22); }
div.DivClassName
{
background-color: #3FE516;
}
.BgClassName
{
background-color: #3FE516;
}
</style>
border-color css
<style>
span { border-color: #3FE516; }
span { border-color: rgb(63,229,22); }
td.TdClassName
{
border-color: #3FE516;
}
.TagClassName
{
border-color: #3FE516;
}
</style>