Shades of Harlequin #3EFE12
Tints of Harlequin #3EFE12
RGB
CMYK
RGB Variations
Color information
#3EFE12 (or 0x3EFE12) is known color: Harlequin. HEX triplet: 3E, FE and 12. RGB value is (62,254,18). Sum of RGB (Red+Green+Blue) = 62+254+18=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 254 (99.61% from 255 or 76.05% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFE12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFE12 is #C101ED. Grayscale: #AAAAAA. Windows color (decimal): -12648942 or 1244734. OLE color: 1244734.
HSL color Cylindrical-coordinate representation of color #3EFE12: hue angle of 108.81º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3EFE12 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 18 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.00 |
| HSL | 108.81º | 0.99% | 0.53% | - |
| HSV(B) | 108.81º | 0.93% | 1% | - |
| XYZ | 37.54 | 71.95 | 12.48 | - |
| YUV | 169.69 | 42.39 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 18 | 0.76 | 0 | 0.93 | 0.00 | 108.81 | 0.99 | 0.53 |
| Hex | 3E | FE | 12 | 4C | 0 | 5D | 0 | 6D | 63 | 35 |
| Octal | 76 | 376 | 22 | 114 | 0 | 135 | 0 | 155 | 143 | 65 |
| Binary | 111110 | 11111110 | 10010 | 1001100 | 0 | 1011101 | 0 | 1101101 | 1100011 | 110101 |
Color Harmonies of #3EFE12
Complementary color
Monochromatic Colors of #3EFE12
Black with #3EFE12
Text Example
Text Example
White with #3EFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFE12; }
p { color: rgb(62,254,18); }
H1.HeaderClassName
{
color: #3EFE12;
}
.AnyTagClassName
{
color: #3EFE12;
}
</style>
background-color css
<style>
a { background-color: #3EFE12; }
a { background-color: rgb(62,254,18); }
div.DivClassName
{
background-color: #3EFE12;
}
.BgClassName
{
background-color: #3EFE12;
}
</style>
border-color css
<style>
span { border-color: #3EFE12; }
span { border-color: rgb(62,254,18); }
td.TdClassName
{
border-color: #3EFE12;
}
.TagClassName
{
border-color: #3EFE12;
}
</style>