Shades of Harlequin #40F81B
Tints of Harlequin #40F81B
RGB
CMYK
RGB Variations
Color information
#40F81B (or 0x40F81B) is known color: Harlequin. HEX triplet: 40, F8 and 1B. RGB value is (64,248,27). Sum of RGB (Red+Green+Blue) = 64+248+27=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 248 (97.27% from 255 or 73.16% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 248 - color contains mainly: green. Hex color #40F81B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F81B is #BF07E4. Grayscale: #A8A8A8. Windows color (decimal): -12519397 or 1833024. OLE color: 1833024.
HSL color Cylindrical-coordinate representation of color #40F81B: hue angle of 109.95º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40F81B is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 248 | 27 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.03 |
| HSL | 109.95º | 0.94% | 0.54% | - |
| HSV(B) | 109.95º | 0.89% | 0.97% | - |
| XYZ | 35.88 | 68.3 | 12.33 | - |
| YUV | 167.79 | 48.54 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 248 | 27 | 0.74 | 0 | 0.89 | 0.03 | 109.95 | 0.94 | 0.54 |
| Hex | 40 | F8 | 1B | 4A | 0 | 59 | 3 | 6E | 5E | 36 |
| Octal | 100 | 370 | 33 | 112 | 0 | 131 | 3 | 156 | 136 | 66 |
| Binary | 1000000 | 11111000 | 11011 | 1001010 | 0 | 1011001 | 11 | 1101110 | 1011110 | 110110 |
Color Harmonies of #40F81B
Complementary color
Monochromatic Colors of #40F81B
Black with #40F81B
Text Example
Text Example
White with #40F81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F81B; }
p { color: rgb(64,248,27); }
H1.HeaderClassName
{
color: #40F81B;
}
.AnyTagClassName
{
color: #40F81B;
}
</style>
background-color css
<style>
a { background-color: #40F81B; }
a { background-color: rgb(64,248,27); }
div.DivClassName
{
background-color: #40F81B;
}
.BgClassName
{
background-color: #40F81B;
}
</style>
border-color css
<style>
span { border-color: #40F81B; }
span { border-color: rgb(64,248,27); }
td.TdClassName
{
border-color: #40F81B;
}
.TagClassName
{
border-color: #40F81B;
}
</style>