Shades of Harlequin #3FEE22
Tints of Harlequin #3FEE22
RGB
CMYK
RGB Variations
Color information
#3FEE22 (or 0x3FEE22) is known color: Harlequin. HEX triplet: 3F, EE and 22. RGB value is (63,238,34). Sum of RGB (Red+Green+Blue) = 63+238+34=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 238 (93.36% from 255 or 71.04% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEE22 is #C011DD. Grayscale: #A3A3A3. Windows color (decimal): -12587486 or 2289215. OLE color: 2289215.
HSL color Cylindrical-coordinate representation of color #3FEE22: hue angle of 111.47º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FEE22 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 34 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.07 |
| HSL | 111.47º | 0.86% | 0.53% | - |
| HSV(B) | 111.47º | 0.86% | 0.93% | - |
| XYZ | 32.91 | 62.32 | 11.81 | - |
| YUV | 162.42 | 55.52 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 34 | 0.74 | 0 | 0.86 | 0.07 | 111.47 | 0.86 | 0.53 |
| Hex | 3F | EE | 22 | 4A | 0 | 56 | 7 | 6F | 56 | 35 |
| Octal | 77 | 356 | 42 | 112 | 0 | 126 | 7 | 157 | 126 | 65 |
| Binary | 111111 | 11101110 | 100010 | 1001010 | 0 | 1010110 | 111 | 1101111 | 1010110 | 110101 |
Color Harmonies of #3FEE22
Complementary color
Monochromatic Colors of #3FEE22
Black with #3FEE22
Text Example
Text Example
White with #3FEE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE22; }
p { color: rgb(63,238,34); }
H1.HeaderClassName
{
color: #3FEE22;
}
.AnyTagClassName
{
color: #3FEE22;
}
</style>
background-color css
<style>
a { background-color: #3FEE22; }
a { background-color: rgb(63,238,34); }
div.DivClassName
{
background-color: #3FEE22;
}
.BgClassName
{
background-color: #3FEE22;
}
</style>
border-color css
<style>
span { border-color: #3FEE22; }
span { border-color: rgb(63,238,34); }
td.TdClassName
{
border-color: #3FEE22;
}
.TagClassName
{
border-color: #3FEE22;
}
</style>