Shades of Harlequin #25FA05
Tints of Harlequin #25FA05
RGB
CMYK
RGB Variations
Color information
#25FA05 (or 0x25FA05) is known color: Harlequin. HEX triplet: 25, FA and 05. RGB value is (37,250,5). Sum of RGB (Red+Green+Blue) = 37+250+5=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 250 (98.05% from 255 or 85.62% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 250 - color contains mainly: green. Hex color #25FA05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FA05 is #DA05FA. Grayscale: #9F9F9F. Windows color (decimal): -14288379 or 391717. OLE color: 391717.
HSL color Cylindrical-coordinate representation of color #25FA05: hue angle of 112.16º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25FA05 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 250 | 5 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.02 |
| HSL | 112.16º | 0.96% | 0.5% | - |
| HSV(B) | 112.16º | 0.98% | 0.98% | - |
| XYZ | 34.98 | 68.78 | 11.58 | - |
| YUV | 158.38 | 41.43 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 250 | 5 | 0.85 | 0 | 0.98 | 0.02 | 112.16 | 0.96 | 0.5 |
| Hex | 25 | FA | 5 | 55 | 0 | 62 | 2 | 70 | 60 | 32 |
| Octal | 45 | 372 | 5 | 125 | 0 | 142 | 2 | 160 | 140 | 62 |
| Binary | 100101 | 11111010 | 101 | 1010101 | 0 | 1100010 | 10 | 1110000 | 1100000 | 110010 |
Color Harmonies of #25FA05
Complementary color
Monochromatic Colors of #25FA05
Black with #25FA05
Text Example
Text Example
White with #25FA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FA05; }
p { color: rgb(37,250,5); }
H1.HeaderClassName
{
color: #25FA05;
}
.AnyTagClassName
{
color: #25FA05;
}
</style>
background-color css
<style>
a { background-color: #25FA05; }
a { background-color: rgb(37,250,5); }
div.DivClassName
{
background-color: #25FA05;
}
.BgClassName
{
background-color: #25FA05;
}
</style>
border-color css
<style>
span { border-color: #25FA05; }
span { border-color: rgb(37,250,5); }
td.TdClassName
{
border-color: #25FA05;
}
.TagClassName
{
border-color: #25FA05;
}
</style>