Shades of Harlequin #3CFC17
Tints of Harlequin #3CFC17
RGB
CMYK
RGB Variations
Color information
#3CFC17 (or 0x3CFC17) is known color: Harlequin. HEX triplet: 3C, FC and 17. RGB value is (60,252,23). Sum of RGB (Red+Green+Blue) = 60+252+23=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 252 (98.83% from 255 or 75.22% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFC17 is #C303E8. Grayscale: #A9A9A9. Windows color (decimal): -12780521 or 1571900. OLE color: 1571900.
HSL color Cylindrical-coordinate representation of color #3CFC17: hue angle of 110.31º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3CFC17 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 23 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.01 |
| HSL | 110.31º | 0.97% | 0.54% | - |
| HSV(B) | 110.31º | 0.91% | 0.99% | - |
| XYZ | 36.83 | 70.64 | 12.51 | - |
| YUV | 168.49 | 45.89 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 23 | 0.76 | 0 | 0.91 | 0.01 | 110.31 | 0.97 | 0.54 |
| Hex | 3C | FC | 17 | 4C | 0 | 5B | 1 | 6E | 61 | 36 |
| Octal | 74 | 374 | 27 | 114 | 0 | 133 | 1 | 156 | 141 | 66 |
| Binary | 111100 | 11111100 | 10111 | 1001100 | 0 | 1011011 | 1 | 1101110 | 1100001 | 110110 |
Color Harmonies of #3CFC17
Complementary color
Monochromatic Colors of #3CFC17
Black with #3CFC17
Text Example
Text Example
White with #3CFC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC17; }
p { color: rgb(60,252,23); }
H1.HeaderClassName
{
color: #3CFC17;
}
.AnyTagClassName
{
color: #3CFC17;
}
</style>
background-color css
<style>
a { background-color: #3CFC17; }
a { background-color: rgb(60,252,23); }
div.DivClassName
{
background-color: #3CFC17;
}
.BgClassName
{
background-color: #3CFC17;
}
</style>
border-color css
<style>
span { border-color: #3CFC17; }
span { border-color: rgb(60,252,23); }
td.TdClassName
{
border-color: #3CFC17;
}
.TagClassName
{
border-color: #3CFC17;
}
</style>