Shades of Harlequin #3DFB01
Tints of Harlequin #3DFB01
RGB
CMYK
RGB Variations
Color information
#3DFB01 (or 0x3DFB01) is known color: Harlequin. HEX triplet: 3D, FB and 01. RGB value is (61,251,1). Sum of RGB (Red+Green+Blue) = 61+251+1=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 251 (98.44% from 255 or 80.19% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 251 - color contains mainly: green. Hex color #3DFB01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFB01 is #C204FE. Grayscale: #A6A6A6. Windows color (decimal): -12715263 or 129853. OLE color: 129853.
HSL color Cylindrical-coordinate representation of color #3DFB01: hue angle of 105.6º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DFB01 is Cyan = 0.76, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 251 | 1 | - |
| CMYK | 0.76 | 0 | 1.00 | 0.02 |
| HSL | 105.6º | 0.99% | 0.49% | - |
| HSV(B) | 105.6º | 1% | 0.98% | - |
| XYZ | 36.43 | 69.99 | 11.62 | - |
| YUV | 165.69 | 35.05 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 251 | 1 | 0.76 | 0 | 1.00 | 0.02 | 105.6 | 0.99 | 0.49 |
| Hex | 3D | FB | 1 | 4C | 0 | 64 | 2 | 6A | 63 | 31 |
| Octal | 75 | 373 | 1 | 114 | 0 | 144 | 2 | 152 | 143 | 61 |
| Binary | 111101 | 11111011 | 1 | 1001100 | 0 | 1100100 | 10 | 1101010 | 1100011 | 110001 |
Color Harmonies of #3DFB01
Complementary color
Monochromatic Colors of #3DFB01
Black with #3DFB01
Text Example
Text Example
White with #3DFB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFB01; }
p { color: rgb(61,251,1); }
H1.HeaderClassName
{
color: #3DFB01;
}
.AnyTagClassName
{
color: #3DFB01;
}
</style>
background-color css
<style>
a { background-color: #3DFB01; }
a { background-color: rgb(61,251,1); }
div.DivClassName
{
background-color: #3DFB01;
}
.BgClassName
{
background-color: #3DFB01;
}
</style>
border-color css
<style>
span { border-color: #3DFB01; }
span { border-color: rgb(61,251,1); }
td.TdClassName
{
border-color: #3DFB01;
}
.TagClassName
{
border-color: #3DFB01;
}
</style>