Shades of Harlequin #3FE814
Tints of Harlequin #3FE814
RGB
CMYK
RGB Variations
Color information
#3FE814 (or 0x3FE814) is known color: Harlequin. HEX triplet: 3F, E8 and 14. RGB value is (63,232,20). Sum of RGB (Red+Green+Blue) = 63+232+20=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 232 (91.02% from 255 or 73.65% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE814 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FE814 is #C017EB. Grayscale: #9D9D9D. Windows color (decimal): -12589036 or 1370175. OLE color: 1370175.
HSL color Cylindrical-coordinate representation of color #3FE814: hue angle of 107.83º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FE814 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 232 | 20 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.09 |
| HSL | 107.83º | 0.84% | 0.49% | - |
| HSV(B) | 107.83º | 0.91% | 0.91% | - |
| XYZ | 31.03 | 58.82 | 10.38 | - |
| YUV | 157.3 | 50.51 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 232 | 20 | 0.73 | 0 | 0.91 | 0.09 | 107.83 | 0.84 | 0.49 |
| Hex | 3F | E8 | 14 | 49 | 0 | 5B | 9 | 6C | 54 | 31 |
| Octal | 77 | 350 | 24 | 111 | 0 | 133 | 11 | 154 | 124 | 61 |
| Binary | 111111 | 11101000 | 10100 | 1001001 | 0 | 1011011 | 1001 | 1101100 | 1010100 | 110001 |
Color Harmonies of #3FE814
Complementary color
Monochromatic Colors of #3FE814
Black with #3FE814
Text Example
Text Example
White with #3FE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE814; }
p { color: rgb(63,232,20); }
H1.HeaderClassName
{
color: #3FE814;
}
.AnyTagClassName
{
color: #3FE814;
}
</style>
background-color css
<style>
a { background-color: #3FE814; }
a { background-color: rgb(63,232,20); }
div.DivClassName
{
background-color: #3FE814;
}
.BgClassName
{
background-color: #3FE814;
}
</style>
border-color css
<style>
span { border-color: #3FE814; }
span { border-color: rgb(63,232,20); }
td.TdClassName
{
border-color: #3FE814;
}
.TagClassName
{
border-color: #3FE814;
}
</style>