Shades of Harlequin #3CF112
Tints of Harlequin #3CF112
RGB
CMYK
RGB Variations
Color information
#3CF112 (or 0x3CF112) is known color: Harlequin. HEX triplet: 3C, F1 and 12. RGB value is (60,241,18). Sum of RGB (Red+Green+Blue) = 60+241+18=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 241 (94.53% from 255 or 75.55% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF112 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF112 is #C30EED. Grayscale: #A2A2A2. Windows color (decimal): -12783342 or 1241404. OLE color: 1241404.
HSL color Cylindrical-coordinate representation of color #3CF112: hue angle of 108.7º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3CF112 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 18 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.05 |
| HSL | 108.7º | 0.89% | 0.51% | - |
| HSV(B) | 108.7º | 0.93% | 0.95% | - |
| XYZ | 33.43 | 63.91 | 11.15 | - |
| YUV | 161.46 | 47.03 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 18 | 0.75 | 0 | 0.93 | 0.05 | 108.7 | 0.89 | 0.51 |
| Hex | 3C | F1 | 12 | 4B | 0 | 5D | 5 | 6D | 59 | 33 |
| Octal | 74 | 361 | 22 | 113 | 0 | 135 | 5 | 155 | 131 | 63 |
| Binary | 111100 | 11110001 | 10010 | 1001011 | 0 | 1011101 | 101 | 1101101 | 1011001 | 110011 |
Color Harmonies of #3CF112
Complementary color
Monochromatic Colors of #3CF112
Black with #3CF112
Text Example
Text Example
White with #3CF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF112; }
p { color: rgb(60,241,18); }
H1.HeaderClassName
{
color: #3CF112;
}
.AnyTagClassName
{
color: #3CF112;
}
</style>
background-color css
<style>
a { background-color: #3CF112; }
a { background-color: rgb(60,241,18); }
div.DivClassName
{
background-color: #3CF112;
}
.BgClassName
{
background-color: #3CF112;
}
</style>
border-color css
<style>
span { border-color: #3CF112; }
span { border-color: rgb(60,241,18); }
td.TdClassName
{
border-color: #3CF112;
}
.TagClassName
{
border-color: #3CF112;
}
</style>