Shades of Harlequin #25FF02
Tints of Harlequin #25FF02
RGB
CMYK
RGB Variations
Color information
#25FF02 (or 0x25FF02) is known color: Harlequin. HEX triplet: 25, FF and 02. RGB value is (37,255,2). Sum of RGB (Red+Green+Blue) = 37+255+2=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 255 (100% from 255 or 86.73% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 255 - color contains mainly: green. Hex color #25FF02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FF02 is #DA00FD. Grayscale: #A1A1A1. Windows color (decimal): -14287102 or 196389. OLE color: 196389.
HSL color Cylindrical-coordinate representation of color #25FF02: hue angle of 111.7º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25FF02 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 2 | - |
| CMYK | 0.85 | 0 | 0.99 | 0 |
| HSL | 111.7º | 1% | 0.5% | - |
| HSV(B) | 111.7º | 0.99% | 1% | - |
| XYZ | 36.53 | 71.92 | 12.01 | - |
| YUV | 160.98 | 38.28 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 2 | 0.85 | 0 | 0.99 | 0 | 111.7 | 1 | 0.5 |
| Hex | 25 | FF | 2 | 55 | 0 | 63 | 0 | 70 | 64 | 32 |
| Octal | 45 | 377 | 2 | 125 | 0 | 143 | 0 | 160 | 144 | 62 |
| Binary | 100101 | 11111111 | 10 | 1010101 | 0 | 1100011 | 0 | 1110000 | 1100100 | 110010 |
Color Harmonies of #25FF02
Complementary color
Monochromatic Colors of #25FF02
Black with #25FF02
Text Example
Text Example
White with #25FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FF02; }
p { color: rgb(37,255,2); }
H1.HeaderClassName
{
color: #25FF02;
}
.AnyTagClassName
{
color: #25FF02;
}
</style>
background-color css
<style>
a { background-color: #25FF02; }
a { background-color: rgb(37,255,2); }
div.DivClassName
{
background-color: #25FF02;
}
.BgClassName
{
background-color: #25FF02;
}
</style>
border-color css
<style>
span { border-color: #25FF02; }
span { border-color: rgb(37,255,2); }
td.TdClassName
{
border-color: #25FF02;
}
.TagClassName
{
border-color: #25FF02;
}
</style>