Shades of Harlequin #3FEE0C
Tints of Harlequin #3FEE0C
RGB
CMYK
RGB Variations
Color information
#3FEE0C (or 0x3FEE0C) is known color: Harlequin. HEX triplet: 3F, EE and 0C. RGB value is (63,238,12). Sum of RGB (Red+Green+Blue) = 63+238+12=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 238 (93.36% from 255 or 76.04% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEE0C is #C011F3. Grayscale: #A0A0A0. Windows color (decimal): -12587508 or 847423. OLE color: 847423.
HSL color Cylindrical-coordinate representation of color #3FEE0C: hue angle of 106.46º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FEE0C is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 12 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.07 |
| HSL | 106.46º | 0.9% | 0.49% | - |
| HSV(B) | 106.46º | 0.95% | 0.93% | - |
| XYZ | 32.69 | 62.23 | 10.64 | - |
| YUV | 159.91 | 44.52 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 12 | 0.74 | 0 | 0.95 | 0.07 | 106.46 | 0.9 | 0.49 |
| Hex | 3F | EE | C | 4A | 0 | 5F | 7 | 6A | 5A | 31 |
| Octal | 77 | 356 | 14 | 112 | 0 | 137 | 7 | 152 | 132 | 61 |
| Binary | 111111 | 11101110 | 1100 | 1001010 | 0 | 1011111 | 111 | 1101010 | 1011010 | 110001 |
Color Harmonies of #3FEE0C
Complementary color
Monochromatic Colors of #3FEE0C
Black with #3FEE0C
Text Example
Text Example
White with #3FEE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE0C; }
p { color: rgb(63,238,12); }
H1.HeaderClassName
{
color: #3FEE0C;
}
.AnyTagClassName
{
color: #3FEE0C;
}
</style>
background-color css
<style>
a { background-color: #3FEE0C; }
a { background-color: rgb(63,238,12); }
div.DivClassName
{
background-color: #3FEE0C;
}
.BgClassName
{
background-color: #3FEE0C;
}
</style>
border-color css
<style>
span { border-color: #3FEE0C; }
span { border-color: rgb(63,238,12); }
td.TdClassName
{
border-color: #3FEE0C;
}
.TagClassName
{
border-color: #3FEE0C;
}
</style>