Shades of Harlequin #3DFC00
Tints of Harlequin #3DFC00
RGB
CMYK
RGB Variations
Color information
#3DFC00 (or 0x3DFC00) is known color: Harlequin. HEX triplet: 3D, FC and 00. RGB value is (61,252,0). Sum of RGB (Red+Green+Blue) = 61+252+0=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 252 (98.83% from 255 or 80.51% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 252 - color contains mainly: green. Hex color #3DFC00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFC00 is #C203FF. Grayscale: #A6A6A6. Windows color (decimal): -12715008 or 64573. OLE color: 64573.
HSL color Cylindrical-coordinate representation of color #3DFC00: hue angle of 105.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DFC00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 61 | 252 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.01 |
| HSL | 105.48º | 1% | 0.49% | - |
| HSV(B) | 105.48º | 1% | 0.99% | - |
| XYZ | 36.73 | 70.61 | 11.69 | - |
| YUV | 166.16 | 34.22 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 252 | 0 | 0.76 | 0 | 1 | 0.01 | 105.48 | 1 | 0.49 |
| Hex | 3D | FC | 0 | 4C | 0 | 64 | 1 | 69 | 64 | 31 |
| Octal | 75 | 374 | 0 | 114 | 0 | 144 | 1 | 151 | 144 | 61 |
| Binary | 111101 | 11111100 | 0 | 1001100 | 0 | 1100100 | 1 | 1101001 | 1100100 | 110001 |
Color Harmonies of #3DFC00
Complementary color
Monochromatic Colors of #3DFC00
Black with #3DFC00
Text Example
Text Example
White with #3DFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFC00; }
p { color: rgb(61,252,0); }
H1.HeaderClassName
{
color: #3DFC00;
}
.AnyTagClassName
{
color: #3DFC00;
}
</style>
background-color css
<style>
a { background-color: #3DFC00; }
a { background-color: rgb(61,252,0); }
div.DivClassName
{
background-color: #3DFC00;
}
.BgClassName
{
background-color: #3DFC00;
}
</style>
border-color css
<style>
span { border-color: #3DFC00; }
span { border-color: rgb(61,252,0); }
td.TdClassName
{
border-color: #3DFC00;
}
.TagClassName
{
border-color: #3DFC00;
}
</style>