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