Shades of Harlequin #3FFE19
Tints of Harlequin #3FFE19
RGB
CMYK
RGB Variations
Color information
#3FFE19 (or 0x3FFE19) is known color: Harlequin. HEX triplet: 3F, FE and 19. RGB value is (63,254,25). Sum of RGB (Red+Green+Blue) = 63+254+25=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 254 (99.61% from 255 or 74.27% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFE19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFE19 is #C001E6. Grayscale: #ABABAB. Windows color (decimal): -12583399 or 1703487. OLE color: 1703487.
HSL color Cylindrical-coordinate representation of color #3FFE19: hue angle of 110.04º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FFE19 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 25 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.00 |
| HSL | 110.04º | 0.99% | 0.55% | - |
| HSV(B) | 110.04º | 0.9% | 1% | - |
| XYZ | 37.67 | 72.01 | 12.83 | - |
| YUV | 170.79 | 45.72 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 25 | 0.75 | 0 | 0.90 | 0.00 | 110.04 | 0.99 | 0.55 |
| Hex | 3F | FE | 19 | 4B | 0 | 5A | 0 | 6E | 63 | 37 |
| Octal | 77 | 376 | 31 | 113 | 0 | 132 | 0 | 156 | 143 | 67 |
| Binary | 111111 | 11111110 | 11001 | 1001011 | 0 | 1011010 | 0 | 1101110 | 1100011 | 110111 |
Color Harmonies of #3FFE19
Complementary color
Monochromatic Colors of #3FFE19
Black with #3FFE19
Text Example
Text Example
White with #3FFE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFE19; }
p { color: rgb(63,254,25); }
H1.HeaderClassName
{
color: #3FFE19;
}
.AnyTagClassName
{
color: #3FFE19;
}
</style>
background-color css
<style>
a { background-color: #3FFE19; }
a { background-color: rgb(63,254,25); }
div.DivClassName
{
background-color: #3FFE19;
}
.BgClassName
{
background-color: #3FFE19;
}
</style>
border-color css
<style>
span { border-color: #3FFE19; }
span { border-color: rgb(63,254,25); }
td.TdClassName
{
border-color: #3FFE19;
}
.TagClassName
{
border-color: #3FFE19;
}
</style>