Shades of Harlequin #3CF401
Tints of Harlequin #3CF401
RGB
CMYK
RGB Variations
Color information
#3CF401 (or 0x3CF401) is known color: Harlequin. HEX triplet: 3C, F4 and 01. RGB value is (60,244,1). Sum of RGB (Red+Green+Blue) = 60+244+1=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 244 (95.70% from 255 or 80% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF401 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF401 is #C30BFE. Grayscale: #A2A2A2. Windows color (decimal): -12782591 or 128060. OLE color: 128060.
HSL color Cylindrical-coordinate representation of color #3CF401: hue angle of 105.43º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CF401 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 1 | - |
| CMYK | 0.75 | 0 | 1.00 | 0.04 |
| HSL | 105.43º | 0.99% | 0.48% | - |
| HSV(B) | 105.43º | 1% | 0.96% | - |
| XYZ | 34.22 | 65.66 | 10.9 | - |
| YUV | 161.28 | 37.54 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 1 | 0.75 | 0 | 1.00 | 0.04 | 105.43 | 0.99 | 0.48 |
| Hex | 3C | F4 | 1 | 4B | 0 | 64 | 4 | 69 | 63 | 30 |
| Octal | 74 | 364 | 1 | 113 | 0 | 144 | 4 | 151 | 143 | 60 |
| Binary | 111100 | 11110100 | 1 | 1001011 | 0 | 1100100 | 100 | 1101001 | 1100011 | 110000 |
Color Harmonies of #3CF401
Complementary color
Monochromatic Colors of #3CF401
Black with #3CF401
Text Example
Text Example
White with #3CF401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF401; }
p { color: rgb(60,244,1); }
H1.HeaderClassName
{
color: #3CF401;
}
.AnyTagClassName
{
color: #3CF401;
}
</style>
background-color css
<style>
a { background-color: #3CF401; }
a { background-color: rgb(60,244,1); }
div.DivClassName
{
background-color: #3CF401;
}
.BgClassName
{
background-color: #3CF401;
}
</style>
border-color css
<style>
span { border-color: #3CF401; }
span { border-color: rgb(60,244,1); }
td.TdClassName
{
border-color: #3CF401;
}
.TagClassName
{
border-color: #3CF401;
}
</style>