Shades of Harlequin #3CFF1C
Tints of Harlequin #3CFF1C
RGB
CMYK
RGB Variations
Color information
#3CFF1C (or 0x3CFF1C) is known color: Harlequin. HEX triplet: 3C, FF and 1C. RGB value is (60,255,28). Sum of RGB (Red+Green+Blue) = 60+255+28=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 255 (100% from 255 or 74.34% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF1C is #C300E3. Grayscale: #ABABAB. Windows color (decimal): -12779748 or 1900348. OLE color: 1900348.
HSL color Cylindrical-coordinate representation of color #3CFF1C: hue angle of 111.54º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CFF1C is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 28 | - |
| CMYK | 0.76 | 0 | 0.89 | 0 |
| HSL | 111.54º | 1% | 0.55% | - |
| HSV(B) | 111.54º | 0.89% | 1% | - |
| XYZ | 37.83 | 72.56 | 13.11 | - |
| YUV | 170.82 | 47.4 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 28 | 0.76 | 0 | 0.89 | 0 | 111.54 | 1 | 0.55 |
| Hex | 3C | FF | 1C | 4C | 0 | 59 | 0 | 70 | 64 | 37 |
| Octal | 74 | 377 | 34 | 114 | 0 | 131 | 0 | 160 | 144 | 67 |
| Binary | 111100 | 11111111 | 11100 | 1001100 | 0 | 1011001 | 0 | 1110000 | 1100100 | 110111 |
Color Harmonies of #3CFF1C
Complementary color
Monochromatic Colors of #3CFF1C
Black with #3CFF1C
Text Example
Text Example
White with #3CFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF1C; }
p { color: rgb(60,255,28); }
H1.HeaderClassName
{
color: #3CFF1C;
}
.AnyTagClassName
{
color: #3CFF1C;
}
</style>
background-color css
<style>
a { background-color: #3CFF1C; }
a { background-color: rgb(60,255,28); }
div.DivClassName
{
background-color: #3CFF1C;
}
.BgClassName
{
background-color: #3CFF1C;
}
</style>
border-color css
<style>
span { border-color: #3CFF1C; }
span { border-color: rgb(60,255,28); }
td.TdClassName
{
border-color: #3CFF1C;
}
.TagClassName
{
border-color: #3CFF1C;
}
</style>