Shades of Harlequin #40E510
Tints of Harlequin #40E510
RGB
CMYK
RGB Variations
Color information
#40E510 (or 0x40E510) is known color: Harlequin. HEX triplet: 40, E5 and 10. RGB value is (64,229,16). Sum of RGB (Red+Green+Blue) = 64+229+16=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 229 (89.84% from 255 or 74.11% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 229 - color contains mainly: green. Hex color #40E510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E510 is #BF1AEF. Grayscale: #9C9C9C. Windows color (decimal): -12524272 or 1107264. OLE color: 1107264.
HSL color Cylindrical-coordinate representation of color #40E510: hue angle of 106.48º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40E510 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 16 | - |
| CMYK | 0.72 | 0 | 0.93 | 0.10 |
| HSL | 106.48º | 0.87% | 0.48% | - |
| HSV(B) | 106.48º | 0.93% | 0.9% | - |
| XYZ | 30.23 | 57.17 | 9.93 | - |
| YUV | 155.38 | 49.34 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 16 | 0.72 | 0 | 0.93 | 0.10 | 106.48 | 0.87 | 0.48 |
| Hex | 40 | E5 | 10 | 48 | 0 | 5D | A | 6A | 57 | 30 |
| Octal | 100 | 345 | 20 | 110 | 0 | 135 | 12 | 152 | 127 | 60 |
| Binary | 1000000 | 11100101 | 10000 | 1001000 | 0 | 1011101 | 1010 | 1101010 | 1010111 | 110000 |
Color Harmonies of #40E510
Complementary color
Monochromatic Colors of #40E510
Black with #40E510
Text Example
Text Example
White with #40E510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E510; }
p { color: rgb(64,229,16); }
H1.HeaderClassName
{
color: #40E510;
}
.AnyTagClassName
{
color: #40E510;
}
</style>
background-color css
<style>
a { background-color: #40E510; }
a { background-color: rgb(64,229,16); }
div.DivClassName
{
background-color: #40E510;
}
.BgClassName
{
background-color: #40E510;
}
</style>
border-color css
<style>
span { border-color: #40E510; }
span { border-color: rgb(64,229,16); }
td.TdClassName
{
border-color: #40E510;
}
.TagClassName
{
border-color: #40E510;
}
</style>