Shades of Harlequin #40FC12
Tints of Harlequin #40FC12
RGB
CMYK
RGB Variations
Color information
#40FC12 (or 0x40FC12) is known color: Harlequin. HEX triplet: 40, FC and 12. RGB value is (64,252,18). Sum of RGB (Red+Green+Blue) = 64+252+18=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 252 (98.83% from 255 or 75.45% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FC12 is #BF03ED. Grayscale: #A9A9A9. Windows color (decimal): -12518382 or 1244224. OLE color: 1244224.
HSL color Cylindrical-coordinate representation of color #40FC12: hue angle of 108.21º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40FC12 is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 18 | - |
| CMYK | 0.75 | 0 | 0.93 | 0.01 |
| HSL | 108.21º | 0.98% | 0.53% | - |
| HSV(B) | 108.21º | 0.93% | 0.99% | - |
| XYZ | 37.03 | 70.75 | 12.28 | - |
| YUV | 169.11 | 42.72 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 18 | 0.75 | 0 | 0.93 | 0.01 | 108.21 | 0.98 | 0.53 |
| Hex | 40 | FC | 12 | 4B | 0 | 5D | 1 | 6C | 62 | 35 |
| Octal | 100 | 374 | 22 | 113 | 0 | 135 | 1 | 154 | 142 | 65 |
| Binary | 1000000 | 11111100 | 10010 | 1001011 | 0 | 1011101 | 1 | 1101100 | 1100010 | 110101 |
Color Harmonies of #40FC12
Complementary color
Monochromatic Colors of #40FC12
Black with #40FC12
Text Example
Text Example
White with #40FC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FC12; }
p { color: rgb(64,252,18); }
H1.HeaderClassName
{
color: #40FC12;
}
.AnyTagClassName
{
color: #40FC12;
}
</style>
background-color css
<style>
a { background-color: #40FC12; }
a { background-color: rgb(64,252,18); }
div.DivClassName
{
background-color: #40FC12;
}
.BgClassName
{
background-color: #40FC12;
}
</style>
border-color css
<style>
span { border-color: #40FC12; }
span { border-color: rgb(64,252,18); }
td.TdClassName
{
border-color: #40FC12;
}
.TagClassName
{
border-color: #40FC12;
}
</style>