Shades of Harlequin #25F004
Tints of Harlequin #25F004
RGB
CMYK
RGB Variations
Color information
#25F004 (or 0x25F004) is known color: Harlequin. HEX triplet: 25, F0 and 04. RGB value is (37,240,4). Sum of RGB (Red+Green+Blue) = 37+240+4=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 240 (94.14% from 255 or 85.41% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 240 - color contains mainly: green. Hex color #25F004 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F004 is #DA0FFB. Grayscale: #999999. Windows color (decimal): -14290940 or 323621. OLE color: 323621.
HSL color Cylindrical-coordinate representation of color #25F004: hue angle of 111.61º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25F004 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 240 | 4 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.06 |
| HSL | 111.61º | 0.97% | 0.48% | - |
| HSV(B) | 111.61º | 0.98% | 0.94% | - |
| XYZ | 31.94 | 62.72 | 10.54 | - |
| YUV | 152.4 | 44.25 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 240 | 4 | 0.85 | 0 | 0.98 | 0.06 | 111.61 | 0.97 | 0.48 |
| Hex | 25 | F0 | 4 | 55 | 0 | 62 | 6 | 70 | 61 | 30 |
| Octal | 45 | 360 | 4 | 125 | 0 | 142 | 6 | 160 | 141 | 60 |
| Binary | 100101 | 11110000 | 100 | 1010101 | 0 | 1100010 | 110 | 1110000 | 1100001 | 110000 |
Color Harmonies of #25F004
Complementary color
Monochromatic Colors of #25F004
Black with #25F004
Text Example
Text Example
White with #25F004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F004; }
p { color: rgb(37,240,4); }
H1.HeaderClassName
{
color: #25F004;
}
.AnyTagClassName
{
color: #25F004;
}
</style>
background-color css
<style>
a { background-color: #25F004; }
a { background-color: rgb(37,240,4); }
div.DivClassName
{
background-color: #25F004;
}
.BgClassName
{
background-color: #25F004;
}
</style>
border-color css
<style>
span { border-color: #25F004; }
span { border-color: rgb(37,240,4); }
td.TdClassName
{
border-color: #25F004;
}
.TagClassName
{
border-color: #25F004;
}
</style>