Shades of Harlequin #25F206
Tints of Harlequin #25F206
RGB
CMYK
RGB Variations
Color information
#25F206 (or 0x25F206) is known color: Harlequin. HEX triplet: 25, F2 and 06. RGB value is (37,242,6). Sum of RGB (Red+Green+Blue) = 37+242+6=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 242 (94.92% from 255 or 84.91% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 242 - color contains mainly: green. Hex color #25F206 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F206 is #DA0DF9. Grayscale: #9A9A9A. Windows color (decimal): -14290426 or 455205. OLE color: 455205.
HSL color Cylindrical-coordinate representation of color #25F206: hue angle of 112.12º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25F206 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 242 | 6 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.05 |
| HSL | 112.12º | 0.95% | 0.49% | - |
| HSV(B) | 112.12º | 0.98% | 0.95% | - |
| XYZ | 32.55 | 63.91 | 10.79 | - |
| YUV | 153.8 | 44.58 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 242 | 6 | 0.85 | 0 | 0.98 | 0.05 | 112.12 | 0.95 | 0.49 |
| Hex | 25 | F2 | 6 | 55 | 0 | 62 | 5 | 70 | 5F | 31 |
| Octal | 45 | 362 | 6 | 125 | 0 | 142 | 5 | 160 | 137 | 61 |
| Binary | 100101 | 11110010 | 110 | 1010101 | 0 | 1100010 | 101 | 1110000 | 1011111 | 110001 |
Color Harmonies of #25F206
Complementary color
Monochromatic Colors of #25F206
Black with #25F206
Text Example
Text Example
White with #25F206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F206; }
p { color: rgb(37,242,6); }
H1.HeaderClassName
{
color: #25F206;
}
.AnyTagClassName
{
color: #25F206;
}
</style>
background-color css
<style>
a { background-color: #25F206; }
a { background-color: rgb(37,242,6); }
div.DivClassName
{
background-color: #25F206;
}
.BgClassName
{
background-color: #25F206;
}
</style>
border-color css
<style>
span { border-color: #25F206; }
span { border-color: rgb(37,242,6); }
td.TdClassName
{
border-color: #25F206;
}
.TagClassName
{
border-color: #25F206;
}
</style>