Shades of Harlequin #39EC1B
Tints of Harlequin #39EC1B
RGB
CMYK
RGB Variations
Color information
#39EC1B (or 0x39EC1B) is known color: Harlequin. HEX triplet: 39, EC and 1B. RGB value is (57,236,27). Sum of RGB (Red+Green+Blue) = 57+236+27=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 236 (92.58% from 255 or 73.75% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 236 - color contains mainly: green. Hex color #39EC1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39EC1B is #C613E4. Grayscale: #9F9F9F. Windows color (decimal): -12981221 or 1829945. OLE color: 1829945.
HSL color Cylindrical-coordinate representation of color #39EC1B: hue angle of 111.39º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #39EC1B is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 236 | 27 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.07 |
| HSL | 111.39º | 0.85% | 0.52% | - |
| HSV(B) | 111.39º | 0.89% | 0.93% | - |
| XYZ | 31.88 | 60.94 | 11.12 | - |
| YUV | 158.65 | 53.7 | 55.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 236 | 27 | 0.76 | 0 | 0.89 | 0.07 | 111.39 | 0.85 | 0.52 |
| Hex | 39 | EC | 1B | 4C | 0 | 59 | 7 | 6F | 55 | 34 |
| Octal | 71 | 354 | 33 | 114 | 0 | 131 | 7 | 157 | 125 | 64 |
| Binary | 111001 | 11101100 | 11011 | 1001100 | 0 | 1011001 | 111 | 1101111 | 1010101 | 110100 |
Color Harmonies of #39EC1B
Complementary color
Monochromatic Colors of #39EC1B
Black with #39EC1B
Text Example
Text Example
White with #39EC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39EC1B; }
p { color: rgb(57,236,27); }
H1.HeaderClassName
{
color: #39EC1B;
}
.AnyTagClassName
{
color: #39EC1B;
}
</style>
background-color css
<style>
a { background-color: #39EC1B; }
a { background-color: rgb(57,236,27); }
div.DivClassName
{
background-color: #39EC1B;
}
.BgClassName
{
background-color: #39EC1B;
}
</style>
border-color css
<style>
span { border-color: #39EC1B; }
span { border-color: rgb(57,236,27); }
td.TdClassName
{
border-color: #39EC1B;
}
.TagClassName
{
border-color: #39EC1B;
}
</style>