Shades of Harlequin #3CFE12
Tints of Harlequin #3CFE12
RGB
CMYK
RGB Variations
Color information
#3CFE12 (or 0x3CFE12) is known color: Harlequin. HEX triplet: 3C, FE and 12. RGB value is (60,254,18). Sum of RGB (Red+Green+Blue) = 60+254+18=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 254 (99.61% from 255 or 76.51% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFE12 is #C301ED. Grayscale: #A9A9A9. Windows color (decimal): -12780014 or 1244732. OLE color: 1244732.
HSL color Cylindrical-coordinate representation of color #3CFE12: hue angle of 109.32º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CFE12 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 18 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.00 |
| HSL | 109.32º | 0.99% | 0.53% | - |
| HSV(B) | 109.32º | 0.93% | 1% | - |
| XYZ | 37.41 | 71.89 | 12.48 | - |
| YUV | 169.09 | 42.73 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 18 | 0.76 | 0 | 0.93 | 0.00 | 109.32 | 0.99 | 0.53 |
| Hex | 3C | FE | 12 | 4C | 0 | 5D | 0 | 6D | 63 | 35 |
| Octal | 74 | 376 | 22 | 114 | 0 | 135 | 0 | 155 | 143 | 65 |
| Binary | 111100 | 11111110 | 10010 | 1001100 | 0 | 1011101 | 0 | 1101101 | 1100011 | 110101 |
Color Harmonies of #3CFE12
Complementary color
Monochromatic Colors of #3CFE12
Black with #3CFE12
Text Example
Text Example
White with #3CFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFE12; }
p { color: rgb(60,254,18); }
H1.HeaderClassName
{
color: #3CFE12;
}
.AnyTagClassName
{
color: #3CFE12;
}
</style>
background-color css
<style>
a { background-color: #3CFE12; }
a { background-color: rgb(60,254,18); }
div.DivClassName
{
background-color: #3CFE12;
}
.BgClassName
{
background-color: #3CFE12;
}
</style>
border-color css
<style>
span { border-color: #3CFE12; }
span { border-color: rgb(60,254,18); }
td.TdClassName
{
border-color: #3CFE12;
}
.TagClassName
{
border-color: #3CFE12;
}
</style>