Shades of Harlequin #3EFE08
Tints of Harlequin #3EFE08
RGB
CMYK
RGB Variations
Color information
#3EFE08 (or 0x3EFE08) is known color: Harlequin. HEX triplet: 3E, FE and 08. RGB value is (62,254,8). Sum of RGB (Red+Green+Blue) = 62+254+8=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 254 (99.61% from 255 or 78.40% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 254 - color contains mainly: green. Hex color #3EFE08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFE08 is #C101F7. Grayscale: #A9A9A9. Windows color (decimal): -12648952 or 589374. OLE color: 589374.
HSL color Cylindrical-coordinate representation of color #3EFE08: hue angle of 106.83º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3EFE08 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 254 | 8 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.00 |
| HSL | 106.83º | 0.99% | 0.51% | - |
| HSV(B) | 106.83º | 0.97% | 1% | - |
| XYZ | 37.47 | 71.93 | 12.14 | - |
| YUV | 168.55 | 37.39 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 254 | 8 | 0.76 | 0 | 0.97 | 0.00 | 106.83 | 0.99 | 0.51 |
| Hex | 3E | FE | 8 | 4C | 0 | 61 | 0 | 6B | 63 | 33 |
| Octal | 76 | 376 | 10 | 114 | 0 | 141 | 0 | 153 | 143 | 63 |
| Binary | 111110 | 11111110 | 1000 | 1001100 | 0 | 1100001 | 0 | 1101011 | 1100011 | 110011 |
Color Harmonies of #3EFE08
Complementary color
Monochromatic Colors of #3EFE08
Black with #3EFE08
Text Example
Text Example
White with #3EFE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFE08; }
p { color: rgb(62,254,8); }
H1.HeaderClassName
{
color: #3EFE08;
}
.AnyTagClassName
{
color: #3EFE08;
}
</style>
background-color css
<style>
a { background-color: #3EFE08; }
a { background-color: rgb(62,254,8); }
div.DivClassName
{
background-color: #3EFE08;
}
.BgClassName
{
background-color: #3EFE08;
}
</style>
border-color css
<style>
span { border-color: #3EFE08; }
span { border-color: rgb(62,254,8); }
td.TdClassName
{
border-color: #3EFE08;
}
.TagClassName
{
border-color: #3EFE08;
}
</style>