Shades of Harlequin #40E914
Tints of Harlequin #40E914
RGB
CMYK
RGB Variations
Color information
#40E914 (or 0x40E914) is known color: Harlequin. HEX triplet: 40, E9 and 14. RGB value is (64,233,20). Sum of RGB (Red+Green+Blue) = 64+233+20=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 233 (91.41% from 255 or 73.50% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 233 - color contains mainly: green. Hex color #40E914 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40E914 is #BF16EB. Grayscale: #9E9E9E. Windows color (decimal): -12523244 or 1370432. OLE color: 1370432.
HSL color Cylindrical-coordinate representation of color #40E914: hue angle of 107.61º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40E914 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 20 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.09 |
| HSL | 107.61º | 0.84% | 0.5% | - |
| HSV(B) | 107.61º | 0.91% | 0.91% | - |
| XYZ | 31.38 | 59.42 | 10.48 | - |
| YUV | 158.19 | 50.01 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 20 | 0.73 | 0 | 0.91 | 0.09 | 107.61 | 0.84 | 0.5 |
| Hex | 40 | E9 | 14 | 49 | 0 | 5B | 9 | 6C | 54 | 32 |
| Octal | 100 | 351 | 24 | 111 | 0 | 133 | 11 | 154 | 124 | 62 |
| Binary | 1000000 | 11101001 | 10100 | 1001001 | 0 | 1011011 | 1001 | 1101100 | 1010100 | 110010 |
Color Harmonies of #40E914
Complementary color
Monochromatic Colors of #40E914
Black with #40E914
Text Example
Text Example
White with #40E914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E914; }
p { color: rgb(64,233,20); }
H1.HeaderClassName
{
color: #40E914;
}
.AnyTagClassName
{
color: #40E914;
}
</style>
background-color css
<style>
a { background-color: #40E914; }
a { background-color: rgb(64,233,20); }
div.DivClassName
{
background-color: #40E914;
}
.BgClassName
{
background-color: #40E914;
}
</style>
border-color css
<style>
span { border-color: #40E914; }
span { border-color: rgb(64,233,20); }
td.TdClassName
{
border-color: #40E914;
}
.TagClassName
{
border-color: #40E914;
}
</style>