Shades of Harlequin #40F225
Tints of Harlequin #40F225
RGB
CMYK
RGB Variations
Color information
#40F225 (or 0x40F225) is known color: Harlequin. HEX triplet: 40, F2 and 25. RGB value is (64,242,37). Sum of RGB (Red+Green+Blue) = 64+242+37=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 242 (94.92% from 255 or 70.55% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 242 - color contains mainly: green. Hex color #40F225 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F225 is #BF0DDA. Grayscale: #A6A6A6. Windows color (decimal): -12520923 or 2486848. OLE color: 2486848.
HSL color Cylindrical-coordinate representation of color #40F225: hue angle of 112.1º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40F225 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 242 | 37 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.05 |
| HSL | 112.1º | 0.89% | 0.55% | - |
| HSV(B) | 112.1º | 0.85% | 0.95% | - |
| XYZ | 34.2 | 64.73 | 12.44 | - |
| YUV | 165.41 | 55.53 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 242 | 37 | 0.74 | 0 | 0.85 | 0.05 | 112.1 | 0.89 | 0.55 |
| Hex | 40 | F2 | 25 | 4A | 0 | 55 | 5 | 70 | 59 | 37 |
| Octal | 100 | 362 | 45 | 112 | 0 | 125 | 5 | 160 | 131 | 67 |
| Binary | 1000000 | 11110010 | 100101 | 1001010 | 0 | 1010101 | 101 | 1110000 | 1011001 | 110111 |
Color Harmonies of #40F225
Complementary color
Monochromatic Colors of #40F225
Black with #40F225
Text Example
Text Example
White with #40F225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F225; }
p { color: rgb(64,242,37); }
H1.HeaderClassName
{
color: #40F225;
}
.AnyTagClassName
{
color: #40F225;
}
</style>
background-color css
<style>
a { background-color: #40F225; }
a { background-color: rgb(64,242,37); }
div.DivClassName
{
background-color: #40F225;
}
.BgClassName
{
background-color: #40F225;
}
</style>
border-color css
<style>
span { border-color: #40F225; }
span { border-color: rgb(64,242,37); }
td.TdClassName
{
border-color: #40F225;
}
.TagClassName
{
border-color: #40F225;
}
</style>