Shades of Harlequin #3CF101
Tints of Harlequin #3CF101
RGB
CMYK
RGB Variations
Color information
#3CF101 (or 0x3CF101) is known color: Harlequin. HEX triplet: 3C, F1 and 01. RGB value is (60,241,1). Sum of RGB (Red+Green+Blue) = 60+241+1=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 241 (94.53% from 255 or 79.80% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF101 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CF101 is #C30EFE. Grayscale: #A0A0A0. Windows color (decimal): -12783359 or 127292. OLE color: 127292.
HSL color Cylindrical-coordinate representation of color #3CF101: hue angle of 105.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CF101 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 1 | - |
| CMYK | 0.75 | 0 | 1.00 | 0.05 |
| HSL | 105.25º | 0.99% | 0.47% | - |
| HSV(B) | 105.25º | 1% | 0.95% | - |
| XYZ | 33.32 | 63.87 | 10.6 | - |
| YUV | 159.52 | 38.53 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 1 | 0.75 | 0 | 1.00 | 0.05 | 105.25 | 0.99 | 0.47 |
| Hex | 3C | F1 | 1 | 4B | 0 | 64 | 5 | 69 | 63 | 2F |
| Octal | 74 | 361 | 1 | 113 | 0 | 144 | 5 | 151 | 143 | 57 |
| Binary | 111100 | 11110001 | 1 | 1001011 | 0 | 1100100 | 101 | 1101001 | 1100011 | 101111 |
Color Harmonies of #3CF101
Complementary color
Monochromatic Colors of #3CF101
Black with #3CF101
Text Example
Text Example
White with #3CF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF101; }
p { color: rgb(60,241,1); }
H1.HeaderClassName
{
color: #3CF101;
}
.AnyTagClassName
{
color: #3CF101;
}
</style>
background-color css
<style>
a { background-color: #3CF101; }
a { background-color: rgb(60,241,1); }
div.DivClassName
{
background-color: #3CF101;
}
.BgClassName
{
background-color: #3CF101;
}
</style>
border-color css
<style>
span { border-color: #3CF101; }
span { border-color: rgb(60,241,1); }
td.TdClassName
{
border-color: #3CF101;
}
.TagClassName
{
border-color: #3CF101;
}
</style>