Shades of Harlequin #3FE71D
Tints of Harlequin #3FE71D
RGB
CMYK
RGB Variations
Color information
#3FE71D (or 0x3FE71D) is known color: Harlequin. HEX triplet: 3F, E7 and 1D. RGB value is (63,231,29). Sum of RGB (Red+Green+Blue) = 63+231+29=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 231 (90.62% from 255 or 71.52% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE71D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE71D is #C018E2. Grayscale: #9E9E9E. Windows color (decimal): -12589283 or 1959743. OLE color: 1959743.
HSL color Cylindrical-coordinate representation of color #3FE71D: hue angle of 109.9º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FE71D is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 29 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.09 |
| HSL | 109.9º | 0.81% | 0.51% | - |
| HSV(B) | 109.9º | 0.87% | 0.91% | - |
| XYZ | 30.85 | 58.3 | 10.79 | - |
| YUV | 157.74 | 55.34 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 29 | 0.73 | 0 | 0.87 | 0.09 | 109.9 | 0.81 | 0.51 |
| Hex | 3F | E7 | 1D | 49 | 0 | 57 | 9 | 6E | 51 | 33 |
| Octal | 77 | 347 | 35 | 111 | 0 | 127 | 11 | 156 | 121 | 63 |
| Binary | 111111 | 11100111 | 11101 | 1001001 | 0 | 1010111 | 1001 | 1101110 | 1010001 | 110011 |
Color Harmonies of #3FE71D
Complementary color
Monochromatic Colors of #3FE71D
Black with #3FE71D
Text Example
Text Example
White with #3FE71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE71D; }
p { color: rgb(63,231,29); }
H1.HeaderClassName
{
color: #3FE71D;
}
.AnyTagClassName
{
color: #3FE71D;
}
</style>
background-color css
<style>
a { background-color: #3FE71D; }
a { background-color: rgb(63,231,29); }
div.DivClassName
{
background-color: #3FE71D;
}
.BgClassName
{
background-color: #3FE71D;
}
</style>
border-color css
<style>
span { border-color: #3FE71D; }
span { border-color: rgb(63,231,29); }
td.TdClassName
{
border-color: #3FE71D;
}
.TagClassName
{
border-color: #3FE71D;
}
</style>