Shades of Harlequin #3FFF25
Tints of Harlequin #3FFF25
RGB
CMYK
RGB Variations
Color information
#3FFF25 (or 0x3FFF25) is known color: Harlequin. HEX triplet: 3F, FF and 25. RGB value is (63,255,37). Sum of RGB (Red+Green+Blue) = 63+255+37=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFF25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFF25 is #C000DA. Grayscale: #ADADAD. Windows color (decimal): -12583131 or 2490175. OLE color: 2490175.
HSL color Cylindrical-coordinate representation of color #3FFF25: hue angle of 112.84º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3FFF25 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 37 | - |
| CMYK | 0.75 | 0 | 0.85 | 0 |
| HSL | 112.84º | 1% | 0.57% | - |
| HSV(B) | 112.84º | 0.85% | 1% | - |
| XYZ | 38.14 | 72.71 | 13.77 | - |
| YUV | 172.74 | 51.39 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 37 | 0.75 | 0 | 0.85 | 0 | 112.84 | 1 | 0.57 |
| Hex | 3F | FF | 25 | 4B | 0 | 55 | 0 | 71 | 64 | 39 |
| Octal | 77 | 377 | 45 | 113 | 0 | 125 | 0 | 161 | 144 | 71 |
| Binary | 111111 | 11111111 | 100101 | 1001011 | 0 | 1010101 | 0 | 1110001 | 1100100 | 111001 |
Color Harmonies of #3FFF25
Complementary color
Monochromatic Colors of #3FFF25
Black with #3FFF25
Text Example
Text Example
White with #3FFF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFF25; }
p { color: rgb(63,255,37); }
H1.HeaderClassName
{
color: #3FFF25;
}
.AnyTagClassName
{
color: #3FFF25;
}
</style>
background-color css
<style>
a { background-color: #3FFF25; }
a { background-color: rgb(63,255,37); }
div.DivClassName
{
background-color: #3FFF25;
}
.BgClassName
{
background-color: #3FFF25;
}
</style>
border-color css
<style>
span { border-color: #3FFF25; }
span { border-color: rgb(63,255,37); }
td.TdClassName
{
border-color: #3FFF25;
}
.TagClassName
{
border-color: #3FFF25;
}
</style>