Shades of Harlequin #3FFC29
Tints of Harlequin #3FFC29
RGB
CMYK
RGB Variations
Color information
#3FFC29 (or 0x3FFC29) is known color: Harlequin. HEX triplet: 3F, FC and 29. RGB value is (63,252,41). Sum of RGB (Red+Green+Blue) = 63+252+41=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 252 (98.83% from 255 or 70.79% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFC29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFC29 is #C003D6. Grayscale: #ACACAC. Windows color (decimal): -12583895 or 2751551. OLE color: 2751551.
HSL color Cylindrical-coordinate representation of color #3FFC29: hue angle of 113.74º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FFC29 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 41 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.01 |
| HSL | 113.74º | 0.97% | 0.57% | - |
| HSV(B) | 113.74º | 0.84% | 0.99% | - |
| XYZ | 37.26 | 70.84 | 13.81 | - |
| YUV | 171.44 | 54.38 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 41 | 0.75 | 0 | 0.84 | 0.01 | 113.74 | 0.97 | 0.57 |
| Hex | 3F | FC | 29 | 4B | 0 | 54 | 1 | 72 | 61 | 39 |
| Octal | 77 | 374 | 51 | 113 | 0 | 124 | 1 | 162 | 141 | 71 |
| Binary | 111111 | 11111100 | 101001 | 1001011 | 0 | 1010100 | 1 | 1110010 | 1100001 | 111001 |
Color Harmonies of #3FFC29
Complementary color
Monochromatic Colors of #3FFC29
Black with #3FFC29
Text Example
Text Example
White with #3FFC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFC29; }
p { color: rgb(63,252,41); }
H1.HeaderClassName
{
color: #3FFC29;
}
.AnyTagClassName
{
color: #3FFC29;
}
</style>
background-color css
<style>
a { background-color: #3FFC29; }
a { background-color: rgb(63,252,41); }
div.DivClassName
{
background-color: #3FFC29;
}
.BgClassName
{
background-color: #3FFC29;
}
</style>
border-color css
<style>
span { border-color: #3FFC29; }
span { border-color: rgb(63,252,41); }
td.TdClassName
{
border-color: #3FFC29;
}
.TagClassName
{
border-color: #3FFC29;
}
</style>