Shades of Harlequin #3FF800
Tints of Harlequin #3FF800
RGB
CMYK
RGB Variations
Color information
#3FF800 (or 0x3FF800) is known color: Harlequin. HEX triplet: 3F, F8 and 00. RGB value is (63,248,0). Sum of RGB (Red+Green+Blue) = 63+248+0=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 248 (97.27% from 255 or 79.74% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FF800 is #C007FF. Grayscale: #A5A5A5. Windows color (decimal): -12584960 or 63551. OLE color: 63551.
HSL color Cylindrical-coordinate representation of color #3FF800: hue angle of 104.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FF800 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 248 | 0 | - |
| CMYK | 0.75 | 0 | 1 | 0.03 |
| HSL | 104.76º | 1% | 0.49% | - |
| HSV(B) | 104.76º | 1% | 0.97% | - |
| XYZ | 35.62 | 68.19 | 11.29 | - |
| YUV | 164.41 | 35.21 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 248 | 0 | 0.75 | 0 | 1 | 0.03 | 104.76 | 1 | 0.49 |
| Hex | 3F | F8 | 0 | 4B | 0 | 64 | 3 | 69 | 64 | 31 |
| Octal | 77 | 370 | 0 | 113 | 0 | 144 | 3 | 151 | 144 | 61 |
| Binary | 111111 | 11111000 | 0 | 1001011 | 0 | 1100100 | 11 | 1101001 | 1100100 | 110001 |
Color Harmonies of #3FF800
Complementary color
Monochromatic Colors of #3FF800
Black with #3FF800
Text Example
Text Example
White with #3FF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF800; }
p { color: rgb(63,248,0); }
H1.HeaderClassName
{
color: #3FF800;
}
.AnyTagClassName
{
color: #3FF800;
}
</style>
background-color css
<style>
a { background-color: #3FF800; }
a { background-color: rgb(63,248,0); }
div.DivClassName
{
background-color: #3FF800;
}
.BgClassName
{
background-color: #3FF800;
}
</style>
border-color css
<style>
span { border-color: #3FF800; }
span { border-color: rgb(63,248,0); }
td.TdClassName
{
border-color: #3FF800;
}
.TagClassName
{
border-color: #3FF800;
}
</style>