Shades of Harlequin #3EFE16
Tints of Harlequin #3EFE16
RGB
CMYK
RGB Variations
Color information
#3EFE16 (or 0x3EFE16) is known color: Harlequin. HEX triplet: 3E, FE and 16. RGB value is (62,254,22). Sum of RGB (Red+Green+Blue) = 62+254+22=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 254 (99.61% from 255 or 75.15% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFE16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFE16 is #C101E9. Grayscale: #AAAAAA. Windows color (decimal): -12648938 or 1506878. OLE color: 1506878.
HSL color Cylindrical-coordinate representation of color #3EFE16: hue angle of 109.66º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3EFE16 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 22 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.00 |
| HSL | 109.66º | 0.99% | 0.54% | - |
| HSV(B) | 109.66º | 0.91% | 1% | - |
| XYZ | 37.57 | 71.97 | 12.67 | - |
| YUV | 170.14 | 44.39 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 22 | 0.76 | 0 | 0.91 | 0.00 | 109.66 | 0.99 | 0.54 |
| Hex | 3E | FE | 16 | 4C | 0 | 5B | 0 | 6E | 63 | 36 |
| Octal | 76 | 376 | 26 | 114 | 0 | 133 | 0 | 156 | 143 | 66 |
| Binary | 111110 | 11111110 | 10110 | 1001100 | 0 | 1011011 | 0 | 1101110 | 1100011 | 110110 |
Color Harmonies of #3EFE16
Complementary color
Monochromatic Colors of #3EFE16
Black with #3EFE16
Text Example
Text Example
White with #3EFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFE16; }
p { color: rgb(62,254,22); }
H1.HeaderClassName
{
color: #3EFE16;
}
.AnyTagClassName
{
color: #3EFE16;
}
</style>
background-color css
<style>
a { background-color: #3EFE16; }
a { background-color: rgb(62,254,22); }
div.DivClassName
{
background-color: #3EFE16;
}
.BgClassName
{
background-color: #3EFE16;
}
</style>
border-color css
<style>
span { border-color: #3EFE16; }
span { border-color: rgb(62,254,22); }
td.TdClassName
{
border-color: #3EFE16;
}
.TagClassName
{
border-color: #3EFE16;
}
</style>