Shades of Harlequin #3FE500
Tints of Harlequin #3FE500
RGB
CMYK
RGB Variations
Color information
#3FE500 (or 0x3FE500) is known color: Harlequin. HEX triplet: 3F, E5 and 00. RGB value is (63,229,0). Sum of RGB (Red+Green+Blue) = 63+229+0=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 229 (89.84% from 255 or 78.42% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE500 is #C01AFF. Grayscale: #9A9A9A. Windows color (decimal): -12589824 or 58687. OLE color: 58687.
HSL color Cylindrical-coordinate representation of color #3FE500: hue angle of 103.49º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FE500 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 0 | - |
| CMYK | 0.72 | 0 | 1 | 0.10 |
| HSL | 103.49º | 1% | 0.45% | - |
| HSV(B) | 103.49º | 1% | 0.9% | - |
| XYZ | 30.07 | 57.1 | 9.44 | - |
| YUV | 153.26 | 41.5 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 0 | 0.72 | 0 | 1 | 0.10 | 103.49 | 1 | 0.45 |
| Hex | 3F | E5 | 0 | 48 | 0 | 64 | A | 67 | 64 | 2D |
| Octal | 77 | 345 | 0 | 110 | 0 | 144 | 12 | 147 | 144 | 55 |
| Binary | 111111 | 11100101 | 0 | 1001000 | 0 | 1100100 | 1010 | 1100111 | 1100100 | 101101 |
Color Harmonies of #3FE500
Complementary color
Monochromatic Colors of #3FE500
Black with #3FE500
Text Example
Text Example
White with #3FE500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE500; }
p { color: rgb(63,229,0); }
H1.HeaderClassName
{
color: #3FE500;
}
.AnyTagClassName
{
color: #3FE500;
}
</style>
background-color css
<style>
a { background-color: #3FE500; }
a { background-color: rgb(63,229,0); }
div.DivClassName
{
background-color: #3FE500;
}
.BgClassName
{
background-color: #3FE500;
}
</style>
border-color css
<style>
span { border-color: #3FE500; }
span { border-color: rgb(63,229,0); }
td.TdClassName
{
border-color: #3FE500;
}
.TagClassName
{
border-color: #3FE500;
}
</style>