Shades of Harlequin #3FE81E
Tints of Harlequin #3FE81E
RGB
CMYK
RGB Variations
Color information
#3FE81E (or 0x3FE81E) is known color: Harlequin. HEX triplet: 3F, E8 and 1E. RGB value is (63,232,30). Sum of RGB (Red+Green+Blue) = 63+232+30=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 232 (91.02% from 255 or 71.38% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE81E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE81E is #C017E1. Grayscale: #9F9F9F. Windows color (decimal): -12589026 or 2025535. OLE color: 2025535.
HSL color Cylindrical-coordinate representation of color #3FE81E: hue angle of 110.2º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FE81E is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 232 | 30 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.09 |
| HSL | 110.2º | 0.81% | 0.51% | - |
| HSV(B) | 110.2º | 0.87% | 0.91% | - |
| XYZ | 31.14 | 58.86 | 10.95 | - |
| YUV | 158.44 | 55.51 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 232 | 30 | 0.73 | 0 | 0.87 | 0.09 | 110.2 | 0.81 | 0.51 |
| Hex | 3F | E8 | 1E | 49 | 0 | 57 | 9 | 6E | 51 | 33 |
| Octal | 77 | 350 | 36 | 111 | 0 | 127 | 11 | 156 | 121 | 63 |
| Binary | 111111 | 11101000 | 11110 | 1001001 | 0 | 1010111 | 1001 | 1101110 | 1010001 | 110011 |
Color Harmonies of #3FE81E
Complementary color
Monochromatic Colors of #3FE81E
Black with #3FE81E
Text Example
Text Example
White with #3FE81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE81E; }
p { color: rgb(63,232,30); }
H1.HeaderClassName
{
color: #3FE81E;
}
.AnyTagClassName
{
color: #3FE81E;
}
</style>
background-color css
<style>
a { background-color: #3FE81E; }
a { background-color: rgb(63,232,30); }
div.DivClassName
{
background-color: #3FE81E;
}
.BgClassName
{
background-color: #3FE81E;
}
</style>
border-color css
<style>
span { border-color: #3FE81E; }
span { border-color: rgb(63,232,30); }
td.TdClassName
{
border-color: #3FE81E;
}
.TagClassName
{
border-color: #3FE81E;
}
</style>