Shades of Harlequin #3CFF12
Tints of Harlequin #3CFF12
RGB
CMYK
RGB Variations
Color information
#3CFF12 (or 0x3CFF12) is known color: Harlequin. HEX triplet: 3C, FF and 12. RGB value is (60,255,18). Sum of RGB (Red+Green+Blue) = 60+255+18=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 255 (100% from 255 or 76.58% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFF12 is #C300ED. Grayscale: #AAAAAA. Windows color (decimal): -12779758 or 1244988. OLE color: 1244988.
HSL color Cylindrical-coordinate representation of color #3CFF12: hue angle of 109.37º 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 #3CFF12 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 18 | - |
| CMYK | 0.76 | 0 | 0.93 | 0 |
| HSL | 109.37º | 1% | 0.54% | - |
| HSV(B) | 109.37º | 0.93% | 1% | - |
| XYZ | 37.73 | 72.52 | 12.58 | - |
| YUV | 169.68 | 42.4 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 18 | 0.76 | 0 | 0.93 | 0 | 109.37 | 1 | 0.54 |
| Hex | 3C | FF | 12 | 4C | 0 | 5D | 0 | 6D | 64 | 36 |
| Octal | 74 | 377 | 22 | 114 | 0 | 135 | 0 | 155 | 144 | 66 |
| Binary | 111100 | 11111111 | 10010 | 1001100 | 0 | 1011101 | 0 | 1101101 | 1100100 | 110110 |
Color Harmonies of #3CFF12
Complementary color
Monochromatic Colors of #3CFF12
Black with #3CFF12
Text Example
Text Example
White with #3CFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF12; }
p { color: rgb(60,255,18); }
H1.HeaderClassName
{
color: #3CFF12;
}
.AnyTagClassName
{
color: #3CFF12;
}
</style>
background-color css
<style>
a { background-color: #3CFF12; }
a { background-color: rgb(60,255,18); }
div.DivClassName
{
background-color: #3CFF12;
}
.BgClassName
{
background-color: #3CFF12;
}
</style>
border-color css
<style>
span { border-color: #3CFF12; }
span { border-color: rgb(60,255,18); }
td.TdClassName
{
border-color: #3CFF12;
}
.TagClassName
{
border-color: #3CFF12;
}
</style>