Shades of Harlequin #3FFF31
Tints of Harlequin #3FFF31
RGB
CMYK
RGB Variations
Color information
#3FFF31 (or 0x3FFF31) is known color: Harlequin. HEX triplet: 3F, FF and 31. RGB value is (63,255,49). Sum of RGB (Red+Green+Blue) = 63+255+49=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 255 (100% from 255 or 69.48% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFF31 is #C000CE. Grayscale: #AEAEAE. Windows color (decimal): -12583119 or 3276607. OLE color: 3276607.
HSL color Cylindrical-coordinate representation of color #3FFF31: hue angle of 115.92º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FFF31 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 49 | - |
| CMYK | 0.75 | 0 | 0.81 | 0 |
| HSL | 115.92º | 1% | 0.6% | - |
| HSV(B) | 115.92º | 0.81% | 1% | - |
| XYZ | 38.36 | 72.8 | 14.94 | - |
| YUV | 174.11 | 57.39 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 49 | 0.75 | 0 | 0.81 | 0 | 115.92 | 1 | 0.6 |
| Hex | 3F | FF | 31 | 4B | 0 | 51 | 0 | 74 | 64 | 3C |
| Octal | 77 | 377 | 61 | 113 | 0 | 121 | 0 | 164 | 144 | 74 |
| Binary | 111111 | 11111111 | 110001 | 1001011 | 0 | 1010001 | 0 | 1110100 | 1100100 | 111100 |
Color Harmonies of #3FFF31
Complementary color
Monochromatic Colors of #3FFF31
Black with #3FFF31
Text Example
Text Example
White with #3FFF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF31; }
p { color: rgb(63,255,49); }
H1.HeaderClassName
{
color: #3FFF31;
}
.AnyTagClassName
{
color: #3FFF31;
}
</style>
background-color css
<style>
a { background-color: #3FFF31; }
a { background-color: rgb(63,255,49); }
div.DivClassName
{
background-color: #3FFF31;
}
.BgClassName
{
background-color: #3FFF31;
}
</style>
border-color css
<style>
span { border-color: #3FFF31; }
span { border-color: rgb(63,255,49); }
td.TdClassName
{
border-color: #3FFF31;
}
.TagClassName
{
border-color: #3FFF31;
}
</style>