Shades of Harlequin #3EF105
Tints of Harlequin #3EF105
RGB
CMYK
RGB Variations
Color information
#3EF105 (or 0x3EF105) is known color: Harlequin. HEX triplet: 3E, F1 and 05. RGB value is (62,241,5). Sum of RGB (Red+Green+Blue) = 62+241+5=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 241 (94.53% from 255 or 78.25% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 241 - color contains mainly: green. Hex color #3EF105 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF105 is #C10EFA. Grayscale: #A1A1A1. Windows color (decimal): -12652283 or 389438. OLE color: 389438.
HSL color Cylindrical-coordinate representation of color #3EF105: hue angle of 105.51º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3EF105 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 241 | 5 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.05 |
| HSL | 105.51º | 0.96% | 0.48% | - |
| HSV(B) | 105.51º | 0.98% | 0.95% | - |
| XYZ | 33.47 | 63.95 | 10.72 | - |
| YUV | 160.58 | 40.2 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 241 | 5 | 0.74 | 0 | 0.98 | 0.05 | 105.51 | 0.96 | 0.48 |
| Hex | 3E | F1 | 5 | 4A | 0 | 62 | 5 | 6A | 60 | 30 |
| Octal | 76 | 361 | 5 | 112 | 0 | 142 | 5 | 152 | 140 | 60 |
| Binary | 111110 | 11110001 | 101 | 1001010 | 0 | 1100010 | 101 | 1101010 | 1100000 | 110000 |
Color Harmonies of #3EF105
Complementary color
Monochromatic Colors of #3EF105
Black with #3EF105
Text Example
Text Example
White with #3EF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF105; }
p { color: rgb(62,241,5); }
H1.HeaderClassName
{
color: #3EF105;
}
.AnyTagClassName
{
color: #3EF105;
}
</style>
background-color css
<style>
a { background-color: #3EF105; }
a { background-color: rgb(62,241,5); }
div.DivClassName
{
background-color: #3EF105;
}
.BgClassName
{
background-color: #3EF105;
}
</style>
border-color css
<style>
span { border-color: #3EF105; }
span { border-color: rgb(62,241,5); }
td.TdClassName
{
border-color: #3EF105;
}
.TagClassName
{
border-color: #3EF105;
}
</style>