Shades of Harlequin #3FEA0C
Tints of Harlequin #3FEA0C
RGB
CMYK
RGB Variations
Color information
#3FEA0C (or 0x3FEA0C) is known color: Harlequin. HEX triplet: 3F, EA and 0C. RGB value is (63,234,12). Sum of RGB (Red+Green+Blue) = 63+234+12=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 234 (91.80% from 255 or 75.73% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEA0C is #C015F3. Grayscale: #9E9E9E. Windows color (decimal): -12588532 or 846399. OLE color: 846399.
HSL color Cylindrical-coordinate representation of color #3FEA0C: hue angle of 106.22º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FEA0C is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 12 | - |
| CMYK | 0.73 | 0 | 0.95 | 0.08 |
| HSL | 106.22º | 0.9% | 0.48% | - |
| HSV(B) | 106.22º | 0.95% | 0.92% | - |
| XYZ | 31.54 | 59.93 | 10.25 | - |
| YUV | 157.56 | 45.85 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 12 | 0.73 | 0 | 0.95 | 0.08 | 106.22 | 0.9 | 0.48 |
| Hex | 3F | EA | C | 49 | 0 | 5F | 8 | 6A | 5A | 30 |
| Octal | 77 | 352 | 14 | 111 | 0 | 137 | 10 | 152 | 132 | 60 |
| Binary | 111111 | 11101010 | 1100 | 1001001 | 0 | 1011111 | 1000 | 1101010 | 1011010 | 110000 |
Color Harmonies of #3FEA0C
Complementary color
Monochromatic Colors of #3FEA0C
Black with #3FEA0C
Text Example
Text Example
White with #3FEA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA0C; }
p { color: rgb(63,234,12); }
H1.HeaderClassName
{
color: #3FEA0C;
}
.AnyTagClassName
{
color: #3FEA0C;
}
</style>
background-color css
<style>
a { background-color: #3FEA0C; }
a { background-color: rgb(63,234,12); }
div.DivClassName
{
background-color: #3FEA0C;
}
.BgClassName
{
background-color: #3FEA0C;
}
</style>
border-color css
<style>
span { border-color: #3FEA0C; }
span { border-color: rgb(63,234,12); }
td.TdClassName
{
border-color: #3FEA0C;
}
.TagClassName
{
border-color: #3FEA0C;
}
</style>