Shades of Harlequin #39DC10
Tints of Harlequin #39DC10
RGB
CMYK
RGB Variations
Color information
#39DC10 (or 0x39DC10) is known color: Harlequin. HEX triplet: 39, DC and 10. RGB value is (57,220,16). Sum of RGB (Red+Green+Blue) = 57+220+16=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 220 (86.33% from 255 or 75.09% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 220 - color contains mainly: green. Hex color #39DC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39DC10 is #C623EF. Grayscale: #949494. Windows color (decimal): -12985328 or 1104953. OLE color: 1104953.
HSL color Cylindrical-coordinate representation of color #39DC10: hue angle of 107.94º degrees, saturation: 0.86, 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 #39DC10 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 220 | 16 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.14 |
| HSL | 107.94º | 0.86% | 0.46% | - |
| HSV(B) | 107.94º | 0.93% | 0.86% | - |
| XYZ | 27.37 | 52.09 | 9.1 | - |
| YUV | 148.01 | 53.5 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 16 | 0.74 | 0 | 0.93 | 0.14 | 107.94 | 0.86 | 0.46 |
| Hex | 39 | DC | 10 | 4A | 0 | 5D | E | 6C | 56 | 2E |
| Octal | 71 | 334 | 20 | 112 | 0 | 135 | 16 | 154 | 126 | 56 |
| Binary | 111001 | 11011100 | 10000 | 1001010 | 0 | 1011101 | 1110 | 1101100 | 1010110 | 101110 |
Color Harmonies of #39DC10
Complementary color
Monochromatic Colors of #39DC10
Black with #39DC10
Text Example
Text Example
White with #39DC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DC10; }
p { color: rgb(57,220,16); }
H1.HeaderClassName
{
color: #39DC10;
}
.AnyTagClassName
{
color: #39DC10;
}
</style>
background-color css
<style>
a { background-color: #39DC10; }
a { background-color: rgb(57,220,16); }
div.DivClassName
{
background-color: #39DC10;
}
.BgClassName
{
background-color: #39DC10;
}
</style>
border-color css
<style>
span { border-color: #39DC10; }
span { border-color: rgb(57,220,16); }
td.TdClassName
{
border-color: #39DC10;
}
.TagClassName
{
border-color: #39DC10;
}
</style>