Shades of Harlequin #3DFD16
Tints of Harlequin #3DFD16
RGB
CMYK
RGB Variations
Color information
#3DFD16 (or 0x3DFD16) is known color: Harlequin. HEX triplet: 3D, FD and 16. RGB value is (61,253,22). Sum of RGB (Red+Green+Blue) = 61+253+22=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 253 (99.22% from 255 or 75.30% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFD16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFD16 is #C202E9. Grayscale: #A9A9A9. Windows color (decimal): -12714730 or 1506621. OLE color: 1506621.
HSL color Cylindrical-coordinate representation of color #3DFD16: hue angle of 109.87º degrees, saturation: 0.98, 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 #3DFD16 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 253 | 22 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.01 |
| HSL | 109.87º | 0.98% | 0.54% | - |
| HSV(B) | 109.87º | 0.91% | 0.99% | - |
| XYZ | 37.19 | 71.3 | 12.56 | - |
| YUV | 169.26 | 44.89 | 50.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 253 | 22 | 0.76 | 0 | 0.91 | 0.01 | 109.87 | 0.98 | 0.54 |
| Hex | 3D | FD | 16 | 4C | 0 | 5B | 1 | 6E | 62 | 36 |
| Octal | 75 | 375 | 26 | 114 | 0 | 133 | 1 | 156 | 142 | 66 |
| Binary | 111101 | 11111101 | 10110 | 1001100 | 0 | 1011011 | 1 | 1101110 | 1100010 | 110110 |
Color Harmonies of #3DFD16
Complementary color
Monochromatic Colors of #3DFD16
Black with #3DFD16
Text Example
Text Example
White with #3DFD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFD16; }
p { color: rgb(61,253,22); }
H1.HeaderClassName
{
color: #3DFD16;
}
.AnyTagClassName
{
color: #3DFD16;
}
</style>
background-color css
<style>
a { background-color: #3DFD16; }
a { background-color: rgb(61,253,22); }
div.DivClassName
{
background-color: #3DFD16;
}
.BgClassName
{
background-color: #3DFD16;
}
</style>
border-color css
<style>
span { border-color: #3DFD16; }
span { border-color: rgb(61,253,22); }
td.TdClassName
{
border-color: #3DFD16;
}
.TagClassName
{
border-color: #3DFD16;
}
</style>