Shades of Harlequin #40F314
Tints of Harlequin #40F314
RGB
CMYK
RGB Variations
Color information
#40F314 (or 0x40F314) is known color: Harlequin. HEX triplet: 40, F3 and 14. RGB value is (64,243,20). Sum of RGB (Red+Green+Blue) = 64+243+20=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 243 (95.31% from 255 or 74.31% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 243 - color contains mainly: green. Hex color #40F314 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F314 is #BF0CEB. Grayscale: #A4A4A4. Windows color (decimal): -12520684 or 1372992. OLE color: 1372992.
HSL color Cylindrical-coordinate representation of color #40F314: hue angle of 108.16º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40F314 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 243 | 20 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.05 |
| HSL | 108.16º | 0.9% | 0.52% | - |
| HSV(B) | 108.16º | 0.92% | 0.95% | - |
| XYZ | 34.29 | 65.24 | 11.45 | - |
| YUV | 164.06 | 46.7 | 56.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 243 | 20 | 0.74 | 0 | 0.92 | 0.05 | 108.16 | 0.9 | 0.52 |
| Hex | 40 | F3 | 14 | 4A | 0 | 5C | 5 | 6C | 5A | 34 |
| Octal | 100 | 363 | 24 | 112 | 0 | 134 | 5 | 154 | 132 | 64 |
| Binary | 1000000 | 11110011 | 10100 | 1001010 | 0 | 1011100 | 101 | 1101100 | 1011010 | 110100 |
Color Harmonies of #40F314
Complementary color
Monochromatic Colors of #40F314
Black with #40F314
Text Example
Text Example
White with #40F314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F314; }
p { color: rgb(64,243,20); }
H1.HeaderClassName
{
color: #40F314;
}
.AnyTagClassName
{
color: #40F314;
}
</style>
background-color css
<style>
a { background-color: #40F314; }
a { background-color: rgb(64,243,20); }
div.DivClassName
{
background-color: #40F314;
}
.BgClassName
{
background-color: #40F314;
}
</style>
border-color css
<style>
span { border-color: #40F314; }
span { border-color: rgb(64,243,20); }
td.TdClassName
{
border-color: #40F314;
}
.TagClassName
{
border-color: #40F314;
}
</style>