Shades of Harlequin #39EC0D
Tints of Harlequin #39EC0D
RGB
CMYK
RGB Variations
Color information
#39EC0D (or 0x39EC0D) is known color: Harlequin. HEX triplet: 39, EC and 0D. RGB value is (57,236,13). Sum of RGB (Red+Green+Blue) = 57+236+13=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 236 (92.58% from 255 or 77.12% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 236 - color contains mainly: green. Hex color #39EC0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #39EC0D is #C613F2. Grayscale: #9D9D9D. Windows color (decimal): -12981235 or 912441. OLE color: 912441.
HSL color Cylindrical-coordinate representation of color #39EC0D: hue angle of 108.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #39EC0D is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 236 | 13 | - |
| CMYK | 0.76 | 0 | 0.94 | 0.07 |
| HSL | 108.16º | 0.9% | 0.49% | - |
| HSV(B) | 108.16º | 0.94% | 0.93% | - |
| XYZ | 31.76 | 60.89 | 10.46 | - |
| YUV | 157.06 | 46.7 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 236 | 13 | 0.76 | 0 | 0.94 | 0.07 | 108.16 | 0.9 | 0.49 |
| Hex | 39 | EC | D | 4C | 0 | 5E | 7 | 6C | 5A | 31 |
| Octal | 71 | 354 | 15 | 114 | 0 | 136 | 7 | 154 | 132 | 61 |
| Binary | 111001 | 11101100 | 1101 | 1001100 | 0 | 1011110 | 111 | 1101100 | 1011010 | 110001 |
Color Harmonies of #39EC0D
Complementary color
Monochromatic Colors of #39EC0D
Black with #39EC0D
Text Example
Text Example
White with #39EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EC0D; }
p { color: rgb(57,236,13); }
H1.HeaderClassName
{
color: #39EC0D;
}
.AnyTagClassName
{
color: #39EC0D;
}
</style>
background-color css
<style>
a { background-color: #39EC0D; }
a { background-color: rgb(57,236,13); }
div.DivClassName
{
background-color: #39EC0D;
}
.BgClassName
{
background-color: #39EC0D;
}
</style>
border-color css
<style>
span { border-color: #39EC0D; }
span { border-color: rgb(57,236,13); }
td.TdClassName
{
border-color: #39EC0D;
}
.TagClassName
{
border-color: #39EC0D;
}
</style>