Shades of Harlequin #3EF908
Tints of Harlequin #3EF908
RGB
CMYK
RGB Variations
Color information
#3EF908 (or 0x3EF908) is known color: Harlequin. HEX triplet: 3E, F9 and 08. RGB value is (62,249,8). Sum of RGB (Red+Green+Blue) = 62+249+8=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 249 (97.66% from 255 or 78.06% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 249 - color contains mainly: green. Hex color #3EF908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EF908 is #C106F7. Grayscale: #A6A6A6. Windows color (decimal): -12650232 or 588094. OLE color: 588094.
HSL color Cylindrical-coordinate representation of color #3EF908: hue angle of 106.56º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3EF908 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 249 | 8 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.02 |
| HSL | 106.56º | 0.95% | 0.5% | - |
| HSV(B) | 106.56º | 0.97% | 0.98% | - |
| XYZ | 35.91 | 68.79 | 11.62 | - |
| YUV | 165.61 | 39.05 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 249 | 8 | 0.75 | 0 | 0.97 | 0.02 | 106.56 | 0.95 | 0.5 |
| Hex | 3E | F9 | 8 | 4B | 0 | 61 | 2 | 6B | 5F | 32 |
| Octal | 76 | 371 | 10 | 113 | 0 | 141 | 2 | 153 | 137 | 62 |
| Binary | 111110 | 11111001 | 1000 | 1001011 | 0 | 1100001 | 10 | 1101011 | 1011111 | 110010 |
Color Harmonies of #3EF908
Complementary color
Monochromatic Colors of #3EF908
Black with #3EF908
Text Example
Text Example
White with #3EF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EF908; }
p { color: rgb(62,249,8); }
H1.HeaderClassName
{
color: #3EF908;
}
.AnyTagClassName
{
color: #3EF908;
}
</style>
background-color css
<style>
a { background-color: #3EF908; }
a { background-color: rgb(62,249,8); }
div.DivClassName
{
background-color: #3EF908;
}
.BgClassName
{
background-color: #3EF908;
}
</style>
border-color css
<style>
span { border-color: #3EF908; }
span { border-color: rgb(62,249,8); }
td.TdClassName
{
border-color: #3EF908;
}
.TagClassName
{
border-color: #3EF908;
}
</style>