Shades of Harlequin #3CFA0C
Tints of Harlequin #3CFA0C
RGB
CMYK
RGB Variations
Color information
#3CFA0C (or 0x3CFA0C) is known color: Harlequin. HEX triplet: 3C, FA and 0C. RGB value is (60,250,12). Sum of RGB (Red+Green+Blue) = 60+250+12=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 250 (98.05% from 255 or 77.64% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFA0C is #C305F3. Grayscale: #A6A6A6. Windows color (decimal): -12781044 or 850492. OLE color: 850492.
HSL color Cylindrical-coordinate representation of color #3CFA0C: hue angle of 107.9º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3CFA0C is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 12 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.02 |
| HSL | 107.9º | 0.96% | 0.51% | - |
| HSV(B) | 107.9º | 0.95% | 0.98% | - |
| XYZ | 36.12 | 69.36 | 11.83 | - |
| YUV | 166.06 | 41.05 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 12 | 0.76 | 0 | 0.95 | 0.02 | 107.9 | 0.96 | 0.51 |
| Hex | 3C | FA | C | 4C | 0 | 5F | 2 | 6C | 60 | 33 |
| Octal | 74 | 372 | 14 | 114 | 0 | 137 | 2 | 154 | 140 | 63 |
| Binary | 111100 | 11111010 | 1100 | 1001100 | 0 | 1011111 | 10 | 1101100 | 1100000 | 110011 |
Color Harmonies of #3CFA0C
Complementary color
Monochromatic Colors of #3CFA0C
Black with #3CFA0C
Text Example
Text Example
White with #3CFA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA0C; }
p { color: rgb(60,250,12); }
H1.HeaderClassName
{
color: #3CFA0C;
}
.AnyTagClassName
{
color: #3CFA0C;
}
</style>
background-color css
<style>
a { background-color: #3CFA0C; }
a { background-color: rgb(60,250,12); }
div.DivClassName
{
background-color: #3CFA0C;
}
.BgClassName
{
background-color: #3CFA0C;
}
</style>
border-color css
<style>
span { border-color: #3CFA0C; }
span { border-color: rgb(60,250,12); }
td.TdClassName
{
border-color: #3CFA0C;
}
.TagClassName
{
border-color: #3CFA0C;
}
</style>