Shades of Harlequin #3CDF13
Tints of Harlequin #3CDF13
RGB
CMYK
RGB Variations
Color information
#3CDF13 (or 0x3CDF13) is known color: Harlequin. HEX triplet: 3C, DF and 13. RGB value is (60,223,19). Sum of RGB (Red+Green+Blue) = 60+223+19=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 223 (87.5% from 255 or 73.84% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CDF13 is #C320EC. Grayscale: #979797. Windows color (decimal): -12787949 or 1302332. OLE color: 1302332.
HSL color Cylindrical-coordinate representation of color #3CDF13: hue angle of 107.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CDF13 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 19 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.13 |
| HSL | 107.94º | 0.84% | 0.47% | - |
| HSV(B) | 107.94º | 0.91% | 0.87% | - |
| XYZ | 28.37 | 53.78 | 9.5 | - |
| YUV | 151.01 | 53.5 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 19 | 0.73 | 0 | 0.91 | 0.13 | 107.94 | 0.84 | 0.47 |
| Hex | 3C | DF | 13 | 49 | 0 | 5B | D | 6C | 54 | 2F |
| Octal | 74 | 337 | 23 | 111 | 0 | 133 | 15 | 154 | 124 | 57 |
| Binary | 111100 | 11011111 | 10011 | 1001001 | 0 | 1011011 | 1101 | 1101100 | 1010100 | 101111 |
Color Harmonies of #3CDF13
Complementary color
Monochromatic Colors of #3CDF13
Black with #3CDF13
Text Example
Text Example
White with #3CDF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF13; }
p { color: rgb(60,223,19); }
H1.HeaderClassName
{
color: #3CDF13;
}
.AnyTagClassName
{
color: #3CDF13;
}
</style>
background-color css
<style>
a { background-color: #3CDF13; }
a { background-color: rgb(60,223,19); }
div.DivClassName
{
background-color: #3CDF13;
}
.BgClassName
{
background-color: #3CDF13;
}
</style>
border-color css
<style>
span { border-color: #3CDF13; }
span { border-color: rgb(60,223,19); }
td.TdClassName
{
border-color: #3CDF13;
}
.TagClassName
{
border-color: #3CDF13;
}
</style>