Shades of Harlequin #3EFF0F
Tints of Harlequin #3EFF0F
RGB
CMYK
RGB Variations
Color information
#3EFF0F (or 0x3EFF0F) is known color: Harlequin. HEX triplet: 3E, FF and 0F. RGB value is (62,255,15). Sum of RGB (Red+Green+Blue) = 62+255+15=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 255 (100% from 255 or 76.81% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFF0F is #C100F0. Grayscale: #AAAAAA. Windows color (decimal): -12648689 or 1048382. OLE color: 1048382.
HSL color Cylindrical-coordinate representation of color #3EFF0F: hue angle of 108.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3EFF0F is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 15 | - |
| CMYK | 0.76 | 0 | 0.94 | 0 |
| HSL | 108.25º | 1% | 0.53% | - |
| HSV(B) | 108.25º | 0.94% | 1% | - |
| XYZ | 37.83 | 72.58 | 12.47 | - |
| YUV | 169.93 | 40.56 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 15 | 0.76 | 0 | 0.94 | 0 | 108.25 | 1 | 0.53 |
| Hex | 3E | FF | F | 4C | 0 | 5E | 0 | 6C | 64 | 35 |
| Octal | 76 | 377 | 17 | 114 | 0 | 136 | 0 | 154 | 144 | 65 |
| Binary | 111110 | 11111111 | 1111 | 1001100 | 0 | 1011110 | 0 | 1101100 | 1100100 | 110101 |
Color Harmonies of #3EFF0F
Complementary color
Monochromatic Colors of #3EFF0F
Black with #3EFF0F
Text Example
Text Example
White with #3EFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFF0F; }
p { color: rgb(62,255,15); }
H1.HeaderClassName
{
color: #3EFF0F;
}
.AnyTagClassName
{
color: #3EFF0F;
}
</style>
background-color css
<style>
a { background-color: #3EFF0F; }
a { background-color: rgb(62,255,15); }
div.DivClassName
{
background-color: #3EFF0F;
}
.BgClassName
{
background-color: #3EFF0F;
}
</style>
border-color css
<style>
span { border-color: #3EFF0F; }
span { border-color: rgb(62,255,15); }
td.TdClassName
{
border-color: #3EFF0F;
}
.TagClassName
{
border-color: #3EFF0F;
}
</style>