Shades of Harlequin #40E910
Tints of Harlequin #40E910
RGB
CMYK
RGB Variations
Color information
#40E910 (or 0x40E910) is known color: Harlequin. HEX triplet: 40, E9 and 10. RGB value is (64,233,16). Sum of RGB (Red+Green+Blue) = 64+233+16=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 233 (91.41% from 255 or 74.44% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 233 - color contains mainly: green. Hex color #40E910 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40E910 is #BF16EF. Grayscale: #9E9E9E. Windows color (decimal): -12523248 or 1108288. OLE color: 1108288.
HSL color Cylindrical-coordinate representation of color #40E910: hue angle of 106.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40E910 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 16 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.09 |
| HSL | 106.73º | 0.87% | 0.49% | - |
| HSV(B) | 106.73º | 0.93% | 0.91% | - |
| XYZ | 31.35 | 59.41 | 10.3 | - |
| YUV | 157.73 | 48.01 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 16 | 0.73 | 0 | 0.93 | 0.09 | 106.73 | 0.87 | 0.49 |
| Hex | 40 | E9 | 10 | 49 | 0 | 5D | 9 | 6B | 57 | 31 |
| Octal | 100 | 351 | 20 | 111 | 0 | 135 | 11 | 153 | 127 | 61 |
| Binary | 1000000 | 11101001 | 10000 | 1001001 | 0 | 1011101 | 1001 | 1101011 | 1010111 | 110001 |
Color Harmonies of #40E910
Complementary color
Monochromatic Colors of #40E910
Black with #40E910
Text Example
Text Example
White with #40E910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E910; }
p { color: rgb(64,233,16); }
H1.HeaderClassName
{
color: #40E910;
}
.AnyTagClassName
{
color: #40E910;
}
</style>
background-color css
<style>
a { background-color: #40E910; }
a { background-color: rgb(64,233,16); }
div.DivClassName
{
background-color: #40E910;
}
.BgClassName
{
background-color: #40E910;
}
</style>
border-color css
<style>
span { border-color: #40E910; }
span { border-color: rgb(64,233,16); }
td.TdClassName
{
border-color: #40E910;
}
.TagClassName
{
border-color: #40E910;
}
</style>