Shades of Harlequin #3CFE16
Tints of Harlequin #3CFE16
RGB
CMYK
RGB Variations
Color information
#3CFE16 (or 0x3CFE16) is known color: Harlequin. HEX triplet: 3C, FE and 16. RGB value is (60,254,22). Sum of RGB (Red+Green+Blue) = 60+254+22=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 254 (99.61% from 255 or 75.60% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFE16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFE16 is #C301E9. Grayscale: #AAAAAA. Windows color (decimal): -12780010 or 1506876. OLE color: 1506876.
HSL color Cylindrical-coordinate representation of color #3CFE16: hue angle of 110.17º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CFE16 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 22 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.00 |
| HSL | 110.17º | 0.99% | 0.54% | - |
| HSV(B) | 110.17º | 0.91% | 1% | - |
| XYZ | 37.45 | 71.9 | 12.66 | - |
| YUV | 169.55 | 44.73 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 22 | 0.76 | 0 | 0.91 | 0.00 | 110.17 | 0.99 | 0.54 |
| Hex | 3C | FE | 16 | 4C | 0 | 5B | 0 | 6E | 63 | 36 |
| Octal | 74 | 376 | 26 | 114 | 0 | 133 | 0 | 156 | 143 | 66 |
| Binary | 111100 | 11111110 | 10110 | 1001100 | 0 | 1011011 | 0 | 1101110 | 1100011 | 110110 |
Color Harmonies of #3CFE16
Complementary color
Monochromatic Colors of #3CFE16
Black with #3CFE16
Text Example
Text Example
White with #3CFE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFE16; }
p { color: rgb(60,254,22); }
H1.HeaderClassName
{
color: #3CFE16;
}
.AnyTagClassName
{
color: #3CFE16;
}
</style>
background-color css
<style>
a { background-color: #3CFE16; }
a { background-color: rgb(60,254,22); }
div.DivClassName
{
background-color: #3CFE16;
}
.BgClassName
{
background-color: #3CFE16;
}
</style>
border-color css
<style>
span { border-color: #3CFE16; }
span { border-color: rgb(60,254,22); }
td.TdClassName
{
border-color: #3CFE16;
}
.TagClassName
{
border-color: #3CFE16;
}
</style>