Shades of Harlequin #3EDD0D
Tints of Harlequin #3EDD0D
RGB
CMYK
RGB Variations
Color information
#3EDD0D (or 0x3EDD0D) is known color: Harlequin. HEX triplet: 3E, DD and 0D. RGB value is (62,221,13). Sum of RGB (Red+Green+Blue) = 62+221+13=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 221 (86.72% from 255 or 74.66% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3EDD0D is #C122F2. Grayscale: #969696. Windows color (decimal): -12657395 or 908606. OLE color: 908606.
HSL color Cylindrical-coordinate representation of color #3EDD0D: hue angle of 105.87º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3EDD0D is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 13 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.13 |
| HSL | 105.87º | 0.89% | 0.46% | - |
| HSV(B) | 105.87º | 0.94% | 0.87% | - |
| XYZ | 27.92 | 52.77 | 9.09 | - |
| YUV | 149.75 | 50.82 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 13 | 0.72 | 0 | 0.94 | 0.13 | 105.87 | 0.89 | 0.46 |
| Hex | 3E | DD | D | 48 | 0 | 5E | D | 6A | 59 | 2E |
| Octal | 76 | 335 | 15 | 110 | 0 | 136 | 15 | 152 | 131 | 56 |
| Binary | 111110 | 11011101 | 1101 | 1001000 | 0 | 1011110 | 1101 | 1101010 | 1011001 | 101110 |
Color Harmonies of #3EDD0D
Complementary color
Monochromatic Colors of #3EDD0D
Black with #3EDD0D
Text Example
Text Example
White with #3EDD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD0D; }
p { color: rgb(62,221,13); }
H1.HeaderClassName
{
color: #3EDD0D;
}
.AnyTagClassName
{
color: #3EDD0D;
}
</style>
background-color css
<style>
a { background-color: #3EDD0D; }
a { background-color: rgb(62,221,13); }
div.DivClassName
{
background-color: #3EDD0D;
}
.BgClassName
{
background-color: #3EDD0D;
}
</style>
border-color css
<style>
span { border-color: #3EDD0D; }
span { border-color: rgb(62,221,13); }
td.TdClassName
{
border-color: #3EDD0D;
}
.TagClassName
{
border-color: #3EDD0D;
}
</style>