Shades of Harlequin #3CFE10
Tints of Harlequin #3CFE10
RGB
CMYK
RGB Variations
Color information
#3CFE10 (or 0x3CFE10) is known color: Harlequin. HEX triplet: 3C, FE and 10. RGB value is (60,254,16). Sum of RGB (Red+Green+Blue) = 60+254+16=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 254 (99.61% from 255 or 76.97% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFE10 is #C301EF. Grayscale: #A9A9A9. Windows color (decimal): -12780016 or 1113660. OLE color: 1113660.
HSL color Cylindrical-coordinate representation of color #3CFE10: hue angle of 108.91º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CFE10 is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 16 | - |
| CMYK | 0.76 | 0 | 0.94 | 0.00 |
| HSL | 108.91º | 0.99% | 0.53% | - |
| HSV(B) | 108.91º | 0.94% | 1% | - |
| XYZ | 37.4 | 71.88 | 12.39 | - |
| YUV | 168.86 | 41.73 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 16 | 0.76 | 0 | 0.94 | 0.00 | 108.91 | 0.99 | 0.53 |
| Hex | 3C | FE | 10 | 4C | 0 | 5E | 0 | 6D | 63 | 35 |
| Octal | 74 | 376 | 20 | 114 | 0 | 136 | 0 | 155 | 143 | 65 |
| Binary | 111100 | 11111110 | 10000 | 1001100 | 0 | 1011110 | 0 | 1101101 | 1100011 | 110101 |
Color Harmonies of #3CFE10
Complementary color
Monochromatic Colors of #3CFE10
Black with #3CFE10
Text Example
Text Example
White with #3CFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFE10; }
p { color: rgb(60,254,16); }
H1.HeaderClassName
{
color: #3CFE10;
}
.AnyTagClassName
{
color: #3CFE10;
}
</style>
background-color css
<style>
a { background-color: #3CFE10; }
a { background-color: rgb(60,254,16); }
div.DivClassName
{
background-color: #3CFE10;
}
.BgClassName
{
background-color: #3CFE10;
}
</style>
border-color css
<style>
span { border-color: #3CFE10; }
span { border-color: rgb(60,254,16); }
td.TdClassName
{
border-color: #3CFE10;
}
.TagClassName
{
border-color: #3CFE10;
}
</style>