Shades of Harlequin #40F71B
Tints of Harlequin #40F71B
RGB
CMYK
RGB Variations
Color information
#40F71B (or 0x40F71B) is known color: Harlequin. HEX triplet: 40, F7 and 1B. RGB value is (64,247,27). Sum of RGB (Red+Green+Blue) = 64+247+27=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 247 (96.88% from 255 or 73.08% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 247 - color contains mainly: green. Hex color #40F71B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F71B is #BF08E4. Grayscale: #A7A7A7. Windows color (decimal): -12519653 or 1832768. OLE color: 1832768.
HSL color Cylindrical-coordinate representation of color #40F71B: hue angle of 109.91º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40F71B is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 247 | 27 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.03 |
| HSL | 109.91º | 0.93% | 0.54% | - |
| HSV(B) | 109.91º | 0.89% | 0.97% | - |
| XYZ | 35.57 | 67.69 | 12.23 | - |
| YUV | 167.2 | 48.87 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 247 | 27 | 0.74 | 0 | 0.89 | 0.03 | 109.91 | 0.93 | 0.54 |
| Hex | 40 | F7 | 1B | 4A | 0 | 59 | 3 | 6E | 5D | 36 |
| Octal | 100 | 367 | 33 | 112 | 0 | 131 | 3 | 156 | 135 | 66 |
| Binary | 1000000 | 11110111 | 11011 | 1001010 | 0 | 1011001 | 11 | 1101110 | 1011101 | 110110 |
Color Harmonies of #40F71B
Complementary color
Monochromatic Colors of #40F71B
Black with #40F71B
Text Example
Text Example
White with #40F71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F71B; }
p { color: rgb(64,247,27); }
H1.HeaderClassName
{
color: #40F71B;
}
.AnyTagClassName
{
color: #40F71B;
}
</style>
background-color css
<style>
a { background-color: #40F71B; }
a { background-color: rgb(64,247,27); }
div.DivClassName
{
background-color: #40F71B;
}
.BgClassName
{
background-color: #40F71B;
}
</style>
border-color css
<style>
span { border-color: #40F71B; }
span { border-color: rgb(64,247,27); }
td.TdClassName
{
border-color: #40F71B;
}
.TagClassName
{
border-color: #40F71B;
}
</style>