Shades of Harlequin #40F30C
Tints of Harlequin #40F30C
RGB
CMYK
RGB Variations
Color information
#40F30C (or 0x40F30C) is known color: Harlequin. HEX triplet: 40, F3 and 0C. RGB value is (64,243,12). Sum of RGB (Red+Green+Blue) = 64+243+12=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 243 (95.31% from 255 or 76.18% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 243 - color contains mainly: green. Hex color #40F30C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F30C is #BF0CF3. Grayscale: #A3A3A3. Windows color (decimal): -12520692 or 848704. OLE color: 848704.
HSL color Cylindrical-coordinate representation of color #40F30C: hue angle of 106.49º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40F30C is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 12 | - |
| CMYK | 0.74 | 0 | 0.95 | 0.05 |
| HSL | 106.49º | 0.91% | 0.5% | - |
| HSV(B) | 106.49º | 0.95% | 0.95% | - |
| XYZ | 34.23 | 65.22 | 11.13 | - |
| YUV | 163.15 | 42.7 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 12 | 0.74 | 0 | 0.95 | 0.05 | 106.49 | 0.91 | 0.5 |
| Hex | 40 | F3 | C | 4A | 0 | 5F | 5 | 6A | 5B | 32 |
| Octal | 100 | 363 | 14 | 112 | 0 | 137 | 5 | 152 | 133 | 62 |
| Binary | 1000000 | 11110011 | 1100 | 1001010 | 0 | 1011111 | 101 | 1101010 | 1011011 | 110010 |
Color Harmonies of #40F30C
Complementary color
Monochromatic Colors of #40F30C
Black with #40F30C
Text Example
Text Example
White with #40F30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F30C; }
p { color: rgb(64,243,12); }
H1.HeaderClassName
{
color: #40F30C;
}
.AnyTagClassName
{
color: #40F30C;
}
</style>
background-color css
<style>
a { background-color: #40F30C; }
a { background-color: rgb(64,243,12); }
div.DivClassName
{
background-color: #40F30C;
}
.BgClassName
{
background-color: #40F30C;
}
</style>
border-color css
<style>
span { border-color: #40F30C; }
span { border-color: rgb(64,243,12); }
td.TdClassName
{
border-color: #40F30C;
}
.TagClassName
{
border-color: #40F30C;
}
</style>