Shades of Harlequin #3FF722
Tints of Harlequin #3FF722
RGB
CMYK
RGB Variations
Color information
#3FF722 (or 0x3FF722) is known color: Harlequin. HEX triplet: 3F, F7 and 22. RGB value is (63,247,34). Sum of RGB (Red+Green+Blue) = 63+247+34=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 247 (96.88% from 255 or 71.80% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF722 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF722 is #C008DD. Grayscale: #A8A8A8. Windows color (decimal): -12585182 or 2291519. OLE color: 2291519.
HSL color Cylindrical-coordinate representation of color #3FF722: hue angle of 111.83º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FF722 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 247 | 34 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.03 |
| HSL | 111.83º | 0.93% | 0.55% | - |
| HSV(B) | 111.83º | 0.86% | 0.97% | - |
| XYZ | 35.6 | 67.69 | 12.7 | - |
| YUV | 167.7 | 52.54 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 247 | 34 | 0.74 | 0 | 0.86 | 0.03 | 111.83 | 0.93 | 0.55 |
| Hex | 3F | F7 | 22 | 4A | 0 | 56 | 3 | 70 | 5D | 37 |
| Octal | 77 | 367 | 42 | 112 | 0 | 126 | 3 | 160 | 135 | 67 |
| Binary | 111111 | 11110111 | 100010 | 1001010 | 0 | 1010110 | 11 | 1110000 | 1011101 | 110111 |
Color Harmonies of #3FF722
Complementary color
Monochromatic Colors of #3FF722
Black with #3FF722
Text Example
Text Example
White with #3FF722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF722; }
p { color: rgb(63,247,34); }
H1.HeaderClassName
{
color: #3FF722;
}
.AnyTagClassName
{
color: #3FF722;
}
</style>
background-color css
<style>
a { background-color: #3FF722; }
a { background-color: rgb(63,247,34); }
div.DivClassName
{
background-color: #3FF722;
}
.BgClassName
{
background-color: #3FF722;
}
</style>
border-color css
<style>
span { border-color: #3FF722; }
span { border-color: rgb(63,247,34); }
td.TdClassName
{
border-color: #3FF722;
}
.TagClassName
{
border-color: #3FF722;
}
</style>