Shades of Harlequin #3EFD10
Tints of Harlequin #3EFD10
RGB
CMYK
RGB Variations
Color information
#3EFD10 (or 0x3EFD10) is known color: Harlequin. HEX triplet: 3E, FD and 10. RGB value is (62,253,16). Sum of RGB (Red+Green+Blue) = 62+253+16=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 253 (99.22% from 255 or 76.44% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 253 - color contains mainly: green. Hex color #3EFD10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFD10 is #C102EF. Grayscale: #A9A9A9. Windows color (decimal): -12649200 or 1113406. OLE color: 1113406.
HSL color Cylindrical-coordinate representation of color #3EFD10: hue angle of 108.35º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3EFD10 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 253 | 16 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.01 |
| HSL | 108.35º | 0.98% | 0.53% | - |
| HSV(B) | 108.35º | 0.94% | 0.99% | - |
| XYZ | 37.21 | 71.31 | 12.29 | - |
| YUV | 168.87 | 41.72 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 253 | 16 | 0.75 | 0 | 0.94 | 0.01 | 108.35 | 0.98 | 0.53 |
| Hex | 3E | FD | 10 | 4B | 0 | 5E | 1 | 6C | 62 | 35 |
| Octal | 76 | 375 | 20 | 113 | 0 | 136 | 1 | 154 | 142 | 65 |
| Binary | 111110 | 11111101 | 10000 | 1001011 | 0 | 1011110 | 1 | 1101100 | 1100010 | 110101 |
Color Harmonies of #3EFD10
Complementary color
Monochromatic Colors of #3EFD10
Black with #3EFD10
Text Example
Text Example
White with #3EFD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFD10; }
p { color: rgb(62,253,16); }
H1.HeaderClassName
{
color: #3EFD10;
}
.AnyTagClassName
{
color: #3EFD10;
}
</style>
background-color css
<style>
a { background-color: #3EFD10; }
a { background-color: rgb(62,253,16); }
div.DivClassName
{
background-color: #3EFD10;
}
.BgClassName
{
background-color: #3EFD10;
}
</style>
border-color css
<style>
span { border-color: #3EFD10; }
span { border-color: rgb(62,253,16); }
td.TdClassName
{
border-color: #3EFD10;
}
.TagClassName
{
border-color: #3EFD10;
}
</style>