Shades of Harlequin #40F529
Tints of Harlequin #40F529
RGB
CMYK
RGB Variations
Color information
#40F529 (or 0x40F529) is known color: Harlequin. HEX triplet: 40, F5 and 29. RGB value is (64,245,41). Sum of RGB (Red+Green+Blue) = 64+245+41=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 245 (96.09% from 255 or 70% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 245 - color contains mainly: green. Hex color #40F529 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F529 is #BF0AD6. Grayscale: #A8A8A8. Windows color (decimal): -12520151 or 2749760. OLE color: 2749760.
HSL color Cylindrical-coordinate representation of color #40F529: hue angle of 113.24º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40F529 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 245 | 41 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.04 |
| HSL | 113.24º | 0.91% | 0.56% | - |
| HSV(B) | 113.24º | 0.83% | 0.96% | - |
| XYZ | 35.17 | 66.55 | 13.09 | - |
| YUV | 167.63 | 56.53 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 245 | 41 | 0.74 | 0 | 0.83 | 0.04 | 113.24 | 0.91 | 0.56 |
| Hex | 40 | F5 | 29 | 4A | 0 | 53 | 4 | 71 | 5B | 38 |
| Octal | 100 | 365 | 51 | 112 | 0 | 123 | 4 | 161 | 133 | 70 |
| Binary | 1000000 | 11110101 | 101001 | 1001010 | 0 | 1010011 | 100 | 1110001 | 1011011 | 111000 |
Color Harmonies of #40F529
Complementary color
Monochromatic Colors of #40F529
Black with #40F529
Text Example
Text Example
White with #40F529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F529; }
p { color: rgb(64,245,41); }
H1.HeaderClassName
{
color: #40F529;
}
.AnyTagClassName
{
color: #40F529;
}
</style>
background-color css
<style>
a { background-color: #40F529; }
a { background-color: rgb(64,245,41); }
div.DivClassName
{
background-color: #40F529;
}
.BgClassName
{
background-color: #40F529;
}
</style>
border-color css
<style>
span { border-color: #40F529; }
span { border-color: rgb(64,245,41); }
td.TdClassName
{
border-color: #40F529;
}
.TagClassName
{
border-color: #40F529;
}
</style>