Shades of Harlequin #3FF226
Tints of Harlequin #3FF226
RGB
CMYK
RGB Variations
Color information
#3FF226 (or 0x3FF226) is known color: Harlequin. HEX triplet: 3F, F2 and 26. RGB value is (63,242,38). Sum of RGB (Red+Green+Blue) = 63+242+38=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 242 (94.92% from 255 or 70.55% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF226 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF226 is #C00DD9. Grayscale: #A5A5A5. Windows color (decimal): -12586458 or 2552383. OLE color: 2552383.
HSL color Cylindrical-coordinate representation of color #3FF226: hue angle of 112.65º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FF226 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 242 | 38 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.05 |
| HSL | 112.65º | 0.89% | 0.55% | - |
| HSV(B) | 112.65º | 0.84% | 0.95% | - |
| XYZ | 34.15 | 64.7 | 12.52 | - |
| YUV | 165.22 | 56.2 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 242 | 38 | 0.74 | 0 | 0.84 | 0.05 | 112.65 | 0.89 | 0.55 |
| Hex | 3F | F2 | 26 | 4A | 0 | 54 | 5 | 71 | 59 | 37 |
| Octal | 77 | 362 | 46 | 112 | 0 | 124 | 5 | 161 | 131 | 67 |
| Binary | 111111 | 11110010 | 100110 | 1001010 | 0 | 1010100 | 101 | 1110001 | 1011001 | 110111 |
Color Harmonies of #3FF226
Complementary color
Monochromatic Colors of #3FF226
Black with #3FF226
Text Example
Text Example
White with #3FF226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF226; }
p { color: rgb(63,242,38); }
H1.HeaderClassName
{
color: #3FF226;
}
.AnyTagClassName
{
color: #3FF226;
}
</style>
background-color css
<style>
a { background-color: #3FF226; }
a { background-color: rgb(63,242,38); }
div.DivClassName
{
background-color: #3FF226;
}
.BgClassName
{
background-color: #3FF226;
}
</style>
border-color css
<style>
span { border-color: #3FF226; }
span { border-color: rgb(63,242,38); }
td.TdClassName
{
border-color: #3FF226;
}
.TagClassName
{
border-color: #3FF226;
}
</style>