Shades of Harlequin #3EFA04
Tints of Harlequin #3EFA04
RGB
CMYK
RGB Variations
Color information
#3EFA04 (or 0x3EFA04) is known color: Harlequin. HEX triplet: 3E, FA and 04. RGB value is (62,250,4). Sum of RGB (Red+Green+Blue) = 62+250+4=316 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.62% from 316); Green value is 250 (98.05% from 255 or 79.11% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFA04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFA04 is #C105FB. Grayscale: #A6A6A6. Windows color (decimal): -12649980 or 326206. OLE color: 326206.
HSL color Cylindrical-coordinate representation of color #3EFA04: hue angle of 105.85º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3EFA04 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 250 | 4 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.02 |
| HSL | 105.85º | 0.97% | 0.5% | - |
| HSV(B) | 105.85º | 0.98% | 0.98% | - |
| XYZ | 36.19 | 69.4 | 11.6 | - |
| YUV | 165.74 | 36.72 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 250 | 4 | 0.75 | 0 | 0.98 | 0.02 | 105.85 | 0.97 | 0.5 |
| Hex | 3E | FA | 4 | 4B | 0 | 62 | 2 | 6A | 61 | 32 |
| Octal | 76 | 372 | 4 | 113 | 0 | 142 | 2 | 152 | 141 | 62 |
| Binary | 111110 | 11111010 | 100 | 1001011 | 0 | 1100010 | 10 | 1101010 | 1100001 | 110010 |
Color Harmonies of #3EFA04
Complementary color
Monochromatic Colors of #3EFA04
Black with #3EFA04
Text Example
Text Example
White with #3EFA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFA04; }
p { color: rgb(62,250,4); }
H1.HeaderClassName
{
color: #3EFA04;
}
.AnyTagClassName
{
color: #3EFA04;
}
</style>
background-color css
<style>
a { background-color: #3EFA04; }
a { background-color: rgb(62,250,4); }
div.DivClassName
{
background-color: #3EFA04;
}
.BgClassName
{
background-color: #3EFA04;
}
</style>
border-color css
<style>
span { border-color: #3EFA04; }
span { border-color: rgb(62,250,4); }
td.TdClassName
{
border-color: #3EFA04;
}
.TagClassName
{
border-color: #3EFA04;
}
</style>