Shades of Harlequin #40F301
Tints of Harlequin #40F301
RGB
CMYK
RGB Variations
Color information
#40F301 (or 0x40F301) is known color: Harlequin. HEX triplet: 40, F3 and 01. RGB value is (64,243,1). Sum of RGB (Red+Green+Blue) = 64+243+1=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 243 (95.31% from 255 or 78.90% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 243 - color contains mainly: green. Hex color #40F301 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F301 is #BF0CFE. Grayscale: #A2A2A2. Windows color (decimal): -12520703 or 127808. OLE color: 127808.
HSL color Cylindrical-coordinate representation of color #40F301: hue angle of 104.38º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40F301 is Cyan = 0.74, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 1 | - |
| CMYK | 0.74 | 0 | 1.00 | 0.05 |
| HSL | 104.38º | 0.99% | 0.48% | - |
| HSV(B) | 104.38º | 1% | 0.95% | - |
| XYZ | 34.17 | 65.19 | 10.81 | - |
| YUV | 161.89 | 37.2 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 1 | 0.74 | 0 | 1.00 | 0.05 | 104.38 | 0.99 | 0.48 |
| Hex | 40 | F3 | 1 | 4A | 0 | 64 | 5 | 68 | 63 | 30 |
| Octal | 100 | 363 | 1 | 112 | 0 | 144 | 5 | 150 | 143 | 60 |
| Binary | 1000000 | 11110011 | 1 | 1001010 | 0 | 1100100 | 101 | 1101000 | 1100011 | 110000 |
Color Harmonies of #40F301
Complementary color
Monochromatic Colors of #40F301
Black with #40F301
Text Example
Text Example
White with #40F301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F301; }
p { color: rgb(64,243,1); }
H1.HeaderClassName
{
color: #40F301;
}
.AnyTagClassName
{
color: #40F301;
}
</style>
background-color css
<style>
a { background-color: #40F301; }
a { background-color: rgb(64,243,1); }
div.DivClassName
{
background-color: #40F301;
}
.BgClassName
{
background-color: #40F301;
}
</style>
border-color css
<style>
span { border-color: #40F301; }
span { border-color: rgb(64,243,1); }
td.TdClassName
{
border-color: #40F301;
}
.TagClassName
{
border-color: #40F301;
}
</style>