Shades of Harlequin #3FEA12
Tints of Harlequin #3FEA12
RGB
CMYK
RGB Variations
Color information
#3FEA12 (or 0x3FEA12) is known color: Harlequin. HEX triplet: 3F, EA and 12. RGB value is (63,234,18). Sum of RGB (Red+Green+Blue) = 63+234+18=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 234 (91.80% from 255 or 74.29% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEA12 is #C015ED. Grayscale: #9E9E9E. Windows color (decimal): -12588526 or 1239615. OLE color: 1239615.
HSL color Cylindrical-coordinate representation of color #3FEA12: hue angle of 107.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FEA12 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 18 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.08 |
| HSL | 107.5º | 0.86% | 0.49% | - |
| HSV(B) | 107.5º | 0.92% | 0.92% | - |
| XYZ | 31.58 | 59.95 | 10.48 | - |
| YUV | 158.25 | 48.85 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 18 | 0.73 | 0 | 0.92 | 0.08 | 107.5 | 0.86 | 0.49 |
| Hex | 3F | EA | 12 | 49 | 0 | 5C | 8 | 6C | 56 | 31 |
| Octal | 77 | 352 | 22 | 111 | 0 | 134 | 10 | 154 | 126 | 61 |
| Binary | 111111 | 11101010 | 10010 | 1001001 | 0 | 1011100 | 1000 | 1101100 | 1010110 | 110001 |
Color Harmonies of #3FEA12
Complementary color
Monochromatic Colors of #3FEA12
Black with #3FEA12
Text Example
Text Example
White with #3FEA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA12; }
p { color: rgb(63,234,18); }
H1.HeaderClassName
{
color: #3FEA12;
}
.AnyTagClassName
{
color: #3FEA12;
}
</style>
background-color css
<style>
a { background-color: #3FEA12; }
a { background-color: rgb(63,234,18); }
div.DivClassName
{
background-color: #3FEA12;
}
.BgClassName
{
background-color: #3FEA12;
}
</style>
border-color css
<style>
span { border-color: #3FEA12; }
span { border-color: rgb(63,234,18); }
td.TdClassName
{
border-color: #3FEA12;
}
.TagClassName
{
border-color: #3FEA12;
}
</style>