Shades of Harlequin #3DEB13
Tints of Harlequin #3DEB13
RGB
CMYK
RGB Variations
Color information
#3DEB13 (or 0x3DEB13) is known color: Harlequin. HEX triplet: 3D, EB and 13. RGB value is (61,235,19). Sum of RGB (Red+Green+Blue) = 61+235+19=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 235 (92.19% from 255 or 74.60% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 235 - color contains mainly: green. Hex color #3DEB13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DEB13 is #C214EC. Grayscale: #9F9F9F. Windows color (decimal): -12719341 or 1305405. OLE color: 1305405.
HSL color Cylindrical-coordinate representation of color #3DEB13: hue angle of 108.33º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3DEB13 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 61 | 235 | 19 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.08 |
| HSL | 108.33º | 0.85% | 0.5% | - |
| HSV(B) | 108.33º | 0.92% | 0.92% | - |
| XYZ | 31.75 | 60.46 | 10.61 | - |
| YUV | 158.35 | 49.35 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 235 | 19 | 0.74 | 0 | 0.92 | 0.08 | 108.33 | 0.85 | 0.5 |
| Hex | 3D | EB | 13 | 4A | 0 | 5C | 8 | 6C | 55 | 32 |
| Octal | 75 | 353 | 23 | 112 | 0 | 134 | 10 | 154 | 125 | 62 |
| Binary | 111101 | 11101011 | 10011 | 1001010 | 0 | 1011100 | 1000 | 1101100 | 1010101 | 110010 |
Color Harmonies of #3DEB13
Complementary color
Monochromatic Colors of #3DEB13
Black with #3DEB13
Text Example
Text Example
White with #3DEB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEB13; }
p { color: rgb(61,235,19); }
H1.HeaderClassName
{
color: #3DEB13;
}
.AnyTagClassName
{
color: #3DEB13;
}
</style>
background-color css
<style>
a { background-color: #3DEB13; }
a { background-color: rgb(61,235,19); }
div.DivClassName
{
background-color: #3DEB13;
}
.BgClassName
{
background-color: #3DEB13;
}
</style>
border-color css
<style>
span { border-color: #3DEB13; }
span { border-color: rgb(61,235,19); }
td.TdClassName
{
border-color: #3DEB13;
}
.TagClassName
{
border-color: #3DEB13;
}
</style>