Shades of Harlequin #3CFE01
Tints of Harlequin #3CFE01
RGB
CMYK
RGB Variations
Color information
#3CFE01 (or 0x3CFE01) is known color: Harlequin. HEX triplet: 3C, FE and 01. RGB value is (60,254,1). Sum of RGB (Red+Green+Blue) = 60+254+1=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 254 (99.61% from 255 or 80.63% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFE01 is #C301FE. Grayscale: #A7A7A7. Windows color (decimal): -12780031 or 130620. OLE color: 130620.
HSL color Cylindrical-coordinate representation of color #3CFE01: hue angle of 106.01º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CFE01 is Cyan = 0.76, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 1 | - |
| CMYK | 0.76 | 0 | 1.00 | 0.00 |
| HSL | 106.01º | 0.99% | 0.5% | - |
| HSV(B) | 106.01º | 1% | 1% | - |
| XYZ | 37.31 | 71.85 | 11.93 | - |
| YUV | 167.15 | 34.23 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 1 | 0.76 | 0 | 1.00 | 0.00 | 106.01 | 0.99 | 0.5 |
| Hex | 3C | FE | 1 | 4C | 0 | 64 | 0 | 6A | 63 | 32 |
| Octal | 74 | 376 | 1 | 114 | 0 | 144 | 0 | 152 | 143 | 62 |
| Binary | 111100 | 11111110 | 1 | 1001100 | 0 | 1100100 | 0 | 1101010 | 1100011 | 110010 |
Color Harmonies of #3CFE01
Complementary color
Monochromatic Colors of #3CFE01
Black with #3CFE01
Text Example
Text Example
White with #3CFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFE01; }
p { color: rgb(60,254,1); }
H1.HeaderClassName
{
color: #3CFE01;
}
.AnyTagClassName
{
color: #3CFE01;
}
</style>
background-color css
<style>
a { background-color: #3CFE01; }
a { background-color: rgb(60,254,1); }
div.DivClassName
{
background-color: #3CFE01;
}
.BgClassName
{
background-color: #3CFE01;
}
</style>
border-color css
<style>
span { border-color: #3CFE01; }
span { border-color: rgb(60,254,1); }
td.TdClassName
{
border-color: #3CFE01;
}
.TagClassName
{
border-color: #3CFE01;
}
</style>