Shades of Harlequin #40FC02
Tints of Harlequin #40FC02
RGB
CMYK
RGB Variations
Color information
#40FC02 (or 0x40FC02) is known color: Harlequin. HEX triplet: 40, FC and 02. RGB value is (64,252,2). Sum of RGB (Red+Green+Blue) = 64+252+2=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 252 (98.83% from 255 or 79.25% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FC02 is #BF03FD. Grayscale: #A8A8A8. Windows color (decimal): -12518398 or 195648. OLE color: 195648.
HSL color Cylindrical-coordinate representation of color #40FC02: hue angle of 105.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40FC02 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.01 |
| HSL | 105.12º | 0.98% | 0.5% | - |
| HSV(B) | 105.12º | 0.99% | 0.99% | - |
| XYZ | 36.94 | 70.72 | 11.76 | - |
| YUV | 167.29 | 34.72 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 2 | 0.75 | 0 | 0.99 | 0.01 | 105.12 | 0.98 | 0.5 |
| Hex | 40 | FC | 2 | 4B | 0 | 63 | 1 | 69 | 62 | 32 |
| Octal | 100 | 374 | 2 | 113 | 0 | 143 | 1 | 151 | 142 | 62 |
| Binary | 1000000 | 11111100 | 10 | 1001011 | 0 | 1100011 | 1 | 1101001 | 1100010 | 110010 |
Color Harmonies of #40FC02
Complementary color
Monochromatic Colors of #40FC02
Black with #40FC02
Text Example
Text Example
White with #40FC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FC02; }
p { color: rgb(64,252,2); }
H1.HeaderClassName
{
color: #40FC02;
}
.AnyTagClassName
{
color: #40FC02;
}
</style>
background-color css
<style>
a { background-color: #40FC02; }
a { background-color: rgb(64,252,2); }
div.DivClassName
{
background-color: #40FC02;
}
.BgClassName
{
background-color: #40FC02;
}
</style>
border-color css
<style>
span { border-color: #40FC02; }
span { border-color: rgb(64,252,2); }
td.TdClassName
{
border-color: #40FC02;
}
.TagClassName
{
border-color: #40FC02;
}
</style>