Shades of Harlequin #40FE25
Tints of Harlequin #40FE25
RGB
CMYK
RGB Variations
Color information
#40FE25 (or 0x40FE25) is known color: Harlequin. HEX triplet: 40, FE and 25. RGB value is (64,254,37). Sum of RGB (Red+Green+Blue) = 64+254+37=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 254 (99.61% from 255 or 71.55% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 254 - color contains mainly: green. Hex color #40FE25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FE25 is #BF01DA. Grayscale: #ADADAD. Windows color (decimal): -12517851 or 2489920. OLE color: 2489920.
HSL color Cylindrical-coordinate representation of color #40FE25: hue angle of 112.53º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40FE25 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 37 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.00 |
| HSL | 112.53º | 0.99% | 0.57% | - |
| HSV(B) | 112.53º | 0.85% | 1% | - |
| XYZ | 37.89 | 72.11 | 13.67 | - |
| YUV | 172.45 | 51.55 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 37 | 0.75 | 0 | 0.85 | 0.00 | 112.53 | 0.99 | 0.57 |
| Hex | 40 | FE | 25 | 4B | 0 | 55 | 0 | 71 | 63 | 39 |
| Octal | 100 | 376 | 45 | 113 | 0 | 125 | 0 | 161 | 143 | 71 |
| Binary | 1000000 | 11111110 | 100101 | 1001011 | 0 | 1010101 | 0 | 1110001 | 1100011 | 111001 |
Color Harmonies of #40FE25
Complementary color
Monochromatic Colors of #40FE25
Black with #40FE25
Text Example
Text Example
White with #40FE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FE25; }
p { color: rgb(64,254,37); }
H1.HeaderClassName
{
color: #40FE25;
}
.AnyTagClassName
{
color: #40FE25;
}
</style>
background-color css
<style>
a { background-color: #40FE25; }
a { background-color: rgb(64,254,37); }
div.DivClassName
{
background-color: #40FE25;
}
.BgClassName
{
background-color: #40FE25;
}
</style>
border-color css
<style>
span { border-color: #40FE25; }
span { border-color: rgb(64,254,37); }
td.TdClassName
{
border-color: #40FE25;
}
.TagClassName
{
border-color: #40FE25;
}
</style>