Shades of Harlequin #40ED12
Tints of Harlequin #40ED12
RGB
CMYK
RGB Variations
Color information
#40ED12 (or 0x40ED12) is known color: Harlequin. HEX triplet: 40, ED and 12. RGB value is (64,237,18). Sum of RGB (Red+Green+Blue) = 64+237+18=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 237 (92.97% from 255 or 74.29% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40ED12 is #BF12ED. Grayscale: #A1A1A1. Windows color (decimal): -12522222 or 1240384. OLE color: 1240384.
HSL color Cylindrical-coordinate representation of color #40ED12: hue angle of 107.4º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40ED12 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 18 | - |
| CMYK | 0.73 | 0 | 0.92 | 0.07 |
| HSL | 107.4º | 0.86% | 0.5% | - |
| HSV(B) | 107.4º | 0.92% | 0.93% | - |
| XYZ | 32.51 | 61.7 | 10.77 | - |
| YUV | 160.31 | 47.69 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 18 | 0.73 | 0 | 0.92 | 0.07 | 107.4 | 0.86 | 0.5 |
| Hex | 40 | ED | 12 | 49 | 0 | 5C | 7 | 6B | 56 | 32 |
| Octal | 100 | 355 | 22 | 111 | 0 | 134 | 7 | 153 | 126 | 62 |
| Binary | 1000000 | 11101101 | 10010 | 1001001 | 0 | 1011100 | 111 | 1101011 | 1010110 | 110010 |
Color Harmonies of #40ED12
Complementary color
Monochromatic Colors of #40ED12
Black with #40ED12
Text Example
Text Example
White with #40ED12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ED12; }
p { color: rgb(64,237,18); }
H1.HeaderClassName
{
color: #40ED12;
}
.AnyTagClassName
{
color: #40ED12;
}
</style>
background-color css
<style>
a { background-color: #40ED12; }
a { background-color: rgb(64,237,18); }
div.DivClassName
{
background-color: #40ED12;
}
.BgClassName
{
background-color: #40ED12;
}
</style>
border-color css
<style>
span { border-color: #40ED12; }
span { border-color: rgb(64,237,18); }
td.TdClassName
{
border-color: #40ED12;
}
.TagClassName
{
border-color: #40ED12;
}
</style>