Shades of Harlequin #3CFB01
Tints of Harlequin #3CFB01
RGB
CMYK
RGB Variations
Color information
#3CFB01 (or 0x3CFB01) is known color: Harlequin. HEX triplet: 3C, FB and 01. RGB value is (60,251,1). Sum of RGB (Red+Green+Blue) = 60+251+1=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 251 (98.44% from 255 or 80.45% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFB01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFB01 is #C304FE. Grayscale: #A6A6A6. Windows color (decimal): -12780799 or 129852. OLE color: 129852.
HSL color Cylindrical-coordinate representation of color #3CFB01: hue angle of 105.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CFB01 is Cyan = 0.76, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 1 | - |
| CMYK | 0.76 | 0 | 1.00 | 0.02 |
| HSL | 105.84º | 0.99% | 0.49% | - |
| HSV(B) | 105.84º | 1% | 0.98% | - |
| XYZ | 36.37 | 69.96 | 11.62 | - |
| YUV | 165.39 | 35.22 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 1 | 0.76 | 0 | 1.00 | 0.02 | 105.84 | 0.99 | 0.49 |
| Hex | 3C | FB | 1 | 4C | 0 | 64 | 2 | 6A | 63 | 31 |
| Octal | 74 | 373 | 1 | 114 | 0 | 144 | 2 | 152 | 143 | 61 |
| Binary | 111100 | 11111011 | 1 | 1001100 | 0 | 1100100 | 10 | 1101010 | 1100011 | 110001 |
Color Harmonies of #3CFB01
Complementary color
Monochromatic Colors of #3CFB01
Black with #3CFB01
Text Example
Text Example
White with #3CFB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFB01; }
p { color: rgb(60,251,1); }
H1.HeaderClassName
{
color: #3CFB01;
}
.AnyTagClassName
{
color: #3CFB01;
}
</style>
background-color css
<style>
a { background-color: #3CFB01; }
a { background-color: rgb(60,251,1); }
div.DivClassName
{
background-color: #3CFB01;
}
.BgClassName
{
background-color: #3CFB01;
}
</style>
border-color css
<style>
span { border-color: #3CFB01; }
span { border-color: rgb(60,251,1); }
td.TdClassName
{
border-color: #3CFB01;
}
.TagClassName
{
border-color: #3CFB01;
}
</style>