Shades of Harlequin #25FD03
Tints of Harlequin #25FD03
RGB
CMYK
RGB Variations
Color information
#25FD03 (or 0x25FD03) is known color: Harlequin. HEX triplet: 25, FD and 03. RGB value is (37,253,3). Sum of RGB (Red+Green+Blue) = 37+253+3=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 253 (99.22% from 255 or 86.35% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 253 - color contains mainly: green. Hex color #25FD03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FD03 is #DA02FC. Grayscale: #A0A0A0. Windows color (decimal): -14287613 or 261413. OLE color: 261413.
HSL color Cylindrical-coordinate representation of color #25FD03: hue angle of 111.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #25FD03 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 253 | 3 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.01 |
| HSL | 111.84º | 0.98% | 0.5% | - |
| HSV(B) | 111.84º | 0.99% | 0.99% | - |
| XYZ | 35.9 | 70.65 | 11.83 | - |
| YUV | 159.92 | 39.44 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 253 | 3 | 0.85 | 0 | 0.99 | 0.01 | 111.84 | 0.98 | 0.5 |
| Hex | 25 | FD | 3 | 55 | 0 | 63 | 1 | 70 | 62 | 32 |
| Octal | 45 | 375 | 3 | 125 | 0 | 143 | 1 | 160 | 142 | 62 |
| Binary | 100101 | 11111101 | 11 | 1010101 | 0 | 1100011 | 1 | 1110000 | 1100010 | 110010 |
Color Harmonies of #25FD03
Complementary color
Monochromatic Colors of #25FD03
Black with #25FD03
Text Example
Text Example
White with #25FD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FD03; }
p { color: rgb(37,253,3); }
H1.HeaderClassName
{
color: #25FD03;
}
.AnyTagClassName
{
color: #25FD03;
}
</style>
background-color css
<style>
a { background-color: #25FD03; }
a { background-color: rgb(37,253,3); }
div.DivClassName
{
background-color: #25FD03;
}
.BgClassName
{
background-color: #25FD03;
}
</style>
border-color css
<style>
span { border-color: #25FD03; }
span { border-color: rgb(37,253,3); }
td.TdClassName
{
border-color: #25FD03;
}
.TagClassName
{
border-color: #25FD03;
}
</style>