Shades of Harlequin #40EF23
Tints of Harlequin #40EF23
RGB
CMYK
RGB Variations
Color information
#40EF23 (or 0x40EF23) is known color: Harlequin. HEX triplet: 40, EF and 23. RGB value is (64,239,35). Sum of RGB (Red+Green+Blue) = 64+239+35=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 239 (93.75% from 255 or 70.71% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EF23 is #BF10DC. Grayscale: #A4A4A4. Windows color (decimal): -12521693 or 2355008. OLE color: 2355008.
HSL color Cylindrical-coordinate representation of color #40EF23: hue angle of 111.47º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40EF23 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 35 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.06 |
| HSL | 111.47º | 0.86% | 0.54% | - |
| HSV(B) | 111.47º | 0.85% | 0.94% | - |
| XYZ | 33.28 | 62.94 | 11.99 | - |
| YUV | 163.42 | 55.52 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 35 | 0.73 | 0 | 0.85 | 0.06 | 111.47 | 0.86 | 0.54 |
| Hex | 40 | EF | 23 | 49 | 0 | 55 | 6 | 6F | 56 | 36 |
| Octal | 100 | 357 | 43 | 111 | 0 | 125 | 6 | 157 | 126 | 66 |
| Binary | 1000000 | 11101111 | 100011 | 1001001 | 0 | 1010101 | 110 | 1101111 | 1010110 | 110110 |
Color Harmonies of #40EF23
Complementary color
Monochromatic Colors of #40EF23
Black with #40EF23
Text Example
Text Example
White with #40EF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EF23; }
p { color: rgb(64,239,35); }
H1.HeaderClassName
{
color: #40EF23;
}
.AnyTagClassName
{
color: #40EF23;
}
</style>
background-color css
<style>
a { background-color: #40EF23; }
a { background-color: rgb(64,239,35); }
div.DivClassName
{
background-color: #40EF23;
}
.BgClassName
{
background-color: #40EF23;
}
</style>
border-color css
<style>
span { border-color: #40EF23; }
span { border-color: rgb(64,239,35); }
td.TdClassName
{
border-color: #40EF23;
}
.TagClassName
{
border-color: #40EF23;
}
</style>