Shades of Harlequin #25F205
Tints of Harlequin #25F205
RGB
CMYK
RGB Variations
Color information
#25F205 (or 0x25F205) is known color: Harlequin. HEX triplet: 25, F2 and 05. RGB value is (37,242,5). Sum of RGB (Red+Green+Blue) = 37+242+5=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 242 (94.92% from 255 or 85.21% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 242 - color contains mainly: green. Hex color #25F205 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25F205 is #DA0DFA. Grayscale: #9A9A9A. Windows color (decimal): -14290427 or 389669. OLE color: 389669.
HSL color Cylindrical-coordinate representation of color #25F205: hue angle of 111.9º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25F205 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 242 | 5 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.05 |
| HSL | 111.9º | 0.96% | 0.48% | - |
| HSV(B) | 111.9º | 0.98% | 0.95% | - |
| XYZ | 32.54 | 63.91 | 10.76 | - |
| YUV | 153.69 | 44.08 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 242 | 5 | 0.85 | 0 | 0.98 | 0.05 | 111.9 | 0.96 | 0.48 |
| Hex | 25 | F2 | 5 | 55 | 0 | 62 | 5 | 70 | 60 | 30 |
| Octal | 45 | 362 | 5 | 125 | 0 | 142 | 5 | 160 | 140 | 60 |
| Binary | 100101 | 11110010 | 101 | 1010101 | 0 | 1100010 | 101 | 1110000 | 1100000 | 110000 |
Color Harmonies of #25F205
Complementary color
Monochromatic Colors of #25F205
Black with #25F205
Text Example
Text Example
White with #25F205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F205; }
p { color: rgb(37,242,5); }
H1.HeaderClassName
{
color: #25F205;
}
.AnyTagClassName
{
color: #25F205;
}
</style>
background-color css
<style>
a { background-color: #25F205; }
a { background-color: rgb(37,242,5); }
div.DivClassName
{
background-color: #25F205;
}
.BgClassName
{
background-color: #25F205;
}
</style>
border-color css
<style>
span { border-color: #25F205; }
span { border-color: rgb(37,242,5); }
td.TdClassName
{
border-color: #25F205;
}
.TagClassName
{
border-color: #25F205;
}
</style>