Shades of Harlequin #3FEE11
Tints of Harlequin #3FEE11
RGB
CMYK
RGB Variations
Color information
#3FEE11 (or 0x3FEE11) is known color: Harlequin. HEX triplet: 3F, EE and 11. RGB value is (63,238,17). Sum of RGB (Red+Green+Blue) = 63+238+17=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 238 (93.36% from 255 or 74.84% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEE11 is #C011EE. Grayscale: #A1A1A1. Windows color (decimal): -12587503 or 1175103. OLE color: 1175103.
HSL color Cylindrical-coordinate representation of color #3FEE11: hue angle of 107.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FEE11 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 17 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.07 |
| HSL | 107.51º | 0.87% | 0.5% | - |
| HSV(B) | 107.51º | 0.93% | 0.93% | - |
| XYZ | 32.73 | 62.25 | 10.82 | - |
| YUV | 160.48 | 47.02 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 17 | 0.74 | 0 | 0.93 | 0.07 | 107.51 | 0.87 | 0.5 |
| Hex | 3F | EE | 11 | 4A | 0 | 5D | 7 | 6C | 57 | 32 |
| Octal | 77 | 356 | 21 | 112 | 0 | 135 | 7 | 154 | 127 | 62 |
| Binary | 111111 | 11101110 | 10001 | 1001010 | 0 | 1011101 | 111 | 1101100 | 1010111 | 110010 |
Color Harmonies of #3FEE11
Complementary color
Monochromatic Colors of #3FEE11
Black with #3FEE11
Text Example
Text Example
White with #3FEE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE11; }
p { color: rgb(63,238,17); }
H1.HeaderClassName
{
color: #3FEE11;
}
.AnyTagClassName
{
color: #3FEE11;
}
</style>
background-color css
<style>
a { background-color: #3FEE11; }
a { background-color: rgb(63,238,17); }
div.DivClassName
{
background-color: #3FEE11;
}
.BgClassName
{
background-color: #3FEE11;
}
</style>
border-color css
<style>
span { border-color: #3FEE11; }
span { border-color: rgb(63,238,17); }
td.TdClassName
{
border-color: #3FEE11;
}
.TagClassName
{
border-color: #3FEE11;
}
</style>