Shades of Harlequin #3FFA1A
Tints of Harlequin #3FFA1A
RGB
CMYK
RGB Variations
Color information
#3FFA1A (or 0x3FFA1A) is known color: Harlequin. HEX triplet: 3F, FA and 1A. RGB value is (63,250,26). Sum of RGB (Red+Green+Blue) = 63+250+26=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 250 (98.05% from 255 or 73.75% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFA1A is #C005E5. Grayscale: #A9A9A9. Windows color (decimal): -12584422 or 1767999. OLE color: 1767999.
HSL color Cylindrical-coordinate representation of color #3FFA1A: hue angle of 110.09º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FFA1A is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 26 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.02 |
| HSL | 110.09º | 0.96% | 0.54% | - |
| HSV(B) | 110.09º | 0.9% | 0.98% | - |
| XYZ | 36.42 | 69.5 | 12.47 | - |
| YUV | 168.55 | 47.55 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 26 | 0.75 | 0 | 0.90 | 0.02 | 110.09 | 0.96 | 0.54 |
| Hex | 3F | FA | 1A | 4B | 0 | 5A | 2 | 6E | 60 | 36 |
| Octal | 77 | 372 | 32 | 113 | 0 | 132 | 2 | 156 | 140 | 66 |
| Binary | 111111 | 11111010 | 11010 | 1001011 | 0 | 1011010 | 10 | 1101110 | 1100000 | 110110 |
Color Harmonies of #3FFA1A
Complementary color
Monochromatic Colors of #3FFA1A
Black with #3FFA1A
Text Example
Text Example
White with #3FFA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFA1A; }
p { color: rgb(63,250,26); }
H1.HeaderClassName
{
color: #3FFA1A;
}
.AnyTagClassName
{
color: #3FFA1A;
}
</style>
background-color css
<style>
a { background-color: #3FFA1A; }
a { background-color: rgb(63,250,26); }
div.DivClassName
{
background-color: #3FFA1A;
}
.BgClassName
{
background-color: #3FFA1A;
}
</style>
border-color css
<style>
span { border-color: #3FFA1A; }
span { border-color: rgb(63,250,26); }
td.TdClassName
{
border-color: #3FFA1A;
}
.TagClassName
{
border-color: #3FFA1A;
}
</style>