Shades of Harlequin #40E215
Tints of Harlequin #40E215
RGB
CMYK
RGB Variations
Color information
#40E215 (or 0x40E215) is known color: Harlequin. HEX triplet: 40, E2 and 15. RGB value is (64,226,21). Sum of RGB (Red+Green+Blue) = 64+226+21=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 226 (88.67% from 255 or 72.67% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 226 - color contains mainly: green. Hex color #40E215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E215 is #BF1DEA. Grayscale: #9A9A9A. Windows color (decimal): -12525035 or 1434176. OLE color: 1434176.
HSL color Cylindrical-coordinate representation of color #40E215: hue angle of 107.41º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40E215 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 226 | 21 | - |
| CMYK | 0.72 | 0 | 0.91 | 0.11 |
| HSL | 107.41º | 0.83% | 0.48% | - |
| HSV(B) | 107.41º | 0.91% | 0.89% | - |
| XYZ | 29.45 | 55.54 | 9.88 | - |
| YUV | 154.19 | 52.83 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 226 | 21 | 0.72 | 0 | 0.91 | 0.11 | 107.41 | 0.83 | 0.48 |
| Hex | 40 | E2 | 15 | 48 | 0 | 5B | B | 6B | 53 | 30 |
| Octal | 100 | 342 | 25 | 110 | 0 | 133 | 13 | 153 | 123 | 60 |
| Binary | 1000000 | 11100010 | 10101 | 1001000 | 0 | 1011011 | 1011 | 1101011 | 1010011 | 110000 |
Color Harmonies of #40E215
Complementary color
Monochromatic Colors of #40E215
Black with #40E215
Text Example
Text Example
White with #40E215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E215; }
p { color: rgb(64,226,21); }
H1.HeaderClassName
{
color: #40E215;
}
.AnyTagClassName
{
color: #40E215;
}
</style>
background-color css
<style>
a { background-color: #40E215; }
a { background-color: rgb(64,226,21); }
div.DivClassName
{
background-color: #40E215;
}
.BgClassName
{
background-color: #40E215;
}
</style>
border-color css
<style>
span { border-color: #40E215; }
span { border-color: rgb(64,226,21); }
td.TdClassName
{
border-color: #40E215;
}
.TagClassName
{
border-color: #40E215;
}
</style>