Shades of Harlequin #40DF10
Tints of Harlequin #40DF10
RGB
CMYK
RGB Variations
Color information
#40DF10 (or 0x40DF10) is known color: Harlequin. HEX triplet: 40, DF and 10. RGB value is (64,223,16). Sum of RGB (Red+Green+Blue) = 64+223+16=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 223 (87.5% from 255 or 73.60% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DF10 is #BF20EF. Grayscale: #989898. Windows color (decimal): -12525808 or 1105728. OLE color: 1105728.
HSL color Cylindrical-coordinate representation of color #40DF10: hue angle of 106.09º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40DF10 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 223 | 16 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.13 |
| HSL | 106.09º | 0.87% | 0.47% | - |
| HSV(B) | 106.09º | 0.93% | 0.87% | - |
| XYZ | 28.6 | 53.9 | 9.39 | - |
| YUV | 151.86 | 51.32 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 16 | 0.71 | 0 | 0.93 | 0.13 | 106.09 | 0.87 | 0.47 |
| Hex | 40 | DF | 10 | 47 | 0 | 5D | D | 6A | 57 | 2F |
| Octal | 100 | 337 | 20 | 107 | 0 | 135 | 15 | 152 | 127 | 57 |
| Binary | 1000000 | 11011111 | 10000 | 1000111 | 0 | 1011101 | 1101 | 1101010 | 1010111 | 101111 |
Color Harmonies of #40DF10
Complementary color
Monochromatic Colors of #40DF10
Black with #40DF10
Text Example
Text Example
White with #40DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DF10; }
p { color: rgb(64,223,16); }
H1.HeaderClassName
{
color: #40DF10;
}
.AnyTagClassName
{
color: #40DF10;
}
</style>
background-color css
<style>
a { background-color: #40DF10; }
a { background-color: rgb(64,223,16); }
div.DivClassName
{
background-color: #40DF10;
}
.BgClassName
{
background-color: #40DF10;
}
</style>
border-color css
<style>
span { border-color: #40DF10; }
span { border-color: rgb(64,223,16); }
td.TdClassName
{
border-color: #40DF10;
}
.TagClassName
{
border-color: #40DF10;
}
</style>