Shades of Harlequin #39DC08
Tints of Harlequin #39DC08
RGB
CMYK
RGB Variations
Color information
#39DC08 (or 0x39DC08) is known color: Harlequin. HEX triplet: 39, DC and 08. RGB value is (57,220,8). Sum of RGB (Red+Green+Blue) = 57+220+8=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 220 (86.33% from 255 or 77.19% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 220 - color contains mainly: green. Hex color #39DC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39DC08 is #C623F7. Grayscale: #939393. Windows color (decimal): -12985336 or 580665. OLE color: 580665.
HSL color Cylindrical-coordinate representation of color #39DC08: hue angle of 106.13º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #39DC08 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 220 | 8 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.14 |
| HSL | 106.13º | 0.93% | 0.45% | - |
| HSV(B) | 106.13º | 0.96% | 0.86% | - |
| XYZ | 27.32 | 52.07 | 8.84 | - |
| YUV | 147.1 | 49.5 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 8 | 0.74 | 0 | 0.96 | 0.14 | 106.13 | 0.93 | 0.45 |
| Hex | 39 | DC | 8 | 4A | 0 | 60 | E | 6A | 5D | 2D |
| Octal | 71 | 334 | 10 | 112 | 0 | 140 | 16 | 152 | 135 | 55 |
| Binary | 111001 | 11011100 | 1000 | 1001010 | 0 | 1100000 | 1110 | 1101010 | 1011101 | 101101 |
Color Harmonies of #39DC08
Complementary color
Monochromatic Colors of #39DC08
Black with #39DC08
Text Example
Text Example
White with #39DC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DC08; }
p { color: rgb(57,220,8); }
H1.HeaderClassName
{
color: #39DC08;
}
.AnyTagClassName
{
color: #39DC08;
}
</style>
background-color css
<style>
a { background-color: #39DC08; }
a { background-color: rgb(57,220,8); }
div.DivClassName
{
background-color: #39DC08;
}
.BgClassName
{
background-color: #39DC08;
}
</style>
border-color css
<style>
span { border-color: #39DC08; }
span { border-color: rgb(57,220,8); }
td.TdClassName
{
border-color: #39DC08;
}
.TagClassName
{
border-color: #39DC08;
}
</style>