Shades of Harlequin #3CFF13
Tints of Harlequin #3CFF13
RGB
CMYK
RGB Variations
Color information
#3CFF13 (or 0x3CFF13) is known color: Harlequin. HEX triplet: 3C, FF and 13. RGB value is (60,255,19). Sum of RGB (Red+Green+Blue) = 60+255+19=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFF13 is #C300EC. Grayscale: #AAAAAA. Windows color (decimal): -12779757 or 1310524. OLE color: 1310524.
HSL color Cylindrical-coordinate representation of color #3CFF13: hue angle of 109.58º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CFF13 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 19 | - |
| CMYK | 0.76 | 0 | 0.93 | 0 |
| HSL | 109.58º | 1% | 0.54% | - |
| HSV(B) | 109.58º | 0.93% | 1% | - |
| XYZ | 37.74 | 72.53 | 12.63 | - |
| YUV | 169.79 | 42.9 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 19 | 0.76 | 0 | 0.93 | 0 | 109.58 | 1 | 0.54 |
| Hex | 3C | FF | 13 | 4C | 0 | 5D | 0 | 6E | 64 | 36 |
| Octal | 74 | 377 | 23 | 114 | 0 | 135 | 0 | 156 | 144 | 66 |
| Binary | 111100 | 11111111 | 10011 | 1001100 | 0 | 1011101 | 0 | 1101110 | 1100100 | 110110 |
Color Harmonies of #3CFF13
Complementary color
Monochromatic Colors of #3CFF13
Black with #3CFF13
Text Example
Text Example
White with #3CFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF13; }
p { color: rgb(60,255,19); }
H1.HeaderClassName
{
color: #3CFF13;
}
.AnyTagClassName
{
color: #3CFF13;
}
</style>
background-color css
<style>
a { background-color: #3CFF13; }
a { background-color: rgb(60,255,19); }
div.DivClassName
{
background-color: #3CFF13;
}
.BgClassName
{
background-color: #3CFF13;
}
</style>
border-color css
<style>
span { border-color: #3CFF13; }
span { border-color: rgb(60,255,19); }
td.TdClassName
{
border-color: #3CFF13;
}
.TagClassName
{
border-color: #3CFF13;
}
</style>