Shades of Harlequin #3DFC17
Tints of Harlequin #3DFC17
RGB
CMYK
RGB Variations
Color information
#3DFC17 (or 0x3DFC17) is known color: Harlequin. HEX triplet: 3D, FC and 17. RGB value is (61,252,23). Sum of RGB (Red+Green+Blue) = 61+252+23=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 252 (98.83% from 255 or 75% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFC17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFC17 is #C203E8. Grayscale: #A9A9A9. Windows color (decimal): -12714985 or 1571901. OLE color: 1571901.
HSL color Cylindrical-coordinate representation of color #3DFC17: hue angle of 110.04º 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 #3DFC17 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 252 | 23 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.01 |
| HSL | 110.04º | 0.97% | 0.54% | - |
| HSV(B) | 110.04º | 0.91% | 0.99% | - |
| XYZ | 36.89 | 70.67 | 12.51 | - |
| YUV | 168.79 | 45.72 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 252 | 23 | 0.76 | 0 | 0.91 | 0.01 | 110.04 | 0.97 | 0.54 |
| Hex | 3D | FC | 17 | 4C | 0 | 5B | 1 | 6E | 61 | 36 |
| Octal | 75 | 374 | 27 | 114 | 0 | 133 | 1 | 156 | 141 | 66 |
| Binary | 111101 | 11111100 | 10111 | 1001100 | 0 | 1011011 | 1 | 1101110 | 1100001 | 110110 |
Color Harmonies of #3DFC17
Complementary color
Monochromatic Colors of #3DFC17
Black with #3DFC17
Text Example
Text Example
White with #3DFC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFC17; }
p { color: rgb(61,252,23); }
H1.HeaderClassName
{
color: #3DFC17;
}
.AnyTagClassName
{
color: #3DFC17;
}
</style>
background-color css
<style>
a { background-color: #3DFC17; }
a { background-color: rgb(61,252,23); }
div.DivClassName
{
background-color: #3DFC17;
}
.BgClassName
{
background-color: #3DFC17;
}
</style>
border-color css
<style>
span { border-color: #3DFC17; }
span { border-color: rgb(61,252,23); }
td.TdClassName
{
border-color: #3DFC17;
}
.TagClassName
{
border-color: #3DFC17;
}
</style>