Shades of Harlequin #3FEE10
Tints of Harlequin #3FEE10
RGB
CMYK
RGB Variations
Color information
#3FEE10 (or 0x3FEE10) is known color: Harlequin. HEX triplet: 3F, EE and 10. RGB value is (63,238,16). Sum of RGB (Red+Green+Blue) = 63+238+16=317 (41% of max value = 765). Red value is 63 (25% from 255 or 19.87% from 317); Green value is 238 (93.36% from 255 or 75.08% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEE10 is #C011EF. Grayscale: #A1A1A1. Windows color (decimal): -12587504 or 1109567. OLE color: 1109567.
HSL color Cylindrical-coordinate representation of color #3FEE10: hue angle of 107.3º 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 #3FEE10 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 16 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.07 |
| HSL | 107.3º | 0.87% | 0.5% | - |
| HSV(B) | 107.3º | 0.93% | 0.93% | - |
| XYZ | 32.72 | 62.24 | 10.78 | - |
| YUV | 160.37 | 46.52 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 16 | 0.74 | 0 | 0.93 | 0.07 | 107.3 | 0.87 | 0.5 |
| Hex | 3F | EE | 10 | 4A | 0 | 5D | 7 | 6B | 57 | 32 |
| Octal | 77 | 356 | 20 | 112 | 0 | 135 | 7 | 153 | 127 | 62 |
| Binary | 111111 | 11101110 | 10000 | 1001010 | 0 | 1011101 | 111 | 1101011 | 1010111 | 110010 |
Color Harmonies of #3FEE10
Complementary color
Monochromatic Colors of #3FEE10
Black with #3FEE10
Text Example
Text Example
White with #3FEE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE10; }
p { color: rgb(63,238,16); }
H1.HeaderClassName
{
color: #3FEE10;
}
.AnyTagClassName
{
color: #3FEE10;
}
</style>
background-color css
<style>
a { background-color: #3FEE10; }
a { background-color: rgb(63,238,16); }
div.DivClassName
{
background-color: #3FEE10;
}
.BgClassName
{
background-color: #3FEE10;
}
</style>
border-color css
<style>
span { border-color: #3FEE10; }
span { border-color: rgb(63,238,16); }
td.TdClassName
{
border-color: #3FEE10;
}
.TagClassName
{
border-color: #3FEE10;
}
</style>