Shades of Harlequin #3FFE0F
Tints of Harlequin #3FFE0F
RGB
CMYK
RGB Variations
Color information
#3FFE0F (or 0x3FFE0F) is known color: Harlequin. HEX triplet: 3F, FE and 0F. RGB value is (63,254,15). Sum of RGB (Red+Green+Blue) = 63+254+15=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 254 (99.61% from 255 or 76.51% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFE0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFE0F is #C001F0. Grayscale: #AAAAAA. Windows color (decimal): -12583409 or 1048127. OLE color: 1048127.
HSL color Cylindrical-coordinate representation of color #3FFE0F: hue angle of 107.95º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3FFE0F is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 15 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.00 |
| HSL | 107.95º | 0.99% | 0.53% | - |
| HSV(B) | 107.95º | 0.94% | 1% | - |
| XYZ | 37.58 | 71.97 | 12.36 | - |
| YUV | 169.65 | 40.72 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 15 | 0.75 | 0 | 0.94 | 0.00 | 107.95 | 0.99 | 0.53 |
| Hex | 3F | FE | F | 4B | 0 | 5E | 0 | 6C | 63 | 35 |
| Octal | 77 | 376 | 17 | 113 | 0 | 136 | 0 | 154 | 143 | 65 |
| Binary | 111111 | 11111110 | 1111 | 1001011 | 0 | 1011110 | 0 | 1101100 | 1100011 | 110101 |
Color Harmonies of #3FFE0F
Complementary color
Monochromatic Colors of #3FFE0F
Black with #3FFE0F
Text Example
Text Example
White with #3FFE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFE0F; }
p { color: rgb(63,254,15); }
H1.HeaderClassName
{
color: #3FFE0F;
}
.AnyTagClassName
{
color: #3FFE0F;
}
</style>
background-color css
<style>
a { background-color: #3FFE0F; }
a { background-color: rgb(63,254,15); }
div.DivClassName
{
background-color: #3FFE0F;
}
.BgClassName
{
background-color: #3FFE0F;
}
</style>
border-color css
<style>
span { border-color: #3FFE0F; }
span { border-color: rgb(63,254,15); }
td.TdClassName
{
border-color: #3FFE0F;
}
.TagClassName
{
border-color: #3FFE0F;
}
</style>