Shades of Harlequin #40F909
Tints of Harlequin #40F909
RGB
CMYK
RGB Variations
Color information
#40F909 (or 0x40F909) is known color: Harlequin. HEX triplet: 40, F9 and 09. RGB value is (64,249,9). Sum of RGB (Red+Green+Blue) = 64+249+9=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 249 (97.66% from 255 or 77.33% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 249 - color contains mainly: green. Hex color #40F909 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F909 is #BF06F6. Grayscale: #A7A7A7. Windows color (decimal): -12519159 or 653632. OLE color: 653632.
HSL color Cylindrical-coordinate representation of color #40F909: hue angle of 106.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40F909 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 9 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.02 |
| HSL | 106.25º | 0.95% | 0.51% | - |
| HSV(B) | 106.25º | 0.96% | 0.98% | - |
| XYZ | 36.04 | 68.86 | 11.65 | - |
| YUV | 166.33 | 39.21 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 9 | 0.74 | 0 | 0.96 | 0.02 | 106.25 | 0.95 | 0.51 |
| Hex | 40 | F9 | 9 | 4A | 0 | 60 | 2 | 6A | 5F | 33 |
| Octal | 100 | 371 | 11 | 112 | 0 | 140 | 2 | 152 | 137 | 63 |
| Binary | 1000000 | 11111001 | 1001 | 1001010 | 0 | 1100000 | 10 | 1101010 | 1011111 | 110011 |
Color Harmonies of #40F909
Complementary color
Monochromatic Colors of #40F909
Black with #40F909
Text Example
Text Example
White with #40F909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F909; }
p { color: rgb(64,249,9); }
H1.HeaderClassName
{
color: #40F909;
}
.AnyTagClassName
{
color: #40F909;
}
</style>
background-color css
<style>
a { background-color: #40F909; }
a { background-color: rgb(64,249,9); }
div.DivClassName
{
background-color: #40F909;
}
.BgClassName
{
background-color: #40F909;
}
</style>
border-color css
<style>
span { border-color: #40F909; }
span { border-color: rgb(64,249,9); }
td.TdClassName
{
border-color: #40F909;
}
.TagClassName
{
border-color: #40F909;
}
</style>