Shades of Harlequin #3FEB0E
Tints of Harlequin #3FEB0E
RGB
CMYK
RGB Variations
Color information
#3FEB0E (or 0x3FEB0E) is known color: Harlequin. HEX triplet: 3F, EB and 0E. RGB value is (63,235,14). Sum of RGB (Red+Green+Blue) = 63+235+14=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 235 (92.19% from 255 or 75.32% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEB0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEB0E is #C014F1. Grayscale: #9F9F9F. Windows color (decimal): -12588274 or 977727. OLE color: 977727.
HSL color Cylindrical-coordinate representation of color #3FEB0E: hue angle of 106.7º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3FEB0E is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 14 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.08 |
| HSL | 106.7º | 0.89% | 0.49% | - |
| HSV(B) | 106.7º | 0.94% | 0.92% | - |
| XYZ | 31.84 | 60.51 | 10.42 | - |
| YUV | 158.38 | 46.52 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 14 | 0.73 | 0 | 0.94 | 0.08 | 106.7 | 0.89 | 0.49 |
| Hex | 3F | EB | E | 49 | 0 | 5E | 8 | 6B | 59 | 31 |
| Octal | 77 | 353 | 16 | 111 | 0 | 136 | 10 | 153 | 131 | 61 |
| Binary | 111111 | 11101011 | 1110 | 1001001 | 0 | 1011110 | 1000 | 1101011 | 1011001 | 110001 |
Color Harmonies of #3FEB0E
Complementary color
Monochromatic Colors of #3FEB0E
Black with #3FEB0E
Text Example
Text Example
White with #3FEB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEB0E; }
p { color: rgb(63,235,14); }
H1.HeaderClassName
{
color: #3FEB0E;
}
.AnyTagClassName
{
color: #3FEB0E;
}
</style>
background-color css
<style>
a { background-color: #3FEB0E; }
a { background-color: rgb(63,235,14); }
div.DivClassName
{
background-color: #3FEB0E;
}
.BgClassName
{
background-color: #3FEB0E;
}
</style>
border-color css
<style>
span { border-color: #3FEB0E; }
span { border-color: rgb(63,235,14); }
td.TdClassName
{
border-color: #3FEB0E;
}
.TagClassName
{
border-color: #3FEB0E;
}
</style>