Shades of Harlequin #3FEE0D
Tints of Harlequin #3FEE0D
RGB
CMYK
RGB Variations
Color information
#3FEE0D (or 0x3FEE0D) is known color: Harlequin. HEX triplet: 3F, EE and 0D. RGB value is (63,238,13). Sum of RGB (Red+Green+Blue) = 63+238+13=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 238 (93.36% from 255 or 75.80% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEE0D is #C011F2. Grayscale: #A0A0A0. Windows color (decimal): -12587507 or 912959. OLE color: 912959.
HSL color Cylindrical-coordinate representation of color #3FEE0D: hue angle of 106.67º 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 #3FEE0D is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 13 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.07 |
| HSL | 106.67º | 0.9% | 0.49% | - |
| HSV(B) | 106.67º | 0.95% | 0.93% | - |
| XYZ | 32.7 | 62.23 | 10.67 | - |
| YUV | 160.03 | 45.02 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 13 | 0.74 | 0 | 0.95 | 0.07 | 106.67 | 0.9 | 0.49 |
| Hex | 3F | EE | D | 4A | 0 | 5F | 7 | 6B | 5A | 31 |
| Octal | 77 | 356 | 15 | 112 | 0 | 137 | 7 | 153 | 132 | 61 |
| Binary | 111111 | 11101110 | 1101 | 1001010 | 0 | 1011111 | 111 | 1101011 | 1011010 | 110001 |
Color Harmonies of #3FEE0D
Complementary color
Monochromatic Colors of #3FEE0D
Black with #3FEE0D
Text Example
Text Example
White with #3FEE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE0D; }
p { color: rgb(63,238,13); }
H1.HeaderClassName
{
color: #3FEE0D;
}
.AnyTagClassName
{
color: #3FEE0D;
}
</style>
background-color css
<style>
a { background-color: #3FEE0D; }
a { background-color: rgb(63,238,13); }
div.DivClassName
{
background-color: #3FEE0D;
}
.BgClassName
{
background-color: #3FEE0D;
}
</style>
border-color css
<style>
span { border-color: #3FEE0D; }
span { border-color: rgb(63,238,13); }
td.TdClassName
{
border-color: #3FEE0D;
}
.TagClassName
{
border-color: #3FEE0D;
}
</style>