Shades of Harlequin #3CF600
Tints of Harlequin #3CF600
RGB
CMYK
RGB Variations
Color information
#3CF600 (or 0x3CF600) is known color: Harlequin. HEX triplet: 3C, F6 and 00. RGB value is (60,246,0). Sum of RGB (Red+Green+Blue) = 60+246+0=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 246 (96.48% from 255 or 80.39% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 246 - color contains mainly: green. Hex color #3CF600 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF600 is #C309FF. Grayscale: #A3A3A3. Windows color (decimal): -12782080 or 63036. OLE color: 63036.
HSL color Cylindrical-coordinate representation of color #3CF600: hue angle of 105.37º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CF600 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 246 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.04 |
| HSL | 105.37º | 1% | 0.48% | - |
| HSV(B) | 105.37º | 1% | 0.96% | - |
| XYZ | 34.82 | 66.87 | 11.07 | - |
| YUV | 162.34 | 36.38 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 246 | 0 | 0.76 | 0 | 1 | 0.04 | 105.37 | 1 | 0.48 |
| Hex | 3C | F6 | 0 | 4C | 0 | 64 | 4 | 69 | 64 | 30 |
| Octal | 74 | 366 | 0 | 114 | 0 | 144 | 4 | 151 | 144 | 60 |
| Binary | 111100 | 11110110 | 0 | 1001100 | 0 | 1100100 | 100 | 1101001 | 1100100 | 110000 |
Color Harmonies of #3CF600
Complementary color
Monochromatic Colors of #3CF600
Black with #3CF600
Text Example
Text Example
White with #3CF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF600; }
p { color: rgb(60,246,0); }
H1.HeaderClassName
{
color: #3CF600;
}
.AnyTagClassName
{
color: #3CF600;
}
</style>
background-color css
<style>
a { background-color: #3CF600; }
a { background-color: rgb(60,246,0); }
div.DivClassName
{
background-color: #3CF600;
}
.BgClassName
{
background-color: #3CF600;
}
</style>
border-color css
<style>
span { border-color: #3CF600; }
span { border-color: rgb(60,246,0); }
td.TdClassName
{
border-color: #3CF600;
}
.TagClassName
{
border-color: #3CF600;
}
</style>