Shades of Harlequin #3DFF17
Tints of Harlequin #3DFF17
RGB
CMYK
RGB Variations
Color information
#3DFF17 (or 0x3DFF17) is known color: Harlequin. HEX triplet: 3D, FF and 17. RGB value is (61,255,23). Sum of RGB (Red+Green+Blue) = 61+255+23=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 255 (100% from 255 or 75.22% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF17 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFF17 is #C200E8. Grayscale: #ABABAB. Windows color (decimal): -12714217 or 1572669. OLE color: 1572669.
HSL color Cylindrical-coordinate representation of color #3DFF17: hue angle of 110.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DFF17 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 23 | - |
| CMYK | 0.76 | 0 | 0.91 | 0 |
| HSL | 110.17º | 1% | 0.55% | - |
| HSV(B) | 110.17º | 0.91% | 1% | - |
| XYZ | 37.84 | 72.57 | 12.82 | - |
| YUV | 170.55 | 44.73 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 23 | 0.76 | 0 | 0.91 | 0 | 110.17 | 1 | 0.55 |
| Hex | 3D | FF | 17 | 4C | 0 | 5B | 0 | 6E | 64 | 37 |
| Octal | 75 | 377 | 27 | 114 | 0 | 133 | 0 | 156 | 144 | 67 |
| Binary | 111101 | 11111111 | 10111 | 1001100 | 0 | 1011011 | 0 | 1101110 | 1100100 | 110111 |
Color Harmonies of #3DFF17
Complementary color
Monochromatic Colors of #3DFF17
Black with #3DFF17
Text Example
Text Example
White with #3DFF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF17; }
p { color: rgb(61,255,23); }
H1.HeaderClassName
{
color: #3DFF17;
}
.AnyTagClassName
{
color: #3DFF17;
}
</style>
background-color css
<style>
a { background-color: #3DFF17; }
a { background-color: rgb(61,255,23); }
div.DivClassName
{
background-color: #3DFF17;
}
.BgClassName
{
background-color: #3DFF17;
}
</style>
border-color css
<style>
span { border-color: #3DFF17; }
span { border-color: rgb(61,255,23); }
td.TdClassName
{
border-color: #3DFF17;
}
.TagClassName
{
border-color: #3DFF17;
}
</style>