Shades of Harlequin #25FD00
Tints of Harlequin #25FD00
RGB
CMYK
RGB Variations
Color information
#25FD00 (or 0x25FD00) is known color: Harlequin. HEX triplet: 25, FD and 00. RGB value is (37,253,0). Sum of RGB (Red+Green+Blue) = 37+253+0=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 253 (99.22% from 255 or 87.24% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 253 - color contains mainly: green. Hex color #25FD00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FD00 is #DA02FF. Grayscale: #A0A0A0. Windows color (decimal): -14287616 or 64805. OLE color: 64805.
HSL color Cylindrical-coordinate representation of color #25FD00: hue angle of 111.23º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25FD00 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 253 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.01 |
| HSL | 111.23º | 1% | 0.5% | - |
| HSV(B) | 111.23º | 1% | 0.99% | - |
| XYZ | 35.89 | 70.64 | 11.74 | - |
| YUV | 159.57 | 37.94 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 253 | 0 | 0.85 | 0 | 1 | 0.01 | 111.23 | 1 | 0.5 |
| Hex | 25 | FD | 0 | 55 | 0 | 64 | 1 | 6F | 64 | 32 |
| Octal | 45 | 375 | 0 | 125 | 0 | 144 | 1 | 157 | 144 | 62 |
| Binary | 100101 | 11111101 | 0 | 1010101 | 0 | 1100100 | 1 | 1101111 | 1100100 | 110010 |
Color Harmonies of #25FD00
Complementary color
Monochromatic Colors of #25FD00
Black with #25FD00
Text Example
Text Example
White with #25FD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FD00; }
p { color: rgb(37,253,0); }
H1.HeaderClassName
{
color: #25FD00;
}
.AnyTagClassName
{
color: #25FD00;
}
</style>
background-color css
<style>
a { background-color: #25FD00; }
a { background-color: rgb(37,253,0); }
div.DivClassName
{
background-color: #25FD00;
}
.BgClassName
{
background-color: #25FD00;
}
</style>
border-color css
<style>
span { border-color: #25FD00; }
span { border-color: rgb(37,253,0); }
td.TdClassName
{
border-color: #25FD00;
}
.TagClassName
{
border-color: #25FD00;
}
</style>