Shades of Harlequin #3EDF00
Tints of Harlequin #3EDF00
RGB
CMYK
RGB Variations
Color information
#3EDF00 (or 0x3EDF00) is known color: Harlequin. HEX triplet: 3E, DF and 00. RGB value is (62,223,0). Sum of RGB (Red+Green+Blue) = 62+223+0=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 223 (87.5% from 255 or 78.25% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 223 - color contains mainly: green. Hex color #3EDF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDF00 is #C120FF. Grayscale: #969696. Windows color (decimal): -12656896 or 57150. OLE color: 57150.
HSL color Cylindrical-coordinate representation of color #3EDF00: hue angle of 103.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3EDF00 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 223 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.13 |
| HSL | 103.32º | 1% | 0.44% | - |
| HSV(B) | 103.32º | 1% | 0.87% | - |
| XYZ | 28.37 | 53.8 | 8.89 | - |
| YUV | 149.44 | 43.66 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 223 | 0 | 0.72 | 0 | 1 | 0.13 | 103.32 | 1 | 0.44 |
| Hex | 3E | DF | 0 | 48 | 0 | 64 | D | 67 | 64 | 2C |
| Octal | 76 | 337 | 0 | 110 | 0 | 144 | 15 | 147 | 144 | 54 |
| Binary | 111110 | 11011111 | 0 | 1001000 | 0 | 1100100 | 1101 | 1100111 | 1100100 | 101100 |
Color Harmonies of #3EDF00
Complementary color
Monochromatic Colors of #3EDF00
Black with #3EDF00
Text Example
Text Example
White with #3EDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDF00; }
p { color: rgb(62,223,0); }
H1.HeaderClassName
{
color: #3EDF00;
}
.AnyTagClassName
{
color: #3EDF00;
}
</style>
background-color css
<style>
a { background-color: #3EDF00; }
a { background-color: rgb(62,223,0); }
div.DivClassName
{
background-color: #3EDF00;
}
.BgClassName
{
background-color: #3EDF00;
}
</style>
border-color css
<style>
span { border-color: #3EDF00; }
span { border-color: rgb(62,223,0); }
td.TdClassName
{
border-color: #3EDF00;
}
.TagClassName
{
border-color: #3EDF00;
}
</style>