Shades of Harlequin #3FED1F
Tints of Harlequin #3FED1F
RGB
CMYK
RGB Variations
Color information
#3FED1F (or 0x3FED1F) is known color: Harlequin. HEX triplet: 3F, ED and 1F. RGB value is (63,237,31). Sum of RGB (Red+Green+Blue) = 63+237+31=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 237 (92.97% from 255 or 71.60% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FED1F is #C012E0. Grayscale: #A2A2A2. Windows color (decimal): -12587745 or 2092351. OLE color: 2092351.
HSL color Cylindrical-coordinate representation of color #3FED1F: hue angle of 110.68º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FED1F is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 31 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.07 |
| HSL | 110.68º | 0.85% | 0.53% | - |
| HSV(B) | 110.68º | 0.87% | 0.93% | - |
| XYZ | 32.58 | 61.72 | 11.49 | - |
| YUV | 161.49 | 54.35 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 31 | 0.73 | 0 | 0.87 | 0.07 | 110.68 | 0.85 | 0.53 |
| Hex | 3F | ED | 1F | 49 | 0 | 57 | 7 | 6F | 55 | 35 |
| Octal | 77 | 355 | 37 | 111 | 0 | 127 | 7 | 157 | 125 | 65 |
| Binary | 111111 | 11101101 | 11111 | 1001001 | 0 | 1010111 | 111 | 1101111 | 1010101 | 110101 |
Color Harmonies of #3FED1F
Complementary color
Monochromatic Colors of #3FED1F
Black with #3FED1F
Text Example
Text Example
White with #3FED1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FED1F; }
p { color: rgb(63,237,31); }
H1.HeaderClassName
{
color: #3FED1F;
}
.AnyTagClassName
{
color: #3FED1F;
}
</style>
background-color css
<style>
a { background-color: #3FED1F; }
a { background-color: rgb(63,237,31); }
div.DivClassName
{
background-color: #3FED1F;
}
.BgClassName
{
background-color: #3FED1F;
}
</style>
border-color css
<style>
span { border-color: #3FED1F; }
span { border-color: rgb(63,237,31); }
td.TdClassName
{
border-color: #3FED1F;
}
.TagClassName
{
border-color: #3FED1F;
}
</style>