Shades of Harlequin #3EDC01
Tints of Harlequin #3EDC01
RGB
CMYK
RGB Variations
Color information
#3EDC01 (or 0x3EDC01) is known color: Harlequin. HEX triplet: 3E, DC and 01. RGB value is (62,220,1). Sum of RGB (Red+Green+Blue) = 62+220+1=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 220 (86.33% from 255 or 77.74% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDC01 is #C123FE. Grayscale: #949494. Windows color (decimal): -12657663 or 121918. OLE color: 121918.
HSL color Cylindrical-coordinate representation of color #3EDC01: hue angle of 103.29º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3EDC01 is Cyan = 0.72, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 1 | - |
| CMYK | 0.72 | 0 | 1.00 | 0.14 |
| HSL | 103.29º | 0.99% | 0.43% | - |
| HSV(B) | 103.29º | 1% | 0.86% | - |
| XYZ | 27.59 | 52.21 | 8.65 | - |
| YUV | 147.79 | 45.15 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 1 | 0.72 | 0 | 1.00 | 0.14 | 103.29 | 0.99 | 0.43 |
| Hex | 3E | DC | 1 | 48 | 0 | 64 | E | 67 | 63 | 2B |
| Octal | 76 | 334 | 1 | 110 | 0 | 144 | 16 | 147 | 143 | 53 |
| Binary | 111110 | 11011100 | 1 | 1001000 | 0 | 1100100 | 1110 | 1100111 | 1100011 | 101011 |
Color Harmonies of #3EDC01
Complementary color
Monochromatic Colors of #3EDC01
Black with #3EDC01
Text Example
Text Example
White with #3EDC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDC01; }
p { color: rgb(62,220,1); }
H1.HeaderClassName
{
color: #3EDC01;
}
.AnyTagClassName
{
color: #3EDC01;
}
</style>
background-color css
<style>
a { background-color: #3EDC01; }
a { background-color: rgb(62,220,1); }
div.DivClassName
{
background-color: #3EDC01;
}
.BgClassName
{
background-color: #3EDC01;
}
</style>
border-color css
<style>
span { border-color: #3EDC01; }
span { border-color: rgb(62,220,1); }
td.TdClassName
{
border-color: #3EDC01;
}
.TagClassName
{
border-color: #3EDC01;
}
</style>