Shades of Harlequin #3FEF1C
Tints of Harlequin #3FEF1C
RGB
CMYK
RGB Variations
Color information
#3FEF1C (or 0x3FEF1C) is known color: Harlequin. HEX triplet: 3F, EF and 1C. RGB value is (63,239,28). Sum of RGB (Red+Green+Blue) = 63+239+28=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 239 (93.75% from 255 or 72.42% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEF1C is #C010E3. Grayscale: #A2A2A2. Windows color (decimal): -12587236 or 1896255. OLE color: 1896255.
HSL color Cylindrical-coordinate representation of color #3FEF1C: hue angle of 110.05º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FEF1C is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 28 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.06 |
| HSL | 110.05º | 0.87% | 0.52% | - |
| HSV(B) | 110.05º | 0.88% | 0.94% | - |
| XYZ | 33.13 | 62.87 | 11.49 | - |
| YUV | 162.32 | 52.19 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 28 | 0.74 | 0 | 0.88 | 0.06 | 110.05 | 0.87 | 0.52 |
| Hex | 3F | EF | 1C | 4A | 0 | 58 | 6 | 6E | 57 | 34 |
| Octal | 77 | 357 | 34 | 112 | 0 | 130 | 6 | 156 | 127 | 64 |
| Binary | 111111 | 11101111 | 11100 | 1001010 | 0 | 1011000 | 110 | 1101110 | 1010111 | 110100 |
Color Harmonies of #3FEF1C
Complementary color
Monochromatic Colors of #3FEF1C
Black with #3FEF1C
Text Example
Text Example
White with #3FEF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF1C; }
p { color: rgb(63,239,28); }
H1.HeaderClassName
{
color: #3FEF1C;
}
.AnyTagClassName
{
color: #3FEF1C;
}
</style>
background-color css
<style>
a { background-color: #3FEF1C; }
a { background-color: rgb(63,239,28); }
div.DivClassName
{
background-color: #3FEF1C;
}
.BgClassName
{
background-color: #3FEF1C;
}
</style>
border-color css
<style>
span { border-color: #3FEF1C; }
span { border-color: rgb(63,239,28); }
td.TdClassName
{
border-color: #3FEF1C;
}
.TagClassName
{
border-color: #3FEF1C;
}
</style>