Shades of Harlequin #3BFD01
Tints of Harlequin #3BFD01
RGB
CMYK
RGB Variations
Color information
#3BFD01 (or 0x3BFD01) is known color: Harlequin. HEX triplet: 3B, FD and 01. RGB value is (59,253,1). Sum of RGB (Red+Green+Blue) = 59+253+1=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 253 (99.22% from 255 or 80.83% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3BFD01 is #C402FE. Grayscale: #A7A7A7. Windows color (decimal): -12845823 or 130363. OLE color: 130363.
HSL color Cylindrical-coordinate representation of color #3BFD01: hue angle of 106.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3BFD01 is Cyan = 0.77, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 1 | - |
| CMYK | 0.77 | 0 | 1.00 | 0.01 |
| HSL | 106.19º | 0.99% | 0.5% | - |
| HSV(B) | 106.19º | 1% | 0.99% | - |
| XYZ | 36.93 | 71.18 | 11.82 | - |
| YUV | 166.27 | 34.73 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 1 | 0.77 | 0 | 1.00 | 0.01 | 106.19 | 0.99 | 0.5 |
| Hex | 3B | FD | 1 | 4D | 0 | 64 | 1 | 6A | 63 | 32 |
| Octal | 73 | 375 | 1 | 115 | 0 | 144 | 1 | 152 | 143 | 62 |
| Binary | 111011 | 11111101 | 1 | 1001101 | 0 | 1100100 | 1 | 1101010 | 1100011 | 110010 |
Color Harmonies of #3BFD01
Complementary color
Monochromatic Colors of #3BFD01
Black with #3BFD01
Text Example
Text Example
White with #3BFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFD01; }
p { color: rgb(59,253,1); }
H1.HeaderClassName
{
color: #3BFD01;
}
.AnyTagClassName
{
color: #3BFD01;
}
</style>
background-color css
<style>
a { background-color: #3BFD01; }
a { background-color: rgb(59,253,1); }
div.DivClassName
{
background-color: #3BFD01;
}
.BgClassName
{
background-color: #3BFD01;
}
</style>
border-color css
<style>
span { border-color: #3BFD01; }
span { border-color: rgb(59,253,1); }
td.TdClassName
{
border-color: #3BFD01;
}
.TagClassName
{
border-color: #3BFD01;
}
</style>