Shades of Harlequin #40F91B
Tints of Harlequin #40F91B
RGB
CMYK
RGB Variations
Color information
#40F91B (or 0x40F91B) is known color: Harlequin. HEX triplet: 40, F9 and 1B. RGB value is (64,249,27). Sum of RGB (Red+Green+Blue) = 64+249+27=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 249 (97.66% from 255 or 73.24% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 249 - color contains mainly: green. Hex color #40F91B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F91B is #BF06E4. Grayscale: #A9A9A9. Windows color (decimal): -12519141 or 1833280. OLE color: 1833280.
HSL color Cylindrical-coordinate representation of color #40F91B: hue angle of 110º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40F91B is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 27 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.02 |
| HSL | 110º | 0.95% | 0.54% | - |
| HSV(B) | 110º | 0.89% | 0.98% | - |
| XYZ | 36.19 | 68.92 | 12.43 | - |
| YUV | 168.38 | 48.21 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 27 | 0.74 | 0 | 0.89 | 0.02 | 110 | 0.95 | 0.54 |
| Hex | 40 | F9 | 1B | 4A | 0 | 59 | 2 | 6E | 5F | 36 |
| Octal | 100 | 371 | 33 | 112 | 0 | 131 | 2 | 156 | 137 | 66 |
| Binary | 1000000 | 11111001 | 11011 | 1001010 | 0 | 1011001 | 10 | 1101110 | 1011111 | 110110 |
Color Harmonies of #40F91B
Complementary color
Monochromatic Colors of #40F91B
Black with #40F91B
Text Example
Text Example
White with #40F91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F91B; }
p { color: rgb(64,249,27); }
H1.HeaderClassName
{
color: #40F91B;
}
.AnyTagClassName
{
color: #40F91B;
}
</style>
background-color css
<style>
a { background-color: #40F91B; }
a { background-color: rgb(64,249,27); }
div.DivClassName
{
background-color: #40F91B;
}
.BgClassName
{
background-color: #40F91B;
}
</style>
border-color css
<style>
span { border-color: #40F91B; }
span { border-color: rgb(64,249,27); }
td.TdClassName
{
border-color: #40F91B;
}
.TagClassName
{
border-color: #40F91B;
}
</style>