Shades of Harlequin #3EFE14
Tints of Harlequin #3EFE14
RGB
CMYK
RGB Variations
Color information
#3EFE14 (or 0x3EFE14) is known color: Harlequin. HEX triplet: 3E, FE and 14. RGB value is (62,254,20). Sum of RGB (Red+Green+Blue) = 62+254+20=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 254 (99.61% from 255 or 75.60% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFE14 is #C101EB. Grayscale: #AAAAAA. Windows color (decimal): -12648940 or 1375806. OLE color: 1375806.
HSL color Cylindrical-coordinate representation of color #3EFE14: hue angle of 109.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3EFE14 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 20 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.00 |
| HSL | 109.23º | 0.99% | 0.54% | - |
| HSV(B) | 109.23º | 0.92% | 1% | - |
| XYZ | 37.55 | 71.96 | 12.57 | - |
| YUV | 169.92 | 43.39 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 20 | 0.76 | 0 | 0.92 | 0.00 | 109.23 | 0.99 | 0.54 |
| Hex | 3E | FE | 14 | 4C | 0 | 5C | 0 | 6D | 63 | 36 |
| Octal | 76 | 376 | 24 | 114 | 0 | 134 | 0 | 155 | 143 | 66 |
| Binary | 111110 | 11111110 | 10100 | 1001100 | 0 | 1011100 | 0 | 1101101 | 1100011 | 110110 |
Color Harmonies of #3EFE14
Complementary color
Monochromatic Colors of #3EFE14
Black with #3EFE14
Text Example
Text Example
White with #3EFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFE14; }
p { color: rgb(62,254,20); }
H1.HeaderClassName
{
color: #3EFE14;
}
.AnyTagClassName
{
color: #3EFE14;
}
</style>
background-color css
<style>
a { background-color: #3EFE14; }
a { background-color: rgb(62,254,20); }
div.DivClassName
{
background-color: #3EFE14;
}
.BgClassName
{
background-color: #3EFE14;
}
</style>
border-color css
<style>
span { border-color: #3EFE14; }
span { border-color: rgb(62,254,20); }
td.TdClassName
{
border-color: #3EFE14;
}
.TagClassName
{
border-color: #3EFE14;
}
</style>