Shades of Harlequin #3FEA1B
Tints of Harlequin #3FEA1B
RGB
CMYK
RGB Variations
Color information
#3FEA1B (or 0x3FEA1B) is known color: Harlequin. HEX triplet: 3F, EA and 1B. RGB value is (63,234,27). Sum of RGB (Red+Green+Blue) = 63+234+27=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 234 (91.80% from 255 or 72.22% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEA1B is #C015E4. Grayscale: #9F9F9F. Windows color (decimal): -12588517 or 1829439. OLE color: 1829439.
HSL color Cylindrical-coordinate representation of color #3FEA1B: hue angle of 109.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FEA1B is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 27 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.08 |
| HSL | 109.57º | 0.83% | 0.51% | - |
| HSV(B) | 109.57º | 0.88% | 0.92% | - |
| XYZ | 31.67 | 59.98 | 10.95 | - |
| YUV | 159.27 | 53.35 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 27 | 0.73 | 0 | 0.88 | 0.08 | 109.57 | 0.83 | 0.51 |
| Hex | 3F | EA | 1B | 49 | 0 | 58 | 8 | 6E | 53 | 33 |
| Octal | 77 | 352 | 33 | 111 | 0 | 130 | 10 | 156 | 123 | 63 |
| Binary | 111111 | 11101010 | 11011 | 1001001 | 0 | 1011000 | 1000 | 1101110 | 1010011 | 110011 |
Color Harmonies of #3FEA1B
Complementary color
Monochromatic Colors of #3FEA1B
Black with #3FEA1B
Text Example
Text Example
White with #3FEA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA1B; }
p { color: rgb(63,234,27); }
H1.HeaderClassName
{
color: #3FEA1B;
}
.AnyTagClassName
{
color: #3FEA1B;
}
</style>
background-color css
<style>
a { background-color: #3FEA1B; }
a { background-color: rgb(63,234,27); }
div.DivClassName
{
background-color: #3FEA1B;
}
.BgClassName
{
background-color: #3FEA1B;
}
</style>
border-color css
<style>
span { border-color: #3FEA1B; }
span { border-color: rgb(63,234,27); }
td.TdClassName
{
border-color: #3FEA1B;
}
.TagClassName
{
border-color: #3FEA1B;
}
</style>