Shades of Harlequin #3DFF1F
Tints of Harlequin #3DFF1F
RGB
CMYK
RGB Variations
Color information
#3DFF1F (or 0x3DFF1F) is known color: Harlequin. HEX triplet: 3D, FF and 1F. RGB value is (61,255,31). Sum of RGB (Red+Green+Blue) = 61+255+31=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 255 (100% from 255 or 73.49% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFF1F is #C200E0. Grayscale: #ACACAC. Windows color (decimal): -12714209 or 2096957. OLE color: 2096957.
HSL color Cylindrical-coordinate representation of color #3DFF1F: hue angle of 111.96º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DFF1F is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 31 | - |
| CMYK | 0.76 | 0 | 0.88 | 0 |
| HSL | 111.96º | 1% | 0.56% | - |
| HSV(B) | 111.96º | 0.88% | 1% | - |
| XYZ | 37.93 | 72.61 | 13.31 | - |
| YUV | 171.46 | 48.73 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 31 | 0.76 | 0 | 0.88 | 0 | 111.96 | 1 | 0.56 |
| Hex | 3D | FF | 1F | 4C | 0 | 58 | 0 | 70 | 64 | 38 |
| Octal | 75 | 377 | 37 | 114 | 0 | 130 | 0 | 160 | 144 | 70 |
| Binary | 111101 | 11111111 | 11111 | 1001100 | 0 | 1011000 | 0 | 1110000 | 1100100 | 111000 |
Color Harmonies of #3DFF1F
Complementary color
Monochromatic Colors of #3DFF1F
Black with #3DFF1F
Text Example
Text Example
White with #3DFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF1F; }
p { color: rgb(61,255,31); }
H1.HeaderClassName
{
color: #3DFF1F;
}
.AnyTagClassName
{
color: #3DFF1F;
}
</style>
background-color css
<style>
a { background-color: #3DFF1F; }
a { background-color: rgb(61,255,31); }
div.DivClassName
{
background-color: #3DFF1F;
}
.BgClassName
{
background-color: #3DFF1F;
}
</style>
border-color css
<style>
span { border-color: #3DFF1F; }
span { border-color: rgb(61,255,31); }
td.TdClassName
{
border-color: #3DFF1F;
}
.TagClassName
{
border-color: #3DFF1F;
}
</style>