Shades of Harlequin #39DC0F
Tints of Harlequin #39DC0F
RGB
CMYK
RGB Variations
Color information
#39DC0F (or 0x39DC0F) is known color: Harlequin. HEX triplet: 39, DC and 0F. RGB value is (57,220,15). Sum of RGB (Red+Green+Blue) = 57+220+15=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 220 (86.33% from 255 or 75.34% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 220 - color contains mainly: green. Hex color #39DC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39DC0F is #C623F0. Grayscale: #949494. Windows color (decimal): -12985329 or 1039417. OLE color: 1039417.
HSL color Cylindrical-coordinate representation of color #39DC0F: hue angle of 107.71º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #39DC0F is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 220 | 15 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.14 |
| HSL | 107.71º | 0.87% | 0.46% | - |
| HSV(B) | 107.71º | 0.93% | 0.86% | - |
| XYZ | 27.37 | 52.09 | 9.06 | - |
| YUV | 147.89 | 53 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 15 | 0.74 | 0 | 0.93 | 0.14 | 107.71 | 0.87 | 0.46 |
| Hex | 39 | DC | F | 4A | 0 | 5D | E | 6C | 57 | 2E |
| Octal | 71 | 334 | 17 | 112 | 0 | 135 | 16 | 154 | 127 | 56 |
| Binary | 111001 | 11011100 | 1111 | 1001010 | 0 | 1011101 | 1110 | 1101100 | 1010111 | 101110 |
Color Harmonies of #39DC0F
Complementary color
Monochromatic Colors of #39DC0F
Black with #39DC0F
Text Example
Text Example
White with #39DC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DC0F; }
p { color: rgb(57,220,15); }
H1.HeaderClassName
{
color: #39DC0F;
}
.AnyTagClassName
{
color: #39DC0F;
}
</style>
background-color css
<style>
a { background-color: #39DC0F; }
a { background-color: rgb(57,220,15); }
div.DivClassName
{
background-color: #39DC0F;
}
.BgClassName
{
background-color: #39DC0F;
}
</style>
border-color css
<style>
span { border-color: #39DC0F; }
span { border-color: rgb(57,220,15); }
td.TdClassName
{
border-color: #39DC0F;
}
.TagClassName
{
border-color: #39DC0F;
}
</style>