Shades of Harlequin #40FB03
Tints of Harlequin #40FB03
RGB
CMYK
RGB Variations
Color information
#40FB03 (or 0x40FB03) is known color: Harlequin. HEX triplet: 40, FB and 03. RGB value is (64,251,3). Sum of RGB (Red+Green+Blue) = 64+251+3=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 251 (98.44% from 255 or 78.93% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 251 - color contains mainly: green. Hex color #40FB03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FB03 is #BF04FC. Grayscale: #A7A7A7. Windows color (decimal): -12518653 or 260928. OLE color: 260928.
HSL color Cylindrical-coordinate representation of color #40FB03: hue angle of 105.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40FB03 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 3 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.02 |
| HSL | 105.24º | 0.98% | 0.5% | - |
| HSV(B) | 105.24º | 0.99% | 0.98% | - |
| XYZ | 36.63 | 70.09 | 11.68 | - |
| YUV | 166.82 | 35.55 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 3 | 0.75 | 0 | 0.99 | 0.02 | 105.24 | 0.98 | 0.5 |
| Hex | 40 | FB | 3 | 4B | 0 | 63 | 2 | 69 | 62 | 32 |
| Octal | 100 | 373 | 3 | 113 | 0 | 143 | 2 | 151 | 142 | 62 |
| Binary | 1000000 | 11111011 | 11 | 1001011 | 0 | 1100011 | 10 | 1101001 | 1100010 | 110010 |
Color Harmonies of #40FB03
Complementary color
Monochromatic Colors of #40FB03
Black with #40FB03
Text Example
Text Example
White with #40FB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FB03; }
p { color: rgb(64,251,3); }
H1.HeaderClassName
{
color: #40FB03;
}
.AnyTagClassName
{
color: #40FB03;
}
</style>
background-color css
<style>
a { background-color: #40FB03; }
a { background-color: rgb(64,251,3); }
div.DivClassName
{
background-color: #40FB03;
}
.BgClassName
{
background-color: #40FB03;
}
</style>
border-color css
<style>
span { border-color: #40FB03; }
span { border-color: rgb(64,251,3); }
td.TdClassName
{
border-color: #40FB03;
}
.TagClassName
{
border-color: #40FB03;
}
</style>