Shades of Harlequin #3FEA11
Tints of Harlequin #3FEA11
RGB
CMYK
RGB Variations
Color information
#3FEA11 (or 0x3FEA11) is known color: Harlequin. HEX triplet: 3F, EA and 11. RGB value is (63,234,17). Sum of RGB (Red+Green+Blue) = 63+234+17=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 234 (91.80% from 255 or 74.52% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FEA11 is #C015EE. Grayscale: #9E9E9E. Windows color (decimal): -12588527 or 1174079. OLE color: 1174079.
HSL color Cylindrical-coordinate representation of color #3FEA11: hue angle of 107.28º degrees, saturation: 0.86, 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 #3FEA11 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 17 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.08 |
| HSL | 107.28º | 0.86% | 0.49% | - |
| HSV(B) | 107.28º | 0.93% | 0.92% | - |
| XYZ | 31.57 | 59.94 | 10.44 | - |
| YUV | 158.13 | 48.35 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 17 | 0.73 | 0 | 0.93 | 0.08 | 107.28 | 0.86 | 0.49 |
| Hex | 3F | EA | 11 | 49 | 0 | 5D | 8 | 6B | 56 | 31 |
| Octal | 77 | 352 | 21 | 111 | 0 | 135 | 10 | 153 | 126 | 61 |
| Binary | 111111 | 11101010 | 10001 | 1001001 | 0 | 1011101 | 1000 | 1101011 | 1010110 | 110001 |
Color Harmonies of #3FEA11
Complementary color
Monochromatic Colors of #3FEA11
Black with #3FEA11
Text Example
Text Example
White with #3FEA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA11; }
p { color: rgb(63,234,17); }
H1.HeaderClassName
{
color: #3FEA11;
}
.AnyTagClassName
{
color: #3FEA11;
}
</style>
background-color css
<style>
a { background-color: #3FEA11; }
a { background-color: rgb(63,234,17); }
div.DivClassName
{
background-color: #3FEA11;
}
.BgClassName
{
background-color: #3FEA11;
}
</style>
border-color css
<style>
span { border-color: #3FEA11; }
span { border-color: rgb(63,234,17); }
td.TdClassName
{
border-color: #3FEA11;
}
.TagClassName
{
border-color: #3FEA11;
}
</style>