Shades of Harlequin #25F008
Tints of Harlequin #25F008
RGB
CMYK
RGB Variations
Color information
#25F008 (or 0x25F008) is known color: Harlequin. HEX triplet: 25, F0 and 08. RGB value is (37,240,8). Sum of RGB (Red+Green+Blue) = 37+240+8=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 240 (94.14% from 255 or 84.21% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 240 - color contains mainly: green. Hex color #25F008 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F008 is #DA0FF7. Grayscale: #999999. Windows color (decimal): -14290936 or 585765. OLE color: 585765.
HSL color Cylindrical-coordinate representation of color #25F008: hue angle of 112.5º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25F008 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 240 | 8 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.06 |
| HSL | 112.5º | 0.94% | 0.49% | - |
| HSV(B) | 112.5º | 0.97% | 0.94% | - |
| XYZ | 31.97 | 62.73 | 10.65 | - |
| YUV | 152.86 | 46.25 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 240 | 8 | 0.85 | 0 | 0.97 | 0.06 | 112.5 | 0.94 | 0.49 |
| Hex | 25 | F0 | 8 | 55 | 0 | 61 | 6 | 70 | 5E | 31 |
| Octal | 45 | 360 | 10 | 125 | 0 | 141 | 6 | 160 | 136 | 61 |
| Binary | 100101 | 11110000 | 1000 | 1010101 | 0 | 1100001 | 110 | 1110000 | 1011110 | 110001 |
Color Harmonies of #25F008
Complementary color
Monochromatic Colors of #25F008
Black with #25F008
Text Example
Text Example
White with #25F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F008; }
p { color: rgb(37,240,8); }
H1.HeaderClassName
{
color: #25F008;
}
.AnyTagClassName
{
color: #25F008;
}
</style>
background-color css
<style>
a { background-color: #25F008; }
a { background-color: rgb(37,240,8); }
div.DivClassName
{
background-color: #25F008;
}
.BgClassName
{
background-color: #25F008;
}
</style>
border-color css
<style>
span { border-color: #25F008; }
span { border-color: rgb(37,240,8); }
td.TdClassName
{
border-color: #25F008;
}
.TagClassName
{
border-color: #25F008;
}
</style>