Shades of Harlequin #3FF729
Tints of Harlequin #3FF729
RGB
CMYK
RGB Variations
Color information
#3FF729 (or 0x3FF729) is known color: Harlequin. HEX triplet: 3F, F7 and 29. RGB value is (63,247,41). Sum of RGB (Red+Green+Blue) = 63+247+41=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 247 (96.88% from 255 or 70.37% from 351); Blue value is 41 (16.41% from 255 or 11.68% from 351); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF729 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF729 is #C008D6. Grayscale: #A9A9A9. Windows color (decimal): -12585175 or 2750271. OLE color: 2750271.
HSL color Cylindrical-coordinate representation of color #3FF729: hue angle of 113.59º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FF729 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 247 | 41 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.03 |
| HSL | 113.59º | 0.93% | 0.56% | - |
| HSV(B) | 113.59º | 0.83% | 0.97% | - |
| XYZ | 35.71 | 67.74 | 13.29 | - |
| YUV | 168.5 | 56.04 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 247 | 41 | 0.74 | 0 | 0.83 | 0.03 | 113.59 | 0.93 | 0.56 |
| Hex | 3F | F7 | 29 | 4A | 0 | 53 | 3 | 72 | 5D | 38 |
| Octal | 77 | 367 | 51 | 112 | 0 | 123 | 3 | 162 | 135 | 70 |
| Binary | 111111 | 11110111 | 101001 | 1001010 | 0 | 1010011 | 11 | 1110010 | 1011101 | 111000 |
Color Harmonies of #3FF729
Complementary color
Monochromatic Colors of #3FF729
Black with #3FF729
Text Example
Text Example
White with #3FF729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF729; }
p { color: rgb(63,247,41); }
H1.HeaderClassName
{
color: #3FF729;
}
.AnyTagClassName
{
color: #3FF729;
}
</style>
background-color css
<style>
a { background-color: #3FF729; }
a { background-color: rgb(63,247,41); }
div.DivClassName
{
background-color: #3FF729;
}
.BgClassName
{
background-color: #3FF729;
}
</style>
border-color css
<style>
span { border-color: #3FF729; }
span { border-color: rgb(63,247,41); }
td.TdClassName
{
border-color: #3FF729;
}
.TagClassName
{
border-color: #3FF729;
}
</style>