Shades of Harlequin #3FF725
Tints of Harlequin #3FF725
RGB
CMYK
RGB Variations
Color information
#3FF725 (or 0x3FF725) is known color: Harlequin. HEX triplet: 3F, F7 and 25. RGB value is (63,247,37). Sum of RGB (Red+Green+Blue) = 63+247+37=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 247 (96.88% from 255 or 71.18% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF725 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF725 is #C008DA. Grayscale: #A8A8A8. Windows color (decimal): -12585179 or 2488127. OLE color: 2488127.
HSL color Cylindrical-coordinate representation of color #3FF725: hue angle of 112.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3FF725 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 247 | 37 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.03 |
| HSL | 112.57º | 0.93% | 0.56% | - |
| HSV(B) | 112.57º | 0.85% | 0.97% | - |
| XYZ | 35.64 | 67.71 | 12.94 | - |
| YUV | 168.04 | 54.04 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 247 | 37 | 0.74 | 0 | 0.85 | 0.03 | 112.57 | 0.93 | 0.56 |
| Hex | 3F | F7 | 25 | 4A | 0 | 55 | 3 | 71 | 5D | 38 |
| Octal | 77 | 367 | 45 | 112 | 0 | 125 | 3 | 161 | 135 | 70 |
| Binary | 111111 | 11110111 | 100101 | 1001010 | 0 | 1010101 | 11 | 1110001 | 1011101 | 111000 |
Color Harmonies of #3FF725
Complementary color
Monochromatic Colors of #3FF725
Black with #3FF725
Text Example
Text Example
White with #3FF725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF725; }
p { color: rgb(63,247,37); }
H1.HeaderClassName
{
color: #3FF725;
}
.AnyTagClassName
{
color: #3FF725;
}
</style>
background-color css
<style>
a { background-color: #3FF725; }
a { background-color: rgb(63,247,37); }
div.DivClassName
{
background-color: #3FF725;
}
.BgClassName
{
background-color: #3FF725;
}
</style>
border-color css
<style>
span { border-color: #3FF725; }
span { border-color: rgb(63,247,37); }
td.TdClassName
{
border-color: #3FF725;
}
.TagClassName
{
border-color: #3FF725;
}
</style>