Shades of Harlequin #3CFD01
Tints of Harlequin #3CFD01
RGB
CMYK
RGB Variations
Color information
#3CFD01 (or 0x3CFD01) is known color: Harlequin. HEX triplet: 3C, FD and 01. RGB value is (60,253,1). Sum of RGB (Red+Green+Blue) = 60+253+1=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 253 (99.22% from 255 or 80.57% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFD01 is #C302FE. Grayscale: #A7A7A7. Windows color (decimal): -12780287 or 130364. OLE color: 130364.
HSL color Cylindrical-coordinate representation of color #3CFD01: hue angle of 105.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CFD01 is Cyan = 0.76, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 1 | - |
| CMYK | 0.76 | 0 | 1.00 | 0.01 |
| HSL | 105.95º | 0.99% | 0.5% | - |
| HSV(B) | 105.95º | 1% | 0.99% | - |
| XYZ | 36.99 | 71.21 | 11.82 | - |
| YUV | 166.57 | 34.56 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 1 | 0.76 | 0 | 1.00 | 0.01 | 105.95 | 0.99 | 0.5 |
| Hex | 3C | FD | 1 | 4C | 0 | 64 | 1 | 6A | 63 | 32 |
| Octal | 74 | 375 | 1 | 114 | 0 | 144 | 1 | 152 | 143 | 62 |
| Binary | 111100 | 11111101 | 1 | 1001100 | 0 | 1100100 | 1 | 1101010 | 1100011 | 110010 |
Color Harmonies of #3CFD01
Complementary color
Monochromatic Colors of #3CFD01
Black with #3CFD01
Text Example
Text Example
White with #3CFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFD01; }
p { color: rgb(60,253,1); }
H1.HeaderClassName
{
color: #3CFD01;
}
.AnyTagClassName
{
color: #3CFD01;
}
</style>
background-color css
<style>
a { background-color: #3CFD01; }
a { background-color: rgb(60,253,1); }
div.DivClassName
{
background-color: #3CFD01;
}
.BgClassName
{
background-color: #3CFD01;
}
</style>
border-color css
<style>
span { border-color: #3CFD01; }
span { border-color: rgb(60,253,1); }
td.TdClassName
{
border-color: #3CFD01;
}
.TagClassName
{
border-color: #3CFD01;
}
</style>