Shades of Harlequin #3FFF29
Tints of Harlequin #3FFF29
RGB
CMYK
RGB Variations
Color information
#3FFF29 (or 0x3FFF29) is known color: Harlequin. HEX triplet: 3F, FF and 29. RGB value is (63,255,41). Sum of RGB (Red+Green+Blue) = 63+255+41=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFF29 is #C000D6. Grayscale: #ADADAD. Windows color (decimal): -12583127 or 2752319. OLE color: 2752319.
HSL color Cylindrical-coordinate representation of color #3FFF29: hue angle of 113.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FFF29 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 41 | - |
| CMYK | 0.75 | 0 | 0.84 | 0 |
| HSL | 113.83º | 1% | 0.58% | - |
| HSV(B) | 113.83º | 0.84% | 1% | - |
| XYZ | 38.21 | 72.74 | 14.12 | - |
| YUV | 173.2 | 53.39 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 41 | 0.75 | 0 | 0.84 | 0 | 113.83 | 1 | 0.58 |
| Hex | 3F | FF | 29 | 4B | 0 | 54 | 0 | 72 | 64 | 3A |
| Octal | 77 | 377 | 51 | 113 | 0 | 124 | 0 | 162 | 144 | 72 |
| Binary | 111111 | 11111111 | 101001 | 1001011 | 0 | 1010100 | 0 | 1110010 | 1100100 | 111010 |
Color Harmonies of #3FFF29
Complementary color
Monochromatic Colors of #3FFF29
Black with #3FFF29
Text Example
Text Example
White with #3FFF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF29; }
p { color: rgb(63,255,41); }
H1.HeaderClassName
{
color: #3FFF29;
}
.AnyTagClassName
{
color: #3FFF29;
}
</style>
background-color css
<style>
a { background-color: #3FFF29; }
a { background-color: rgb(63,255,41); }
div.DivClassName
{
background-color: #3FFF29;
}
.BgClassName
{
background-color: #3FFF29;
}
</style>
border-color css
<style>
span { border-color: #3FFF29; }
span { border-color: rgb(63,255,41); }
td.TdClassName
{
border-color: #3FFF29;
}
.TagClassName
{
border-color: #3FFF29;
}
</style>