Shades of Harlequin #3FEA10
Tints of Harlequin #3FEA10
RGB
CMYK
RGB Variations
Color information
#3FEA10 (or 0x3FEA10) is known color: Harlequin. HEX triplet: 3F, EA and 10. RGB value is (63,234,16). Sum of RGB (Red+Green+Blue) = 63+234+16=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 234 (91.80% from 255 or 74.76% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEA10 is #C015EF. Grayscale: #9E9E9E. Windows color (decimal): -12588528 or 1108543. OLE color: 1108543.
HSL color Cylindrical-coordinate representation of color #3FEA10: hue angle of 107.06º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3FEA10 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 16 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.08 |
| HSL | 107.06º | 0.87% | 0.49% | - |
| HSV(B) | 107.06º | 0.93% | 0.92% | - |
| XYZ | 31.57 | 59.94 | 10.4 | - |
| YUV | 158.02 | 47.85 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 16 | 0.73 | 0 | 0.93 | 0.08 | 107.06 | 0.87 | 0.49 |
| Hex | 3F | EA | 10 | 49 | 0 | 5D | 8 | 6B | 57 | 31 |
| Octal | 77 | 352 | 20 | 111 | 0 | 135 | 10 | 153 | 127 | 61 |
| Binary | 111111 | 11101010 | 10000 | 1001001 | 0 | 1011101 | 1000 | 1101011 | 1010111 | 110001 |
Color Harmonies of #3FEA10
Complementary color
Monochromatic Colors of #3FEA10
Black with #3FEA10
Text Example
Text Example
White with #3FEA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA10; }
p { color: rgb(63,234,16); }
H1.HeaderClassName
{
color: #3FEA10;
}
.AnyTagClassName
{
color: #3FEA10;
}
</style>
background-color css
<style>
a { background-color: #3FEA10; }
a { background-color: rgb(63,234,16); }
div.DivClassName
{
background-color: #3FEA10;
}
.BgClassName
{
background-color: #3FEA10;
}
</style>
border-color css
<style>
span { border-color: #3FEA10; }
span { border-color: rgb(63,234,16); }
td.TdClassName
{
border-color: #3FEA10;
}
.TagClassName
{
border-color: #3FEA10;
}
</style>