Shades of Harlequin #3FEA03
Tints of Harlequin #3FEA03
RGB
CMYK
RGB Variations
Color information
#3FEA03 (or 0x3FEA03) is known color: Harlequin. HEX triplet: 3F, EA and 03. RGB value is (63,234,3). Sum of RGB (Red+Green+Blue) = 63+234+3=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 234 (91.80% from 255 or 78% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEA03 is #C015FC. Grayscale: #9D9D9D. Windows color (decimal): -12588541 or 256575. OLE color: 256575.
HSL color Cylindrical-coordinate representation of color #3FEA03: hue angle of 104.42º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3FEA03 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 3 | - |
| CMYK | 0.73 | 0 | 0.99 | 0.08 |
| HSL | 104.42º | 0.97% | 0.46% | - |
| HSV(B) | 104.42º | 0.99% | 0.92% | - |
| XYZ | 31.49 | 59.91 | 9.99 | - |
| YUV | 156.54 | 41.35 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 3 | 0.73 | 0 | 0.99 | 0.08 | 104.42 | 0.97 | 0.46 |
| Hex | 3F | EA | 3 | 49 | 0 | 63 | 8 | 68 | 61 | 2E |
| Octal | 77 | 352 | 3 | 111 | 0 | 143 | 10 | 150 | 141 | 56 |
| Binary | 111111 | 11101010 | 11 | 1001001 | 0 | 1100011 | 1000 | 1101000 | 1100001 | 101110 |
Color Harmonies of #3FEA03
Complementary color
Monochromatic Colors of #3FEA03
Black with #3FEA03
Text Example
Text Example
White with #3FEA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA03; }
p { color: rgb(63,234,3); }
H1.HeaderClassName
{
color: #3FEA03;
}
.AnyTagClassName
{
color: #3FEA03;
}
</style>
background-color css
<style>
a { background-color: #3FEA03; }
a { background-color: rgb(63,234,3); }
div.DivClassName
{
background-color: #3FEA03;
}
.BgClassName
{
background-color: #3FEA03;
}
</style>
border-color css
<style>
span { border-color: #3FEA03; }
span { border-color: rgb(63,234,3); }
td.TdClassName
{
border-color: #3FEA03;
}
.TagClassName
{
border-color: #3FEA03;
}
</style>