Shades of Harlequin #40F70D
Tints of Harlequin #40F70D
RGB
CMYK
RGB Variations
Color information
#40F70D (or 0x40F70D) is known color: Harlequin. HEX triplet: 40, F7 and 0D. RGB value is (64,247,13). Sum of RGB (Red+Green+Blue) = 64+247+13=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 247 (96.88% from 255 or 76.23% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 247 - color contains mainly: green. Hex color #40F70D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F70D is #BF08F2. Grayscale: #A6A6A6. Windows color (decimal): -12519667 or 915264. OLE color: 915264.
HSL color Cylindrical-coordinate representation of color #40F70D: hue angle of 106.92º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40F70D is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 247 | 13 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.03 |
| HSL | 106.92º | 0.94% | 0.51% | - |
| HSV(B) | 106.92º | 0.95% | 0.97% | - |
| XYZ | 35.45 | 67.64 | 11.57 | - |
| YUV | 165.61 | 41.87 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 247 | 13 | 0.74 | 0 | 0.95 | 0.03 | 106.92 | 0.94 | 0.51 |
| Hex | 40 | F7 | D | 4A | 0 | 5F | 3 | 6B | 5E | 33 |
| Octal | 100 | 367 | 15 | 112 | 0 | 137 | 3 | 153 | 136 | 63 |
| Binary | 1000000 | 11110111 | 1101 | 1001010 | 0 | 1011111 | 11 | 1101011 | 1011110 | 110011 |
Color Harmonies of #40F70D
Complementary color
Monochromatic Colors of #40F70D
Black with #40F70D
Text Example
Text Example
White with #40F70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F70D; }
p { color: rgb(64,247,13); }
H1.HeaderClassName
{
color: #40F70D;
}
.AnyTagClassName
{
color: #40F70D;
}
</style>
background-color css
<style>
a { background-color: #40F70D; }
a { background-color: rgb(64,247,13); }
div.DivClassName
{
background-color: #40F70D;
}
.BgClassName
{
background-color: #40F70D;
}
</style>
border-color css
<style>
span { border-color: #40F70D; }
span { border-color: rgb(64,247,13); }
td.TdClassName
{
border-color: #40F70D;
}
.TagClassName
{
border-color: #40F70D;
}
</style>