Shades of Harlequin #3EFA0D
Tints of Harlequin #3EFA0D
RGB
CMYK
RGB Variations
Color information
#3EFA0D (or 0x3EFA0D) is known color: Harlequin. HEX triplet: 3E, FA and 0D. RGB value is (62,250,13). Sum of RGB (Red+Green+Blue) = 62+250+13=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 250 (98.05% from 255 or 76.92% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 250 - color contains mainly: green. Hex color #3EFA0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3EFA0D is #C105F2. Grayscale: #A7A7A7. Windows color (decimal): -12649971 or 916030. OLE color: 916030.
HSL color Cylindrical-coordinate representation of color #3EFA0D: hue angle of 107.59º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3EFA0D is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 250 | 13 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.02 |
| HSL | 107.59º | 0.96% | 0.52% | - |
| HSV(B) | 107.59º | 0.95% | 0.98% | - |
| XYZ | 36.24 | 69.42 | 11.87 | - |
| YUV | 166.77 | 41.22 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 250 | 13 | 0.75 | 0 | 0.95 | 0.02 | 107.59 | 0.96 | 0.52 |
| Hex | 3E | FA | D | 4B | 0 | 5F | 2 | 6C | 60 | 34 |
| Octal | 76 | 372 | 15 | 113 | 0 | 137 | 2 | 154 | 140 | 64 |
| Binary | 111110 | 11111010 | 1101 | 1001011 | 0 | 1011111 | 10 | 1101100 | 1100000 | 110100 |
Color Harmonies of #3EFA0D
Complementary color
Monochromatic Colors of #3EFA0D
Black with #3EFA0D
Text Example
Text Example
White with #3EFA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFA0D; }
p { color: rgb(62,250,13); }
H1.HeaderClassName
{
color: #3EFA0D;
}
.AnyTagClassName
{
color: #3EFA0D;
}
</style>
background-color css
<style>
a { background-color: #3EFA0D; }
a { background-color: rgb(62,250,13); }
div.DivClassName
{
background-color: #3EFA0D;
}
.BgClassName
{
background-color: #3EFA0D;
}
</style>
border-color css
<style>
span { border-color: #3EFA0D; }
span { border-color: rgb(62,250,13); }
td.TdClassName
{
border-color: #3EFA0D;
}
.TagClassName
{
border-color: #3EFA0D;
}
</style>