Shades of Harlequin #3FF426
Tints of Harlequin #3FF426
RGB
CMYK
RGB Variations
Color information
#3FF426 (or 0x3FF426) is known color: Harlequin. HEX triplet: 3F, F4 and 26. RGB value is (63,244,38). Sum of RGB (Red+Green+Blue) = 63+244+38=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 244 (95.70% from 255 or 70.72% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF426 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF426 is #C00BD9. Grayscale: #A7A7A7. Windows color (decimal): -12585946 or 2552895. OLE color: 2552895.
HSL color Cylindrical-coordinate representation of color #3FF426: hue angle of 112.72º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FF426 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 244 | 38 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.04 |
| HSL | 112.72º | 0.9% | 0.55% | - |
| HSV(B) | 112.72º | 0.84% | 0.96% | - |
| XYZ | 34.75 | 65.9 | 12.72 | - |
| YUV | 166.4 | 55.53 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 244 | 38 | 0.74 | 0 | 0.84 | 0.04 | 112.72 | 0.9 | 0.55 |
| Hex | 3F | F4 | 26 | 4A | 0 | 54 | 4 | 71 | 5A | 37 |
| Octal | 77 | 364 | 46 | 112 | 0 | 124 | 4 | 161 | 132 | 67 |
| Binary | 111111 | 11110100 | 100110 | 1001010 | 0 | 1010100 | 100 | 1110001 | 1011010 | 110111 |
Color Harmonies of #3FF426
Complementary color
Monochromatic Colors of #3FF426
Black with #3FF426
Text Example
Text Example
White with #3FF426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF426; }
p { color: rgb(63,244,38); }
H1.HeaderClassName
{
color: #3FF426;
}
.AnyTagClassName
{
color: #3FF426;
}
</style>
background-color css
<style>
a { background-color: #3FF426; }
a { background-color: rgb(63,244,38); }
div.DivClassName
{
background-color: #3FF426;
}
.BgClassName
{
background-color: #3FF426;
}
</style>
border-color css
<style>
span { border-color: #3FF426; }
span { border-color: rgb(63,244,38); }
td.TdClassName
{
border-color: #3FF426;
}
.TagClassName
{
border-color: #3FF426;
}
</style>