Shades of Harlequin #40FF0B
Tints of Harlequin #40FF0B
RGB
CMYK
RGB Variations
Color information
#40FF0B (or 0x40FF0B) is known color: Harlequin. HEX triplet: 40, FF and 0B. RGB value is (64,255,11). Sum of RGB (Red+Green+Blue) = 64+255+11=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 255 (100% from 255 or 77.27% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FF0B is #BF00F4. Grayscale: #AAAAAA. Windows color (decimal): -12517621 or 786240. OLE color: 786240.
HSL color Cylindrical-coordinate representation of color #40FF0B: hue angle of 106.97º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40FF0B is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 11 | - |
| CMYK | 0.75 | 0 | 0.96 | 0 |
| HSL | 106.97º | 1% | 0.52% | - |
| HSV(B) | 106.97º | 0.96% | 1% | - |
| XYZ | 37.93 | 72.63 | 12.34 | - |
| YUV | 170.08 | 38.22 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 11 | 0.75 | 0 | 0.96 | 0 | 106.97 | 1 | 0.52 |
| Hex | 40 | FF | B | 4B | 0 | 60 | 0 | 6B | 64 | 34 |
| Octal | 100 | 377 | 13 | 113 | 0 | 140 | 0 | 153 | 144 | 64 |
| Binary | 1000000 | 11111111 | 1011 | 1001011 | 0 | 1100000 | 0 | 1101011 | 1100100 | 110100 |
Color Harmonies of #40FF0B
Complementary color
Monochromatic Colors of #40FF0B
Black with #40FF0B
Text Example
Text Example
White with #40FF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FF0B; }
p { color: rgb(64,255,11); }
H1.HeaderClassName
{
color: #40FF0B;
}
.AnyTagClassName
{
color: #40FF0B;
}
</style>
background-color css
<style>
a { background-color: #40FF0B; }
a { background-color: rgb(64,255,11); }
div.DivClassName
{
background-color: #40FF0B;
}
.BgClassName
{
background-color: #40FF0B;
}
</style>
border-color css
<style>
span { border-color: #40FF0B; }
span { border-color: rgb(64,255,11); }
td.TdClassName
{
border-color: #40FF0B;
}
.TagClassName
{
border-color: #40FF0B;
}
</style>