Shades of Harlequin #3FE108
Tints of Harlequin #3FE108
RGB
CMYK
RGB Variations
Color information
#3FE108 (or 0x3FE108) is known color: Harlequin. HEX triplet: 3F, E1 and 08. RGB value is (63,225,8). Sum of RGB (Red+Green+Blue) = 63+225+8=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 225 (88.28% from 255 or 76.01% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE108 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FE108 is #C01EF7. Grayscale: #989898. Windows color (decimal): -12590840 or 581951. OLE color: 581951.
HSL color Cylindrical-coordinate representation of color #3FE108: hue angle of 104.79º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FE108 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 8 | - |
| CMYK | 0.72 | 0 | 0.96 | 0.12 |
| HSL | 104.79º | 0.93% | 0.46% | - |
| HSV(B) | 104.79º | 0.96% | 0.88% | - |
| XYZ | 29.02 | 54.92 | 9.3 | - |
| YUV | 151.82 | 46.83 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 8 | 0.72 | 0 | 0.96 | 0.12 | 104.79 | 0.93 | 0.46 |
| Hex | 3F | E1 | 8 | 48 | 0 | 60 | C | 69 | 5D | 2E |
| Octal | 77 | 341 | 10 | 110 | 0 | 140 | 14 | 151 | 135 | 56 |
| Binary | 111111 | 11100001 | 1000 | 1001000 | 0 | 1100000 | 1100 | 1101001 | 1011101 | 101110 |
Color Harmonies of #3FE108
Complementary color
Monochromatic Colors of #3FE108
Black with #3FE108
Text Example
Text Example
White with #3FE108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE108; }
p { color: rgb(63,225,8); }
H1.HeaderClassName
{
color: #3FE108;
}
.AnyTagClassName
{
color: #3FE108;
}
</style>
background-color css
<style>
a { background-color: #3FE108; }
a { background-color: rgb(63,225,8); }
div.DivClassName
{
background-color: #3FE108;
}
.BgClassName
{
background-color: #3FE108;
}
</style>
border-color css
<style>
span { border-color: #3FE108; }
span { border-color: rgb(63,225,8); }
td.TdClassName
{
border-color: #3FE108;
}
.TagClassName
{
border-color: #3FE108;
}
</style>