Shades of Harlequin #3DFF16
Tints of Harlequin #3DFF16
RGB
CMYK
RGB Variations
Color information
#3DFF16 (or 0x3DFF16) is known color: Harlequin. HEX triplet: 3D, FF and 16. RGB value is (61,255,22). Sum of RGB (Red+Green+Blue) = 61+255+22=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 255 (100% from 255 or 75.44% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFF16 is #C200E9. Grayscale: #ABABAB. Windows color (decimal): -12714218 or 1507133. OLE color: 1507133.
HSL color Cylindrical-coordinate representation of color #3DFF16: hue angle of 109.96º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3DFF16 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 22 | - |
| CMYK | 0.76 | 0 | 0.91 | 0 |
| HSL | 109.96º | 1% | 0.54% | - |
| HSV(B) | 109.96º | 0.91% | 1% | - |
| XYZ | 37.83 | 72.57 | 12.77 | - |
| YUV | 170.43 | 44.23 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 22 | 0.76 | 0 | 0.91 | 0 | 109.96 | 1 | 0.54 |
| Hex | 3D | FF | 16 | 4C | 0 | 5B | 0 | 6E | 64 | 36 |
| Octal | 75 | 377 | 26 | 114 | 0 | 133 | 0 | 156 | 144 | 66 |
| Binary | 111101 | 11111111 | 10110 | 1001100 | 0 | 1011011 | 0 | 1101110 | 1100100 | 110110 |
Color Harmonies of #3DFF16
Complementary color
Monochromatic Colors of #3DFF16
Black with #3DFF16
Text Example
Text Example
White with #3DFF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF16; }
p { color: rgb(61,255,22); }
H1.HeaderClassName
{
color: #3DFF16;
}
.AnyTagClassName
{
color: #3DFF16;
}
</style>
background-color css
<style>
a { background-color: #3DFF16; }
a { background-color: rgb(61,255,22); }
div.DivClassName
{
background-color: #3DFF16;
}
.BgClassName
{
background-color: #3DFF16;
}
</style>
border-color css
<style>
span { border-color: #3DFF16; }
span { border-color: rgb(61,255,22); }
td.TdClassName
{
border-color: #3DFF16;
}
.TagClassName
{
border-color: #3DFF16;
}
</style>