Shades of Harlequin #40F807
Tints of Harlequin #40F807
RGB
CMYK
RGB Variations
Color information
#40F807 (or 0x40F807) is known color: Harlequin. HEX triplet: 40, F8 and 07. RGB value is (64,248,7). Sum of RGB (Red+Green+Blue) = 64+248+7=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 248 (97.27% from 255 or 77.74% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 248 - color contains mainly: green. Hex color #40F807 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F807 is #BF07F8. Grayscale: #A6A6A6. Windows color (decimal): -12519417 or 522304. OLE color: 522304.
HSL color Cylindrical-coordinate representation of color #40F807: hue angle of 105.81º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40F807 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 7 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.03 |
| HSL | 105.81º | 0.95% | 0.5% | - |
| HSV(B) | 105.81º | 0.97% | 0.97% | - |
| XYZ | 35.72 | 68.24 | 11.49 | - |
| YUV | 165.51 | 38.54 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 7 | 0.74 | 0 | 0.97 | 0.03 | 105.81 | 0.95 | 0.5 |
| Hex | 40 | F8 | 7 | 4A | 0 | 61 | 3 | 6A | 5F | 32 |
| Octal | 100 | 370 | 7 | 112 | 0 | 141 | 3 | 152 | 137 | 62 |
| Binary | 1000000 | 11111000 | 111 | 1001010 | 0 | 1100001 | 11 | 1101010 | 1011111 | 110010 |
Color Harmonies of #40F807
Complementary color
Monochromatic Colors of #40F807
Black with #40F807
Text Example
Text Example
White with #40F807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F807; }
p { color: rgb(64,248,7); }
H1.HeaderClassName
{
color: #40F807;
}
.AnyTagClassName
{
color: #40F807;
}
</style>
background-color css
<style>
a { background-color: #40F807; }
a { background-color: rgb(64,248,7); }
div.DivClassName
{
background-color: #40F807;
}
.BgClassName
{
background-color: #40F807;
}
</style>
border-color css
<style>
span { border-color: #40F807; }
span { border-color: rgb(64,248,7); }
td.TdClassName
{
border-color: #40F807;
}
.TagClassName
{
border-color: #40F807;
}
</style>