Shades of Harlequin #40ED21
Tints of Harlequin #40ED21
RGB
CMYK
RGB Variations
Color information
#40ED21 (or 0x40ED21) is known color: Harlequin. HEX triplet: 40, ED and 21. RGB value is (64,237,33). Sum of RGB (Red+Green+Blue) = 64+237+33=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 237 (92.97% from 255 or 70.96% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40ED21 is #BF12DE. Grayscale: #A2A2A2. Windows color (decimal): -12522207 or 2223424. OLE color: 2223424.
HSL color Cylindrical-coordinate representation of color #40ED21: hue angle of 110.88º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40ED21 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 33 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.07 |
| HSL | 110.88º | 0.85% | 0.53% | - |
| HSV(B) | 110.88º | 0.86% | 0.93% | - |
| XYZ | 32.67 | 61.77 | 11.64 | - |
| YUV | 162.02 | 55.19 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 33 | 0.73 | 0 | 0.86 | 0.07 | 110.88 | 0.85 | 0.53 |
| Hex | 40 | ED | 21 | 49 | 0 | 56 | 7 | 6F | 55 | 35 |
| Octal | 100 | 355 | 41 | 111 | 0 | 126 | 7 | 157 | 125 | 65 |
| Binary | 1000000 | 11101101 | 100001 | 1001001 | 0 | 1010110 | 111 | 1101111 | 1010101 | 110101 |
Color Harmonies of #40ED21
Complementary color
Monochromatic Colors of #40ED21
Black with #40ED21
Text Example
Text Example
White with #40ED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ED21; }
p { color: rgb(64,237,33); }
H1.HeaderClassName
{
color: #40ED21;
}
.AnyTagClassName
{
color: #40ED21;
}
</style>
background-color css
<style>
a { background-color: #40ED21; }
a { background-color: rgb(64,237,33); }
div.DivClassName
{
background-color: #40ED21;
}
.BgClassName
{
background-color: #40ED21;
}
</style>
border-color css
<style>
span { border-color: #40ED21; }
span { border-color: rgb(64,237,33); }
td.TdClassName
{
border-color: #40ED21;
}
.TagClassName
{
border-color: #40ED21;
}
</style>