Shades of Harlequin #3BDC09
Tints of Harlequin #3BDC09
RGB
CMYK
RGB Variations
Color information
#3BDC09 (or 0x3BDC09) is known color: Harlequin. HEX triplet: 3B, DC and 09. RGB value is (59,220,9). Sum of RGB (Red+Green+Blue) = 59+220+9=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 220 (86.33% from 255 or 76.39% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDC09 is #C423F6. Grayscale: #949494. Windows color (decimal): -12854263 or 646203. OLE color: 646203.
HSL color Cylindrical-coordinate representation of color #3BDC09: hue angle of 105.78º degrees, saturation: 0.92, 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 #3BDC09 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 9 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.14 |
| HSL | 105.78º | 0.92% | 0.45% | - |
| HSV(B) | 105.78º | 0.96% | 0.86% | - |
| XYZ | 27.45 | 52.14 | 8.88 | - |
| YUV | 147.81 | 49.66 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 9 | 0.73 | 0 | 0.96 | 0.14 | 105.78 | 0.92 | 0.45 |
| Hex | 3B | DC | 9 | 49 | 0 | 60 | E | 6A | 5C | 2D |
| Octal | 73 | 334 | 11 | 111 | 0 | 140 | 16 | 152 | 134 | 55 |
| Binary | 111011 | 11011100 | 1001 | 1001001 | 0 | 1100000 | 1110 | 1101010 | 1011100 | 101101 |
Color Harmonies of #3BDC09
Complementary color
Monochromatic Colors of #3BDC09
Black with #3BDC09
Text Example
Text Example
White with #3BDC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC09; }
p { color: rgb(59,220,9); }
H1.HeaderClassName
{
color: #3BDC09;
}
.AnyTagClassName
{
color: #3BDC09;
}
</style>
background-color css
<style>
a { background-color: #3BDC09; }
a { background-color: rgb(59,220,9); }
div.DivClassName
{
background-color: #3BDC09;
}
.BgClassName
{
background-color: #3BDC09;
}
</style>
border-color css
<style>
span { border-color: #3BDC09; }
span { border-color: rgb(59,220,9); }
td.TdClassName
{
border-color: #3BDC09;
}
.TagClassName
{
border-color: #3BDC09;
}
</style>