Shades of Harlequin #3DFF00
Tints of Harlequin #3DFF00
RGB
CMYK
RGB Variations
Color information
#3DFF00 (or 0x3DFF00) is known color: Harlequin. HEX triplet: 3D, FF and 00. RGB value is (61,255,0). Sum of RGB (Red+Green+Blue) = 61+255+0=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 255 (100% from 255 or 80.70% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFF00 is #C200FF. Grayscale: #A8A8A8. Windows color (decimal): -12714240 or 65341. OLE color: 65341.
HSL color Cylindrical-coordinate representation of color #3DFF00: hue angle of 105.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3DFF00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0 |
| HSL | 105.65º | 1% | 0.5% | - |
| HSV(B) | 105.65º | 1% | 1% | - |
| XYZ | 37.68 | 72.51 | 12.01 | - |
| YUV | 167.92 | 33.23 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 0 | 0.76 | 0 | 1 | 0 | 105.65 | 1 | 0.5 |
| Hex | 3D | FF | 0 | 4C | 0 | 64 | 0 | 6A | 64 | 32 |
| Octal | 75 | 377 | 0 | 114 | 0 | 144 | 0 | 152 | 144 | 62 |
| Binary | 111101 | 11111111 | 0 | 1001100 | 0 | 1100100 | 0 | 1101010 | 1100100 | 110010 |
Color Harmonies of #3DFF00
Complementary color
Monochromatic Colors of #3DFF00
Black with #3DFF00
Text Example
Text Example
White with #3DFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF00; }
p { color: rgb(61,255,0); }
H1.HeaderClassName
{
color: #3DFF00;
}
.AnyTagClassName
{
color: #3DFF00;
}
</style>
background-color css
<style>
a { background-color: #3DFF00; }
a { background-color: rgb(61,255,0); }
div.DivClassName
{
background-color: #3DFF00;
}
.BgClassName
{
background-color: #3DFF00;
}
</style>
border-color css
<style>
span { border-color: #3DFF00; }
span { border-color: rgb(61,255,0); }
td.TdClassName
{
border-color: #3DFF00;
}
.TagClassName
{
border-color: #3DFF00;
}
</style>