Shades of Harlequin #3CFC13
Tints of Harlequin #3CFC13
RGB
CMYK
RGB Variations
Color information
#3CFC13 (or 0x3CFC13) is known color: Harlequin. HEX triplet: 3C, FC and 13. RGB value is (60,252,19). Sum of RGB (Red+Green+Blue) = 60+252+19=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 252 (98.83% from 255 or 76.13% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFC13 is #C303EC. Grayscale: #A8A8A8. Windows color (decimal): -12780525 or 1309756. OLE color: 1309756.
HSL color Cylindrical-coordinate representation of color #3CFC13: hue angle of 109.44º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CFC13 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 19 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.01 |
| HSL | 109.44º | 0.97% | 0.53% | - |
| HSV(B) | 109.44º | 0.92% | 0.99% | - |
| XYZ | 36.79 | 70.63 | 12.31 | - |
| YUV | 168.03 | 43.89 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 19 | 0.76 | 0 | 0.92 | 0.01 | 109.44 | 0.97 | 0.53 |
| Hex | 3C | FC | 13 | 4C | 0 | 5C | 1 | 6D | 61 | 35 |
| Octal | 74 | 374 | 23 | 114 | 0 | 134 | 1 | 155 | 141 | 65 |
| Binary | 111100 | 11111100 | 10011 | 1001100 | 0 | 1011100 | 1 | 1101101 | 1100001 | 110101 |
Color Harmonies of #3CFC13
Complementary color
Monochromatic Colors of #3CFC13
Black with #3CFC13
Text Example
Text Example
White with #3CFC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC13; }
p { color: rgb(60,252,19); }
H1.HeaderClassName
{
color: #3CFC13;
}
.AnyTagClassName
{
color: #3CFC13;
}
</style>
background-color css
<style>
a { background-color: #3CFC13; }
a { background-color: rgb(60,252,19); }
div.DivClassName
{
background-color: #3CFC13;
}
.BgClassName
{
background-color: #3CFC13;
}
</style>
border-color css
<style>
span { border-color: #3CFC13; }
span { border-color: rgb(60,252,19); }
td.TdClassName
{
border-color: #3CFC13;
}
.TagClassName
{
border-color: #3CFC13;
}
</style>