Shades of Harlequin #3FEF0D
Tints of Harlequin #3FEF0D
RGB
CMYK
RGB Variations
Color information
#3FEF0D (or 0x3FEF0D) is known color: Harlequin. HEX triplet: 3F, EF and 0D. RGB value is (63,239,13). Sum of RGB (Red+Green+Blue) = 63+239+13=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 239 (93.75% from 255 or 75.87% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEF0D is #C010F2. Grayscale: #A1A1A1. Windows color (decimal): -12587251 or 913215. OLE color: 913215.
HSL color Cylindrical-coordinate representation of color #3FEF0D: hue angle of 106.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FEF0D is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 13 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.06 |
| HSL | 106.73º | 0.9% | 0.49% | - |
| HSV(B) | 106.73º | 0.95% | 0.94% | - |
| XYZ | 32.99 | 62.82 | 10.77 | - |
| YUV | 160.61 | 44.69 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 13 | 0.74 | 0 | 0.95 | 0.06 | 106.73 | 0.9 | 0.49 |
| Hex | 3F | EF | D | 4A | 0 | 5F | 6 | 6B | 5A | 31 |
| Octal | 77 | 357 | 15 | 112 | 0 | 137 | 6 | 153 | 132 | 61 |
| Binary | 111111 | 11101111 | 1101 | 1001010 | 0 | 1011111 | 110 | 1101011 | 1011010 | 110001 |
Color Harmonies of #3FEF0D
Complementary color
Monochromatic Colors of #3FEF0D
Black with #3FEF0D
Text Example
Text Example
White with #3FEF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF0D; }
p { color: rgb(63,239,13); }
H1.HeaderClassName
{
color: #3FEF0D;
}
.AnyTagClassName
{
color: #3FEF0D;
}
</style>
background-color css
<style>
a { background-color: #3FEF0D; }
a { background-color: rgb(63,239,13); }
div.DivClassName
{
background-color: #3FEF0D;
}
.BgClassName
{
background-color: #3FEF0D;
}
</style>
border-color css
<style>
span { border-color: #3FEF0D; }
span { border-color: rgb(63,239,13); }
td.TdClassName
{
border-color: #3FEF0D;
}
.TagClassName
{
border-color: #3FEF0D;
}
</style>