Shades of Harlequin #3CF801
Tints of Harlequin #3CF801
RGB
CMYK
RGB Variations
Color information
#3CF801 (or 0x3CF801) is known color: Harlequin. HEX triplet: 3C, F8 and 01. RGB value is (60,248,1). Sum of RGB (Red+Green+Blue) = 60+248+1=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 248 (97.27% from 255 or 80.26% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF801 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF801 is #C307FE. Grayscale: #A4A4A4. Windows color (decimal): -12781567 or 129084. OLE color: 129084.
HSL color Cylindrical-coordinate representation of color #3CF801: hue angle of 105.67º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CF801 is Cyan = 0.76, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 248 | 1 | - |
| CMYK | 0.76 | 0 | 1.00 | 0.03 |
| HSL | 105.67º | 0.99% | 0.49% | - |
| HSV(B) | 105.67º | 1% | 0.97% | - |
| XYZ | 35.44 | 68.1 | 11.31 | - |
| YUV | 163.63 | 36.22 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 248 | 1 | 0.76 | 0 | 1.00 | 0.03 | 105.67 | 0.99 | 0.49 |
| Hex | 3C | F8 | 1 | 4C | 0 | 64 | 3 | 6A | 63 | 31 |
| Octal | 74 | 370 | 1 | 114 | 0 | 144 | 3 | 152 | 143 | 61 |
| Binary | 111100 | 11111000 | 1 | 1001100 | 0 | 1100100 | 11 | 1101010 | 1100011 | 110001 |
Color Harmonies of #3CF801
Complementary color
Monochromatic Colors of #3CF801
Black with #3CF801
Text Example
Text Example
White with #3CF801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF801; }
p { color: rgb(60,248,1); }
H1.HeaderClassName
{
color: #3CF801;
}
.AnyTagClassName
{
color: #3CF801;
}
</style>
background-color css
<style>
a { background-color: #3CF801; }
a { background-color: rgb(60,248,1); }
div.DivClassName
{
background-color: #3CF801;
}
.BgClassName
{
background-color: #3CF801;
}
</style>
border-color css
<style>
span { border-color: #3CF801; }
span { border-color: rgb(60,248,1); }
td.TdClassName
{
border-color: #3CF801;
}
.TagClassName
{
border-color: #3CF801;
}
</style>