Shades of Harlequin #3FE700
Tints of Harlequin #3FE700
RGB
CMYK
RGB Variations
Color information
#3FE700 (or 0x3FE700) is known color: Harlequin. HEX triplet: 3F, E7 and 00. RGB value is (63,231,0). Sum of RGB (Red+Green+Blue) = 63+231+0=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 231 (90.62% from 255 or 78.57% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FE700 is #C018FF. Grayscale: #9B9B9B. Windows color (decimal): -12589312 or 59199. OLE color: 59199.
HSL color Cylindrical-coordinate representation of color #3FE700: hue angle of 103.64º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FE700 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.09 |
| HSL | 103.64º | 1% | 0.45% | - |
| HSV(B) | 103.64º | 1% | 0.91% | - |
| XYZ | 30.63 | 58.21 | 9.62 | - |
| YUV | 154.43 | 40.84 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 0 | 0.73 | 0 | 1 | 0.09 | 103.64 | 1 | 0.45 |
| Hex | 3F | E7 | 0 | 49 | 0 | 64 | 9 | 68 | 64 | 2D |
| Octal | 77 | 347 | 0 | 111 | 0 | 144 | 11 | 150 | 144 | 55 |
| Binary | 111111 | 11100111 | 0 | 1001001 | 0 | 1100100 | 1001 | 1101000 | 1100100 | 101101 |
Color Harmonies of #3FE700
Complementary color
Monochromatic Colors of #3FE700
Black with #3FE700
Text Example
Text Example
White with #3FE700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE700; }
p { color: rgb(63,231,0); }
H1.HeaderClassName
{
color: #3FE700;
}
.AnyTagClassName
{
color: #3FE700;
}
</style>
background-color css
<style>
a { background-color: #3FE700; }
a { background-color: rgb(63,231,0); }
div.DivClassName
{
background-color: #3FE700;
}
.BgClassName
{
background-color: #3FE700;
}
</style>
border-color css
<style>
span { border-color: #3FE700; }
span { border-color: rgb(63,231,0); }
td.TdClassName
{
border-color: #3FE700;
}
.TagClassName
{
border-color: #3FE700;
}
</style>