Shades of Harlequin #25FD04
Tints of Harlequin #25FD04
RGB
CMYK
RGB Variations
Color information
#25FD04 (or 0x25FD04) is known color: Harlequin. HEX triplet: 25, FD and 04. RGB value is (37,253,4). Sum of RGB (Red+Green+Blue) = 37+253+4=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 253 (99.22% from 255 or 86.05% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 253 - color contains mainly: green. Hex color #25FD04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FD04 is #DA02FB. Grayscale: #A0A0A0. Windows color (decimal): -14287612 or 326949. OLE color: 326949.
HSL color Cylindrical-coordinate representation of color #25FD04: hue angle of 112.05º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25FD04 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 253 | 4 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.01 |
| HSL | 112.05º | 0.98% | 0.5% | - |
| HSV(B) | 112.05º | 0.98% | 0.99% | - |
| XYZ | 35.91 | 70.65 | 11.86 | - |
| YUV | 160.03 | 39.94 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 253 | 4 | 0.85 | 0 | 0.98 | 0.01 | 112.05 | 0.98 | 0.5 |
| Hex | 25 | FD | 4 | 55 | 0 | 62 | 1 | 70 | 62 | 32 |
| Octal | 45 | 375 | 4 | 125 | 0 | 142 | 1 | 160 | 142 | 62 |
| Binary | 100101 | 11111101 | 100 | 1010101 | 0 | 1100010 | 1 | 1110000 | 1100010 | 110010 |
Color Harmonies of #25FD04
Complementary color
Monochromatic Colors of #25FD04
Black with #25FD04
Text Example
Text Example
White with #25FD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FD04; }
p { color: rgb(37,253,4); }
H1.HeaderClassName
{
color: #25FD04;
}
.AnyTagClassName
{
color: #25FD04;
}
</style>
background-color css
<style>
a { background-color: #25FD04; }
a { background-color: rgb(37,253,4); }
div.DivClassName
{
background-color: #25FD04;
}
.BgClassName
{
background-color: #25FD04;
}
</style>
border-color css
<style>
span { border-color: #25FD04; }
span { border-color: rgb(37,253,4); }
td.TdClassName
{
border-color: #25FD04;
}
.TagClassName
{
border-color: #25FD04;
}
</style>