Shades of Harlequin #3FF71D
Tints of Harlequin #3FF71D
RGB
CMYK
RGB Variations
Color information
#3FF71D (or 0x3FF71D) is known color: Harlequin. HEX triplet: 3F, F7 and 1D. RGB value is (63,247,29). Sum of RGB (Red+Green+Blue) = 63+247+29=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 247 (96.88% from 255 or 72.86% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF71D is #C008E2. Grayscale: #A7A7A7. Windows color (decimal): -12585187 or 1963839. OLE color: 1963839.
HSL color Cylindrical-coordinate representation of color #3FF71D: hue angle of 110.64º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FF71D is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 247 | 29 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.03 |
| HSL | 110.64º | 0.93% | 0.54% | - |
| HSV(B) | 110.64º | 0.88% | 0.97% | - |
| XYZ | 35.53 | 67.67 | 12.35 | - |
| YUV | 167.13 | 50.04 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 247 | 29 | 0.74 | 0 | 0.88 | 0.03 | 110.64 | 0.93 | 0.54 |
| Hex | 3F | F7 | 1D | 4A | 0 | 58 | 3 | 6F | 5D | 36 |
| Octal | 77 | 367 | 35 | 112 | 0 | 130 | 3 | 157 | 135 | 66 |
| Binary | 111111 | 11110111 | 11101 | 1001010 | 0 | 1011000 | 11 | 1101111 | 1011101 | 110110 |
Color Harmonies of #3FF71D
Complementary color
Monochromatic Colors of #3FF71D
Black with #3FF71D
Text Example
Text Example
White with #3FF71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF71D; }
p { color: rgb(63,247,29); }
H1.HeaderClassName
{
color: #3FF71D;
}
.AnyTagClassName
{
color: #3FF71D;
}
</style>
background-color css
<style>
a { background-color: #3FF71D; }
a { background-color: rgb(63,247,29); }
div.DivClassName
{
background-color: #3FF71D;
}
.BgClassName
{
background-color: #3FF71D;
}
</style>
border-color css
<style>
span { border-color: #3FF71D; }
span { border-color: rgb(63,247,29); }
td.TdClassName
{
border-color: #3FF71D;
}
.TagClassName
{
border-color: #3FF71D;
}
</style>