Shades of Harlequin #3FFA1F
Tints of Harlequin #3FFA1F
RGB
CMYK
RGB Variations
Color information
#3FFA1F (or 0x3FFA1F) is known color: Harlequin. HEX triplet: 3F, FA and 1F. RGB value is (63,250,31). Sum of RGB (Red+Green+Blue) = 63+250+31=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 250 (98.05% from 255 or 72.67% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFA1F is #C005E0. Grayscale: #A9A9A9. Windows color (decimal): -12584417 or 2095679. OLE color: 2095679.
HSL color Cylindrical-coordinate representation of color #3FFA1F: hue angle of 111.23º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FFA1F is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 31 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.02 |
| HSL | 111.23º | 0.96% | 0.55% | - |
| HSV(B) | 111.23º | 0.88% | 0.98% | - |
| XYZ | 36.48 | 69.53 | 12.79 | - |
| YUV | 169.12 | 50.05 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 31 | 0.75 | 0 | 0.88 | 0.02 | 111.23 | 0.96 | 0.55 |
| Hex | 3F | FA | 1F | 4B | 0 | 58 | 2 | 6F | 60 | 37 |
| Octal | 77 | 372 | 37 | 113 | 0 | 130 | 2 | 157 | 140 | 67 |
| Binary | 111111 | 11111010 | 11111 | 1001011 | 0 | 1011000 | 10 | 1101111 | 1100000 | 110111 |
Color Harmonies of #3FFA1F
Complementary color
Monochromatic Colors of #3FFA1F
Black with #3FFA1F
Text Example
Text Example
White with #3FFA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFA1F; }
p { color: rgb(63,250,31); }
H1.HeaderClassName
{
color: #3FFA1F;
}
.AnyTagClassName
{
color: #3FFA1F;
}
</style>
background-color css
<style>
a { background-color: #3FFA1F; }
a { background-color: rgb(63,250,31); }
div.DivClassName
{
background-color: #3FFA1F;
}
.BgClassName
{
background-color: #3FFA1F;
}
</style>
border-color css
<style>
span { border-color: #3FFA1F; }
span { border-color: rgb(63,250,31); }
td.TdClassName
{
border-color: #3FFA1F;
}
.TagClassName
{
border-color: #3FFA1F;
}
</style>