Shades of Harlequin #3CEC13
Tints of Harlequin #3CEC13
RGB
CMYK
RGB Variations
Color information
#3CEC13 (or 0x3CEC13) is known color: Harlequin. HEX triplet: 3C, EC and 13. RGB value is (60,236,19). Sum of RGB (Red+Green+Blue) = 60+236+19=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 236 (92.58% from 255 or 74.92% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEC13 is #C313EC. Grayscale: #9F9F9F. Windows color (decimal): -12784621 or 1305660. OLE color: 1305660.
HSL color Cylindrical-coordinate representation of color #3CEC13: hue angle of 108.66º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CEC13 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 19 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.07 |
| HSL | 108.66º | 0.85% | 0.5% | - |
| HSV(B) | 108.66º | 0.92% | 0.93% | - |
| XYZ | 31.98 | 61 | 10.7 | - |
| YUV | 158.64 | 49.19 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 19 | 0.75 | 0 | 0.92 | 0.07 | 108.66 | 0.85 | 0.5 |
| Hex | 3C | EC | 13 | 4B | 0 | 5C | 7 | 6D | 55 | 32 |
| Octal | 74 | 354 | 23 | 113 | 0 | 134 | 7 | 155 | 125 | 62 |
| Binary | 111100 | 11101100 | 10011 | 1001011 | 0 | 1011100 | 111 | 1101101 | 1010101 | 110010 |
Color Harmonies of #3CEC13
Complementary color
Monochromatic Colors of #3CEC13
Black with #3CEC13
Text Example
Text Example
White with #3CEC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEC13; }
p { color: rgb(60,236,19); }
H1.HeaderClassName
{
color: #3CEC13;
}
.AnyTagClassName
{
color: #3CEC13;
}
</style>
background-color css
<style>
a { background-color: #3CEC13; }
a { background-color: rgb(60,236,19); }
div.DivClassName
{
background-color: #3CEC13;
}
.BgClassName
{
background-color: #3CEC13;
}
</style>
border-color css
<style>
span { border-color: #3CEC13; }
span { border-color: rgb(60,236,19); }
td.TdClassName
{
border-color: #3CEC13;
}
.TagClassName
{
border-color: #3CEC13;
}
</style>